You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGCF/TableProducer/dptDptFilter.cxx
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -538,9 +538,10 @@ struct DptDptFilter {
538
538
struct : ConfigurableGroup {
539
539
std::string prefix = "cfgCCDB";
540
540
Configurable<std::string> url{"url", "http://ccdb-test.cern.ch:8080", "The CCDB url for the input file"};
541
-
Configurable<std::string> pathName{"pathName", "", "The CCDB path for the input file. Default \"\", i.e. don't load from CCDB"};
541
+
Configurable<std::string> pathNameCorrections{"pathNameCorrections", "", "The CCDB path for the corrections file. Default \"\", i.e. don't load from CCDB"};
542
+
Configurable<std::string> pathNamePID{"pathNamePID", "", "The CCDB path for the PID adjusts file. Default \"\", i.e. don't load from CCDB"};
542
543
Configurable<std::string> date{"date", "20220307", "The CCDB date for the input file"};
543
-
Configurable<std::string> period{"period", "LHC22o", "The CCDB dataset period for the input file"};
544
+
Configurable<std::string> sufix{"suffix", "", "Dataset period suffix for metadata discrimination"};
544
545
} cfginputfile;
545
546
Configurable<bool> cfgFullDerivedData{"cfgFullDerivedData", false, "Produce the full derived data for external storage. Default false"};
0 commit comments