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 Apr 11, 2024
1 parent 82b3638 commit 5541c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DPG/Tasks/AOTEvent/eventSelectionQa.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ struct EventSelectionQaTask {
metadata["runNumber"] = Form("%d", runNumber);
auto grpecs = ccdb->getSpecific<o2::parameters::GRPECSObject>("GLO/Config/GRPECS", ts, metadata);
uint32_t nOrbitsPerTF = grpecs->getNHBFPerTF(); // assuming 1 orbit = 1 HBF; nOrbitsPerTF=128 in 2022, 32 in 2023
tsSOR = grpecs->getTimeStart(); // ms
tsEOR = grpecs->getTimeEnd(); // ms
tsSOR = grpecs->getTimeStart(); // ms
tsEOR = grpecs->getTimeEnd(); // ms
// calculate SOR and EOR orbits
int64_t orbitSOR = (tsSOR * 1000 - tsOrbitReset) / o2::constants::lhc::LHCOrbitMUS;
int64_t orbitEOR = (tsEOR * 1000 - tsOrbitReset) / o2::constants::lhc::LHCOrbitMUS;
Expand Down

0 comments on commit 5541c44

Please sign in to comment.