Skip to content

Commit d088b09

Browse files
authored
Merge pull request #7 from alibuild/alibot-cleanup-17782
[PWGCF] Please consider the following formatting changes to #17782
2 parents 07c33c0 + 2e0d1a5 commit d088b09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/Tasks/correlations.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ struct CorrelationTask {
189189

190190
Service<o2::ccdb::BasicCCDBManager> ccdb;
191191
int mCachedRunNumber{-1}; // cached run number for magnetic field -- to avoid re-fetching the magnetic field for the same run, assuming that the magnetic field remains the same for the same run
192-
int mCachedMagField{0}; // cached magnetic field --reduces number of calls to the CCDB
192+
int mCachedMagField{0}; // cached magnetic field --reduces number of calls to the CCDB
193193

194194
using AodCollisions = soa::Filtered<soa::Join<aod::Collisions, aod::EvSels, aod::CentRun2V0Ms>>;
195195
using AodTracks = soa::Filtered<soa::Join<aod::Tracks, aod::TrackSelection>>;
@@ -337,7 +337,7 @@ struct CorrelationTask {
337337

338338
int getMagneticField(int runNumber, uint64_t timestamp)
339339
{
340-
static constexpr const char* kGRPPathRun2 = "GLO/GRP/GRP"; // fixed path for now, can be made into a config
340+
static constexpr const char* kGRPPathRun2 = "GLO/GRP/GRP"; // fixed path for now, can be made into a config
341341
static constexpr const char* kGRPPathRun3 = "GLO/Config/GRPMagField"; // fixed path for now, can be made into a config
342342

343343
if (runNumber == mCachedRunNumber) {

0 commit comments

Comments
 (0)