Skip to content

Commit 83eedf0

Browse files
author
Maurice Coquet
committed
Fix linter errors 2
1 parent 2f75645 commit 83eedf0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Common/TableProducer/fwdtrackextension.cxx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
// or submit itself to any jurisdiction.
1111

1212
//
13-
// Task performing forward track DCA computation
13+
// \file fwdtrackextension.cxx
14+
// \brief Task performing forward track DCA computation.
15+
// \author Maurice Coquet, maurice.louis.coquet@cern.ch
1416
//
1517

1618
#include "Common/Core/fwdtrackUtilities.h"
@@ -45,10 +47,10 @@ using MuonsWithCov = soa::Join<aod::FwdTracks, aod::FwdTracksCov>;
4547

4648
struct FwdTrackExtension {
4749
Produces<aod::FwdTracksDCA> fwdDCA;
48-
Configurable<std::string> fGeoPath{"geoPath", "GLO/Config/GeometryAligned", "Path of the geometry file"};
49-
Configurable<std::string> fGrpmagPath{"grpmagPath", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object"};
50-
Configurable<std::string> fConfigCcdbUrl{"ccdb-url", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};
51-
Configurable<bool> fRefitGlobalMuon{"refitGlobal", true, "Recompute parameters of global muons"};
50+
Configurable<std::string> fGeoPath{"fGeoPath", "GLO/Config/GeometryAligned", "Path of the geometry file"};
51+
Configurable<std::string> fGrpmagPath{"fGrpmagPath", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object"};
52+
Configurable<std::string> fConfigCcdbUrl{"fConfigCcdbUrl", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};
53+
Configurable<bool> fRefitGlobalMuon{"fRefitGlobalMuon", true, "Recompute parameters of global muons"};
5254

5355
Service<o2::ccdb::BasicCCDBManager> fCCDB;
5456
o2::parameters::GRPMagField* grpmag = nullptr; // for run 3, we access GRPMagField from GLO/Config/GRPMagField

0 commit comments

Comments
 (0)