Skip to content

Commit e8d3a9a

Browse files
committed
Please consider the following formatting changes
1 parent d56d0da commit e8d3a9a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

PWGJE/Tasks/trackJetSpectra.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -974,14 +974,14 @@ struct TrackJetSpectra {
974974
}
975975

976976
for (const auto& jetDet : detJets) {
977-
if(isJetWithHighPtConstituent(jetDet, tracks))
978-
continue;
979-
980-
auto detJetPt = jetDet.pt();
981-
spectra.fill(HIST("hDetLevelInclusiveJetsPt"), detJetPt, weight);
982-
if (!jetDet.has_matchedJetGeo()) {
983-
spectra.fill(HIST("hFakeInclusiveJetsPt"), detJetPt, weight);
984-
}
977+
if (isJetWithHighPtConstituent(jetDet, tracks))
978+
continue;
979+
980+
auto detJetPt = jetDet.pt();
981+
spectra.fill(HIST("hDetLevelInclusiveJetsPt"), detJetPt, weight);
982+
if (!jetDet.has_matchedJetGeo()) {
983+
spectra.fill(HIST("hFakeInclusiveJetsPt"), detJetPt, weight);
984+
}
985985
}
986986
}
987987
};

0 commit comments

Comments
 (0)