Skip to content

Commit 5492d1c

Browse files
authored
Please consider the following formatting changes (#416)
1 parent dcdd196 commit 5492d1c

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Common/TableProducer/trackPropagationTester.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ using namespace o2::framework;
5252
// using namespace o2::framework::expressions;
5353

5454
struct TrackPropagationTester {
55-
o2::common::standardCCDBLoaderConfigurables standardCCDBLoaderConfigurables;
56-
o2::common::trackPropagationProducts trackPropagationProducts;
57-
o2::common::trackPropagationConfigurables trackPropagationConfigurables;
58-
55+
o2::common::standardCCDBLoaderConfigurables standardCCDBLoaderConfigurables;
56+
o2::common::trackPropagationProducts trackPropagationProducts;
57+
o2::common::trackPropagationConfigurables trackPropagationConfigurables;
58+
5959
Service<o2::ccdb::BasicCCDBManager> ccdb;
6060

6161
o2::common::StandardCCDBLoader ccdbLoader;

Common/Tools/StandardCCDBLoader.h

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ namespace o2
2727
namespace common
2828
{
2929

30-
// ConfigurableGroup with locations
30+
// ConfigurableGroup with locations
3131
struct 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

4040
class 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_

Common/Tools/TrackPropagationModule.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ struct trackPropagationConfigurables : o2::framework::ConfigurableGroup {
6161
class TrackPropagationModule
6262
{
6363
public:
64-
TrackPropagationModule()
65-
{
64+
TrackPropagationModule(){
6665
// constructor
6766
};
6867

0 commit comments

Comments
 (0)