diff --git a/Detectors/FIT/FT0/calibration/workflow/FT0EventsPerBcProcessor-Workflow.cxx b/Detectors/FIT/FT0/calibration/workflow/FT0EventsPerBcProcessor-Workflow.cxx index b099da3de48a6..298ae591d85ef 100644 --- a/Detectors/FIT/FT0/calibration/workflow/FT0EventsPerBcProcessor-Workflow.cxx +++ b/Detectors/FIT/FT0/calibration/workflow/FT0EventsPerBcProcessor-Workflow.cxx @@ -8,8 +8,8 @@ o2::framework::WorkflowSpec defineDataProcessing(o2::framework::ConfigContext co using o2::calibration::FT0EventsPerBcProcessor; std::vector inputs; inputs.emplace_back("digits", "FT0", "DIGITSBC", Lifetime::Timeframe); - auto ccdbRequest = std::make_shared(true, // orbitResetTime - false, // GRPECS=true + auto ccdbRequest = std::make_shared(true, // orbitResetTime + false, // GRPECS=true false, // GRPLHCIF false, // GRPMagField false, // askMatLUT diff --git a/Detectors/FIT/FT0/macros/FT0readEventsPerBc.C b/Detectors/FIT/FT0/macros/FT0readEventsPerBc.C index 3068995da4434..39caf6e22897e 100644 --- a/Detectors/FIT/FT0/macros/FT0readEventsPerBc.C +++ b/Detectors/FIT/FT0/macros/FT0readEventsPerBc.C @@ -8,7 +8,6 @@ #include "CommonConstants/LHCConstants.h" #endif - std::unique_ptr hist; std::unique_ptr canvas;