From 38a9e46c285e2b863f9abd83472db590ebcd6c18 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 17 Nov 2024 14:14:09 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/ZDC/reconstruction/src/DigiParser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/ZDC/reconstruction/src/DigiParser.cxx b/Detectors/ZDC/reconstruction/src/DigiParser.cxx index 7b85faec3490e..1259c9e6e1150 100644 --- a/Detectors/ZDC/reconstruction/src/DigiParser.cxx +++ b/Detectors/ZDC/reconstruction/src/DigiParser.cxx @@ -77,7 +77,7 @@ void DigiParser::init() mFired = std::make_unique("hfired", "Fired channels", NChannels, -0.5, NChannels - 0.5); } if (mAlignment == nullptr) { - mAlignment = std::make_unique("hmap", "Map of fired channels", o2::constants::lhc::LHCMaxBunches, -0.5, o2::constants::lhc::LHCMaxBunches-0.5, NChannels, -0.5, NChannels - 0.5); + mAlignment = std::make_unique("hmap", "Map of fired channels", o2::constants::lhc::LHCMaxBunches, -0.5, o2::constants::lhc::LHCMaxBunches - 0.5, NChannels, -0.5, NChannels - 0.5); } for (uint32_t ich = 0; ich < NChannels; ich++) { if (mBaseline[ich] == nullptr) {