We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4f59d commit dafb906Copy full SHA for dafb906
1 file changed
PWGLF/Tasks/Resonances/kstarInOO.cxx
@@ -1106,7 +1106,7 @@ struct kstarInOO {
1106
if (!RT) {
1107
return;
1108
}
1109
- if (RT && (VTtest1 || VTtest2 || VTtest3)) {
+ if (VTtest1 || VTtest2 || VTtest3) {
1110
1111
1112
} // Trigger cut
@@ -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