Skip to content

Commit 0455d70

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,9 +1103,9 @@ struct kstarInOO {
11031103
histos.fill(HIST("nTriggerQA"), 3.5);
11041104
}
11051105
}
1106-
if (!RT) {
1106+
if (!RT)
11071107
return;
1108-
}
1108+
11091109
if (VTtest1 || VTtest2 || VTtest3) {
11101110
return;
11111111
}
@@ -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)