File tree Expand file tree Collapse file tree
TableProducer/Strangeness Expand file tree Collapse file tree Original file line number Diff line number Diff 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) {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments