There was an error while loading. Please reload this page.
1 parent dafb906 commit 0455d70Copy full SHA for 0455d70
1 file changed
PWGLF/Tasks/Resonances/kstarInOO.cxx
@@ -1103,9 +1103,9 @@ struct kstarInOO {
1103
histos.fill(HIST("nTriggerQA"), 3.5);
1104
}
1105
1106
- if (!RT) {
+ if (!RT)
1107
return;
1108
- }
+
1109
if (VTtest1 || VTtest2 || VTtest3) {
1110
1111
@@ -1831,7 +1831,7 @@ struct kstarInOO {
1831
if (bestJet.Pt() > 10.0 && bestJet.Pt() < 12.0)
1832
histos.fill(HIST("Kstar_pT_INJet_10_12"), lResonance.Pt());
1833
1834
- // Daughters out of jets
+ // Daughters out of jets
1835
if (!isKaonInJet || !isPionInJet) {
1836
ROOT::Math::PxPyPzEVector recoveredJet = bestJet + missing_daughter;
1837
if (bestJet.Pt() > 6.0 && bestJet.Pt() < 8.0) {
0 commit comments