Skip to content

Commit 0afc0cb

Browse files
authored
Fix bug: add DCAFitter options to process conditions
1 parent 43415d6 commit 0afc0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskXic0ToXiPi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ struct HfTaskXic0ToXiPi {
125125
const AxisSpec thnAxisGenPtB{thnConfigAxisGenPtB, "#it{p}_{T}^{B} (GeV/#it{c})"};
126126
const AxisSpec thnAxisNumPvContr{thnConfigAxisNumPvContr, "Number of PV contributors"};
127127

128-
if (doprocessMcWithKFParticle || doprocessMcWithKFParticleMl) {
128+
if (doprocessMcWithKFParticle || doprocessMcWithKFParticleMl || doprocessMcWithDCAFitter || doprocessMcWithDCAFitterMl) {
129129
std::vector<AxisSpec> const axesAcc = {thnAxisGenPtD, thnAxisGenPtB, thnAxisY, thnAxisOrigin, thnAxisNumPvContr};
130130
registry.add("hSparseAcc", "Thn for generated Xic0 from charm and beauty", HistType::kTHnSparseD, axesAcc);
131131
registry.get<THnSparse>(HIST("hSparseAcc"))->Sumw2();

0 commit comments

Comments
 (0)