1 parent 1a29237 commit 2e94ea9Copy full SHA for 2e94ea9
1 file changed
PWGLF/Tasks/Resonances/kstarInOO.cxx
@@ -1830,7 +1830,7 @@ struct kstarInOO {
1830
if (bestJet.Pt() > 10.0 && bestJet.Pt() < 12.0)
1831
histos.fill(HIST("Kstar_pT_INJet_10_12"), lResonance.Pt());
1832
1833
- // Daughters out of jets
+ // Daughters out of jets
1834
if (!isKaonInJet || !isPionInJet) {
1835
ROOT::Math::PxPyPzEVector recoveredJet = bestJet + missing_daughter;
1836
if (bestJet.Pt() > 6.0 && bestJet.Pt() < 8.0) {
0 commit comments