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 2ca9aad commit 85abb91Copy full SHA for 85abb91
PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx
@@ -787,11 +787,11 @@ struct HfCorrelatorDsHadrons {
787
0);
788
entryDsHadronRecoInfo(MassDS, true, isDecayChan);
789
entryDsHadronGenInfo(isDsPrompt, particleAssoc.isPhysicalPrimary(), trackOrigin);
790
+ } // end loop generated particles
791
+ if (numberOfCorrKaons == 0) {
792
+ registry.fill(HIST("hDsWoKaons"), numberOfCorrKaons);
793
}
- } // end loop generated particles
- if (numberOfCorrKaons == 0) {
- registry.fill(HIST("hDsWoKaons"), numberOfCorrKaons);
794
- }
+ } // if statement for Ds selection
795
} // end loop generated Ds
796
} // end loop reconstructed collision
797
} // end loop generated collision
0 commit comments