@@ -1230,15 +1230,15 @@ class VarManager : public TObject
12301230
12311231 static float fgMagField;
12321232 static float fgzMatching;
1233- static float fgCenterOfMassEnergy; // collision energy
1234- static float fgMassofCollidingParticle; // mass of the colliding particle
1235- static float fgTPCInterSectorBoundary; // TPC inter-sector border size at the TPC outer radius, in cm
1236- static int fgITSROFbias; // ITS ROF bias (from ALPIDE parameters)
1237- static int fgITSROFlength; // ITS ROF length (from ALPIDE parameters)
1238- static int fgITSROFBorderMarginLow; // ITS ROF border low margin
1239- static int fgITSROFBorderMarginHigh; // ITS ROF border high margin
1240- static uint64_t fgSOR; // Timestamp for start of run
1241- static uint64_t fgEOR; // Timestamp for end of run
1233+ static float fgCenterOfMassEnergy; // collision energy
1234+ static float fgMassofCollidingParticle; // mass of the colliding particle
1235+ static float fgTPCInterSectorBoundary; // TPC inter-sector border size at the TPC outer radius, in cm
1236+ static int fgITSROFbias; // ITS ROF bias (from ALPIDE parameters)
1237+ static int fgITSROFlength; // ITS ROF length (from ALPIDE parameters)
1238+ static int fgITSROFBorderMarginLow; // ITS ROF border low margin
1239+ static int fgITSROFBorderMarginHigh; // ITS ROF border high margin
1240+ static uint64_t fgSOR; // Timestamp for start of run
1241+ static uint64_t fgEOR; // Timestamp for end of run
12421242 static ROOT::Math::PxPyPzEVector fgBeamA; // beam from A-side 4-momentum vector
12431243 static ROOT::Math::PxPyPzEVector fgBeamC; // beam from C-side 4-momentum vector
12441244
0 commit comments