Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Nov 17, 2024
1 parent f291070 commit 0ad1127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/ZDC/reconstruction/src/DigiParser.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void DigiParser::init()
mFired = std::make_unique<TH1F>("hfired", "Fired channels", NChannels, -0.5, NChannels - 0.5);
}
if (mAlignment == nullptr) {
mAlignment = std::make_unique<TH2F>("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<TH2F>("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) {
Expand Down

0 comments on commit 0ad1127

Please sign in to comment.