Skip to content

Commit 4123103

Browse files
committed
Please consider the following formatting changes
1 parent 948afa0 commit 4123103

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGJE/Tasks/fullJetSpectra.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ struct FullJetSpectra {
248248
hDetTrigcollisionCounter->GetXaxis()->SetBinLabel(14, "EMCAcceptedDetTrigCollWithLowChargedJetTriggers");
249249
hDetTrigcollisionCounter->GetXaxis()->SetBinLabel(15, "EMCAcceptedDetTrigCollWithHighChargedJetTriggers");
250250
hDetTrigcollisionCounter->GetXaxis()->SetBinLabel(16, "EMCAcceptedDetTrigCollWithLow+HighFullJetTriggers");
251-
252251
}
253252

254253
if (doprocessJetsMCP || doprocessJetsMCPWeighted) {
@@ -1214,7 +1213,7 @@ struct FullJetSpectra {
12141213
// registry.fill(HIST("hDetTrigcollisionCounter"), 11.5); // AllRejectedTrigOverlaps
12151214
// return;
12161215
// }
1217-
if ((hasFullJetHighPt && hasFullJetLowPt )) {
1216+
if ((hasFullJetHighPt && hasFullJetLowPt)) {
12181217
registry.fill(HIST("hDetTrigcollisionCounter"), 9.5); // AllRejectedTrigOverlaps
12191218
return;
12201219
}
@@ -1231,7 +1230,6 @@ struct FullJetSpectra {
12311230
}
12321231
registry.fill(HIST("hDetTrigcollisionCounter"), 12.5); // EMCAcceptedDetTrigColl
12331232

1234-
12351233
if (jetderiveddatautilities::selectTrigger(collision, jetderiveddatautilities::JTrigSel::JetChLowPt)) {
12361234
registry.fill(HIST("hDetTrigcollisionCounter"), 13.5); // EMCAcceptedDetTrigCollWithLowChargedJetTriggers
12371235
eventAccepted = true;

0 commit comments

Comments
 (0)