From 8c28976c122537b2c8d7a54d816eafdf91725aac Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 29 Jan 2026 11:26:25 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../calibration/workflow/FT0EventsPerBcProcessor-Workflow.cxx | 4 ++-- Detectors/FIT/FT0/macros/FT0readEventsPerBc.C | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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;