File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments