Skip to content

Commit f73e925

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/D2H/Tasks/taskDplus.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ struct HfTaskDplus {
8181
Configurable<bool> storePvContributors{"storePvContributors", false, "Flag to store number of PV contributors information"};
8282
Configurable<bool> fillMcBkgHistos{"fillMcBkgHistos", false, "Flag to fill and store histograms for MC background"};
8383
Configurable<std::string> ccdbUrl{"ccdbUrl", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};
84-
Configurable<std::string> ccdbPathGrp{"ccdbPathGrp", "GLO/GRP/GRP", "Path of the grp file (Run 2)"};
85-
Configurable<std::string> ccdbPathGrpMag{"ccdbPathGrpMag", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object (Run 3)"};
8684

8785
// UPC gap determination thresholds
8886
Configurable<float> upcFT0AThreshold{"upcFT0AThreshold", 100.0f, "FT0-A amplitude threshold for UPC gap determination (a.u.)"};

0 commit comments

Comments
 (0)