From 07a7e2190f5cec676f4156eadd78736f2b87e6dd Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 3 Oct 2023 16:38:15 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Tasks/integrationTestCCDB.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Common/Tasks/integrationTestCCDB.cxx b/Common/Tasks/integrationTestCCDB.cxx index 7beb01876f3..5127d2c8e3f 100644 --- a/Common/Tasks/integrationTestCCDB.cxx +++ b/Common/Tasks/integrationTestCCDB.cxx @@ -11,11 +11,11 @@ // +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ // -// Integration tester for CCDB access -// This task is meant to attempt accessing typical CCDB objects -// but to do no actual analysis. It will then allow for systematic +// Integration tester for CCDB access +// This task is meant to attempt accessing typical CCDB objects +// but to do no actual analysis. It will then allow for systematic // studies of CCDB access performance for the various objects it queries. -// +// // The task allows for some basic configuration of which CCDB objects // are to be queried (from B field to material LUT and others). // For now: magnetic field is required, matlut is optional @@ -88,7 +88,7 @@ struct integrationTestCCDB { // Known magnetic field float magneticField = o2::base::Propagator::Instance()->getNominalBz(); - LOG(info) << "Finished MagField init! Magnetic field set in Propagator Instance for inspection: "<setCaching(true); ccdb->setLocalObjectValidityChecking(); ccdb->setFatalWhenNull(false); - if(loadMatLut){ + if (loadMatLut) { LOG(info) << "Loading material LUT..."; o2::base::MatLayerCylSet* lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->get(lutPath)); LOG(info) << "Material LUT successfully loaded!"; - LOG(info) << "Material LUT min R: "<getRMin()<<" max R: "<getRMax(); + LOG(info) << "Material LUT min R: " << lut->getRMin() << " max R: " << lut->getRMax(); } initMagneticFieldCCDB(bc); }