Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ struct HfTaskFlowCharmHadrons {
hfevflag = hfEvSel.getHfCollisionRejectionMask<true, o2::hf_centrality::CentralityEstimator::None, aod::BCsWithTimestamps>(collision, cent, ccdb, registry);
}
bool hasCandInMassWin = false;
float const sigmaMD0 = 0.02; // used 20 MeV as the D0 average peak width in run3
float const sigmaMD0 = 0.02; // used 20 MeV as the D0 average peak width in run3
float const sigmaMDplus = 0.015; // used 15 MeV as the D+ average peak width in run3
float const nSigmaMass = 2.5;

Expand Down
Loading