We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b7854 commit 458f551Copy full SHA for 458f551
1 file changed
Common/TableProducer/propagationServiceV2.cxx
@@ -76,11 +76,6 @@ struct propagationServiceV2 {
76
o2::common::StandardCCDBLoaderConfigurables standardCCDBLoaderConfigurables;
77
o2::common::StandardCCDBLoader ccdbLoader;
78
79
- // Declarative CCDB path overrides (replace grpmagPath / mVtxPath in StandardCCDBLoaderConfigurables)
80
- // Option names: "ccdb:fGRPMagField" and "ccdb:fMeanVertex" respectively.
81
- o2::framework::ConfigurableCCDBPath<o2::aod::ccdbGlo::GRPMagField> grpmagPath;
82
- o2::framework::ConfigurableCCDBPath<o2::aod::ccdbGlo::MeanVertex> mVtxPath;
83
-
84
// boilerplate: strangeness builder stuff
85
o2::pwglf::strangenessbuilder::products products;
86
o2::pwglf::strangenessbuilder::coreConfigurables baseOpts;
0 commit comments