We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da66b87 commit 20cfa89Copy full SHA for 20cfa89
PWGHF/TableProducer/candidateCreatorXic0Omegac0Qa.cxx
@@ -814,6 +814,11 @@ struct HfCandidateCreatorXic0Omegac0Qa {
814
configs.kfDoDCAFitterPreMinimCasc)) {
815
LOG(info) << "This cascade cannot be rebuilt";
816
continue;
817
+ } else {
818
+ float storeMass = (decayChannel == 0) ? straHelper.cascade.massXi : straHelper.cascade.massOmega;
819
+ float storePt = RecoDecay::pt(straHelper.cascade.cascadeMomentum);
820
+ registry.fill(HIST("hCascMass"), storeMass);
821
+ registry.fill(HIST("hCascPt"), storePt);
822
}
823
824
//------------------------------Cascade pre-selection------------------------------
0 commit comments