Skip to content

Commit e571c78

Browse files
authored
fix PR formatting
1 parent 866bcb4 commit e571c78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGJE/Tasks/trackEfficiency.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)