Skip to content

Commit d5329c2

Browse files
committed
formatting changes
1 parent c052a7e commit d5329c2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,11 +1374,11 @@ struct sigma0builder {
13741374
if (eventSelections.maxIR >= 0 && interactionRate > eventSelections.maxIR) {
13751375
return false;
13761376
}
1377-
if (fillHists){
1377+
if (fillHists) {
13781378
histos.fill(HIST("hEventSelection"), 19 /* Above max IR */);
13791379
// Fill centrality histogram after event selection
13801380
histos.fill(HIST("hEventCentrality"), centrality);
1381-
}
1381+
}
13821382
return true;
13831383
}
13841384

@@ -2807,7 +2807,7 @@ struct sigma0builder {
28072807
}
28082808
}
28092809

2810-
if constexpr (!soa::is_table<TEMCal>) {// Don't use EMCal clusters here
2810+
if constexpr (!soa::is_table<TEMCal>) { // Don't use EMCal clusters here
28112811
//_______________________________________________
28122812
// KStar loop
28132813
if (fillKStarTables) {

PWGLF/Tasks/Resonances/k892hadronphoton.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,12 +580,12 @@ struct k892hadronphoton {
580580
return false;
581581
}
582582

583-
if (fillHists){
583+
if (fillHists) {
584584
histos.fill(HIST("hEventSelection"), 19 /* Above max IR */);
585585
// Fill centrality histogram after event selection
586586
histos.fill(HIST("hEventCentrality"), centrality);
587587
}
588-
588+
589589
return true;
590590
}
591591

PWGLF/Tasks/Resonances/k892hadronphotonBkg.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ struct k892hadronphotonBkg {
386386
if (eventSelections.maxIR >= 0 && interactionRate > eventSelections.maxIR) {
387387
return false;
388388
}
389-
if (fillHists){
389+
if (fillHists) {
390390
histos.fill(HIST("hEventSelection"), 19 /* Above max IR */);
391391
// Fill centrality histogram after event selection
392392
histos.fill(HIST("hEventCentrality"), centrality);

0 commit comments

Comments
 (0)