File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ struct TrackEfficiency {
165165 registry.get <TH1>(HIST (" hMcCollCutsCounts" ))->GetXaxis ()->SetBinLabel (5 , " recoCollEvtSel" );
166166 registry.get <TH1>(HIST (" hMcCollCutsCounts" ))->GetXaxis ()->SetBinLabel (6 , " centralityCut" );
167167 registry.get <TH1>(HIST (" hMcCollCutsCounts" ))->GetXaxis ()->SetBinLabel (7 , " ptHatCut" );
168- if (checkOccupancy){
168+ if (checkOccupancy) {
169169 registry.get <TH1>(HIST (" hMcCollCutsCounts" ))->GetXaxis ()->SetBinLabel (8 , " occupancyCut" );
170170 }
171171
@@ -359,8 +359,8 @@ struct TrackEfficiency {
359359 }
360360 registry.fill (HIST (" hMcCollCutsCounts" ), 6.5 ); // ptHat condition
361361
362- if (checkOccupancy){
363- if (!occupancyCheck){
362+ if (checkOccupancy) {
363+ if (!occupancyCheck) {
364364 return ;
365365 }
366366 registry.fill (HIST (" hMcCollCutsCounts" ), 7.5 );
You can’t perform that action at this time.
0 commit comments