Skip to content

Commit 7d07748

Browse files
committed
Remove unused configurable parameters
Removed configurable parameters for ccdbPathGrp and ccdbPathGrpMag.
1 parent d0626ee commit 7d07748

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/D2H/Tasks/taskD0.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ struct HfTaskD0 {
9494
// ML inference
9595
Configurable<bool> applyMl{"applyMl", false, "Flag to apply ML selections"};
9696
Configurable<std::string> ccdbUrl{"ccdbUrl", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};
97-
Configurable<std::string> ccdbPathGrp{"ccdbPathGrp", "GLO/GRP/GRP", "Path of the grp file (Run 2)"};
98-
Configurable<std::string> ccdbPathGrpMag{"ccdbPathGrpMag", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object (Run 3)"};
9997
Configurable<std::string> irSource{"irSource", "ZNC hadronic", "Estimator of the interaction rate (Recommended: pp --> T0VTX, Pb-Pb --> ZNC hadronic)"};
10098

10199
HfEventSelection hfEvSel; // event selection and monitoring

0 commit comments

Comments
 (0)