Skip to content

Commit 48e0891

Browse files
author
jimun_lee
committed
added isMIDDaughters function
1 parent d8558f8 commit 48e0891

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,8 @@ struct kstarInOO {
11081108
}
11091109
if (!RT) {
11101110
return;
1111-
} else if (RT && (VTtest1 || VTtest2 || VTtest3)) {
1111+
}
1112+
if (RT && (VTtest1 || VTtest2 || VTtest3)) {
11121113
return;
11131114
}
11141115
} // Trigger cut
@@ -1833,7 +1834,7 @@ struct kstarInOO {
18331834
if (bestJet.Pt() > 10.0 && bestJet.Pt() < 12.0)
18341835
histos.fill(HIST("Kstar_pT_INJet_10_12"), lResonance.Pt());
18351836

1836-
// Daughters out of jets
1837+
// Daughters out of jets
18371838
if (!isKaonInJet || !isPionInJet) {
18381839
ROOT::Math::PxPyPzEVector recoveredJet = bestJet + missing_daughter;
18391840
if (bestJet.Pt() > 6.0 && bestJet.Pt() < 8.0) {

0 commit comments

Comments
 (0)