You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGLF/Utils/strangenessBuilderModule.h
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -558,12 +558,11 @@ class BuilderModule
558
558
}
559
559
}
560
560
561
-
if(nEnabledTables==0){
561
+
if(nEnabledTables == 0) {
562
562
LOGF(info, "Strangeness building not required. Will suppress all functionality, including logs, from this point forward.");
563
563
return;
564
564
}
565
565
566
-
567
566
// setup bookkeeping histogram
568
567
auto h = histos.templateadd<TH1>("hTableBuildingStatistics", "hTableBuildingStatistics", o2::framework::kTH1D, {{nTablesConst, -0.5f, static_cast<float>(nTablesConst)}});
569
568
auto h2 = histos.templateadd<TH1>("hInputStatistics", "hInputStatistics", o2::framework::kTH1D, {{nTablesConst, -0.5f, static_cast<float>(nTablesConst)}});
0 commit comments