@@ -27,14 +27,14 @@ namespace o2
2727namespace common
2828{
2929
30- // ConfigurableGroup with locations
30+ // ConfigurableGroup with locations
3131struct standardCCDBLoaderConfigurables : o2::framework::ConfigurableGroup {
32- std::string prefix = " ccdb" ;
33- o2::framework::Configurable<std::string> ccdburl{" ccdb-url" , " http://alice-ccdb.cern.ch" , " url of the ccdb repository" };
34- o2::framework::Configurable<std::string> lutPath{" lutPath" , " GLO/Param/MatLUT" , " Path of the Lut parametrization" };
35- o2::framework::Configurable<std::string> geoPath{" geoPath" , " GLO/Config/GeometryAligned" , " Path of the geometry file" };
36- o2::framework::Configurable<std::string> grpmagPath{" grpmagPath" , " GLO/Config/GRPMagField" , " CCDB path of the GRPMagField object" };
37- o2::framework::Configurable<std::string> mVtxPath {" mVtxPath" , " GLO/Calib/MeanVertex" , " Path of the mean vertex file" };
32+ std::string prefix = " ccdb" ;
33+ o2::framework::Configurable<std::string> ccdburl{" ccdb-url" , " http://alice-ccdb.cern.ch" , " url of the ccdb repository" };
34+ o2::framework::Configurable<std::string> lutPath{" lutPath" , " GLO/Param/MatLUT" , " Path of the Lut parametrization" };
35+ o2::framework::Configurable<std::string> geoPath{" geoPath" , " GLO/Config/GeometryAligned" , " Path of the geometry file" };
36+ o2::framework::Configurable<std::string> grpmagPath{" grpmagPath" , " GLO/Config/GRPMagField" , " CCDB path of the GRPMagField object" };
37+ o2::framework::Configurable<std::string> mVtxPath {" mVtxPath" , " GLO/Calib/MeanVertex" , " Path of the mean vertex file" };
3838};
3939
4040class StandardCCDBLoader
@@ -54,8 +54,9 @@ class StandardCCDBLoader
5454 o2::base::MatLayerCylSet* lut = nullptr ;
5555 int runNumber = -1 ;
5656
57- template <typename TConfigurableGroup,typename TCCDB>
58- void init (TConfigurableGroup const & cGroup, TCCDB& ccdb){
57+ template <typename TConfigurableGroup, typename TCCDB>
58+ void init (TConfigurableGroup const & cGroup, TCCDB& ccdb)
59+ {
5960 ccdb->setCaching (true );
6061 ccdb->setLocalObjectValidityChecking ();
6162 ccdb->setURL (cGroup.ccdburl .value );
@@ -103,7 +104,7 @@ class StandardCCDBLoader
103104 }
104105};
105106
106- } // namespace common
107+ } // namespace common
107108} // namespace o2
108109
109110#endif // COMMON_TOOLS_STANDARDCCDBLOADER_H_
0 commit comments