Skip to content

Commit 2e94ea9

Browse files
committed
Please consider the following formatting changes
1 parent 1a29237 commit 2e94ea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ struct kstarInOO {
18301830
if (bestJet.Pt() > 10.0 && bestJet.Pt() < 12.0)
18311831
histos.fill(HIST("Kstar_pT_INJet_10_12"), lResonance.Pt());
18321832

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

0 commit comments

Comments
 (0)