@@ -258,7 +258,7 @@ struct HfTaskB0Reduced {
258258 registry.add (" hDecLengthXyD" , Form (" B^{0} candidates;#it{p}_{T}(%s) (GeV/#it{c});decay length XY (cm);entries" , dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtDminus, axisDecayLength}});
259259 registry.add (" hCospD" , Form (" B^{0} candidates;#it{p}_{T}(%s) (GeV/#it{c});%s candidate cos(#vartheta_{P});entries" , dMesSpecie.c_str (), dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtDminus, axisCosp}});
260260 registry.add (" hCospXyD" , Form (" B^{0} candidates;#it{p}_{T}(%s) (GeV/#it{c});%s candidate cos(#vartheta_{P}^{XY});entries" , dMesSpecie.c_str (), dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtDminus, axisCosp}});
261-
261+
262262 if ((std::accumulate (processFuncDplusPi.begin (), processFuncDplusPi.end (), 0 )) > 0 ) {
263263 registry.add (" hImpParProd" , " B^{0} candidates;#it{p}_{T}(B^{0}) (GeV/#it{c});B^{0} candidate impact parameter product;entries" , {HistType::kTH2F , {axisPtB0, axisImpParProd}});
264264 registry.add (" hPtProng0" , Form (" B^{0} candidates;#it{p}_{T}(B^{0}) (GeV/#it{c});#it{p}_{T}(%s) (GeV/#it{c});entries" , dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtB0, axisPtDminus}});
@@ -331,7 +331,7 @@ struct HfTaskB0Reduced {
331331 registry.add (" hDecLengthXyDRecSig" , Form (" B^{0} candidates (matched);#it{p}_{T}(%s) (GeV/#it{c});decay length XY (cm);entries" , dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtDminus, axisDecayLength}});
332332 registry.add (" hCospDRecSig" , Form (" B^{0} candidates (matched);#it{p}_{T}(%s) (GeV/#it{c});%s candidate cos(#vartheta_{P});entries" , dMesSpecie.c_str (), dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtDminus, axisCosp}});
333333 registry.add (" hCospXyDRecSig" , Form (" B^{0} candidates (matched);#it{p}_{T}(%s) (GeV/#it{c});%s candidate cos(#vartheta_{P}^{XY});entries" , dMesSpecie.c_str (), dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtDminus, axisCosp}});
334-
334+
335335 if ((std::accumulate (processFuncDplusPi.begin (), processFuncDplusPi.end (), 0 )) > 0 ) {
336336 registry.add (" hPtProng0RecSig" , Form (" B^{0} candidates (matched);#it{p}_{T}(B^{0}) (GeV/#it{c});#it{p}_{T}(%s) (GeV/#it{c});entries" , dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtB0, axisPtDminus}});
337337 registry.add (" hPtProng1RecSig" , " B^{0} candidates (matched);#it{p}_{T}(B^{0}) (GeV/#it{c});#it{p}_{T}(#pi^{#plus}) (GeV/#it{c});entries" , {HistType::kTH2F , {axisPtB0, axisPtPi}});
@@ -359,7 +359,7 @@ struct HfTaskB0Reduced {
359359 registry.add (" hDecLengthXyDRecBg" , Form (" B^{0} candidates (unmatched);#it{p}_{T}(%s) (GeV/#it{c});decay length XY (cm);entries" , dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtDminus, axisDecayLength}});
360360 registry.add (" hCospDRecBg" , Form (" B^{0} candidates (unmatched);#it{p}_{T}(%s) (GeV/#it{c});%s candidate cos(#vartheta_{P});entries" , dMesSpecie.c_str (), dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtDminus, axisCosp}});
361361 registry.add (" hCospXyDRecBg" , Form (" B^{0} candidates (unmatched);#it{p}_{T}(%s) (GeV/#it{c});%s candidate cos(#vartheta_{P}^{XY});entries" , dMesSpecie.c_str (), dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtDminus, axisCosp}});
362-
362+
363363 if ((std::accumulate (processFuncDplusPi.begin (), processFuncDplusPi.end (), 0 )) > 0 ) {
364364 registry.add (" hPtProng0RecBg" , Form (" B^{0} candidates (unmatched);#it{p}_{T}(B^{0}) (GeV/#it{c});#it{p}_{T}(%s) (GeV/#it{c});entries" , dMesSpecie.c_str ()), {HistType::kTH2F , {axisPtB0, axisPtDminus}});
365365 registry.add (" hPtProng1RecBg" , " B^{0} candidates (unmatched);#it{p}_{T}(B^{0}) (GeV/#it{c});#it{p}_{T}(#pi^{#plus}) (GeV/#it{c});entries" , {HistType::kTH2F , {axisPtB0, axisPtPi}});
0 commit comments