Skip to content

Commit f8746e9

Browse files
authored
Merge pull request #31 from alibuild/alibot-cleanup-13764
Please consider the following formatting changes to #13764
2 parents 3d2e5e9 + 37c3a05 commit f8746e9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

PWGJE/Tasks/fullJetSpectra.cxx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141

4242
#include <TH1.h>
4343

44+
#include <algorithm>
4445
#include <cmath>
4546
#include <cstddef>
4647
#include <string>
4748
#include <type_traits>
4849
#include <vector>
49-
#include <algorithm>
5050

5151
#include <math.h>
5252

@@ -249,7 +249,6 @@ struct FullJetSpectra {
249249
hDetTrigcollisionCounter->GetXaxis()->SetBinLabel(14, "EMCAcceptedDetTrigCollWithLowChargedJetTriggers");
250250
hDetTrigcollisionCounter->GetXaxis()->SetBinLabel(15, "EMCAcceptedDetTrigCollWithHighChargedJetTriggers");
251251
hDetTrigcollisionCounter->GetXaxis()->SetBinLabel(16, "EMCAcceptedDetTrigCollWithLow+HighFullJetTriggers");
252-
253252
}
254253

255254
if (doprocessJetsMCP || doprocessJetsMCPWeighted) {
@@ -1215,7 +1214,7 @@ struct FullJetSpectra {
12151214
// registry.fill(HIST("hDetTrigcollisionCounter"), 11.5); // AllRejectedTrigOverlaps
12161215
// return;
12171216
// }
1218-
if ((hasFullJetHighPt && hasFullJetLowPt )) {
1217+
if ((hasFullJetHighPt && hasFullJetLowPt)) {
12191218
registry.fill(HIST("hDetTrigcollisionCounter"), 9.5); // AllRejectedTrigOverlaps
12201219
return;
12211220
}
@@ -1232,7 +1231,6 @@ struct FullJetSpectra {
12321231
}
12331232
registry.fill(HIST("hDetTrigcollisionCounter"), 12.5); // EMCAcceptedDetTrigColl
12341233

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

0 commit comments

Comments
 (0)