Skip to content

Commit dafb906

Browse files
author
jimun_lee
committed
added isMIDDaughters function
1 parent bf4f59d commit dafb906

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ struct kstarInOO {
11061106
if (!RT) {
11071107
return;
11081108
}
1109-
if (RT && (VTtest1 || VTtest2 || VTtest3)) {
1109+
if (VTtest1 || VTtest2 || VTtest3) {
11101110
return;
11111111
}
11121112
} // Trigger cut
@@ -1831,7 +1831,7 @@ struct kstarInOO {
18311831
if (bestJet.Pt() > 10.0 && bestJet.Pt() < 12.0)
18321832
histos.fill(HIST("Kstar_pT_INJet_10_12"), lResonance.Pt());
18331833

1834-
// Daughters out of jets
1834+
// Daughters out of jets
18351835
if (!isKaonInJet || !isPionInJet) {
18361836
ROOT::Math::PxPyPzEVector recoveredJet = bestJet + missing_daughter;
18371837
if (bestJet.Pt() > 6.0 && bestJet.Pt() < 8.0) {

0 commit comments

Comments
 (0)