|
10 | 10 | // or submit itself to any jurisdiction. |
11 | 11 |
|
12 | 12 | // |
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 |
14 | 16 | // |
15 | 17 |
|
16 | 18 | #include "Common/Core/fwdtrackUtilities.h" |
@@ -45,10 +47,10 @@ using MuonsWithCov = soa::Join<aod::FwdTracks, aod::FwdTracksCov>; |
45 | 47 |
|
46 | 48 | struct FwdTrackExtension { |
47 | 49 | 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"}; |
52 | 54 |
|
53 | 55 | Service<o2::ccdb::BasicCCDBManager> fCCDB; |
54 | 56 | o2::parameters::GRPMagField* grpmag = nullptr; // for run 3, we access GRPMagField from GLO/Config/GRPMagField |
|
0 commit comments