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