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
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -540,7 +540,8 @@ struct DptDptFilter {
540
540
Configurable<std::string> url{"url", "http://ccdb-test.cern.ch:8080", "The CCDB url for the input file"};
541
541
Configurable<std::string> pathNameCorrections{"pathNameCorrections", "", "The CCDB path for the corrections file. Default \"\", i.e. don't load from CCDB"};
542
542
Configurable<std::string> pathNamePID{"pathNamePID", "", "The CCDB path for the PID adjusts file. Default \"\", i.e. don't load from CCDB"};
543
-
Configurable<std::string> date{"date", "20220307", "The CCDB date for the input file"};
543
+
Configurable<std::string> dateCorrections{"dateCorrections", "20220307", "The CCDB date for the corrections input file"};
544
+
Configurable<std::string> datePID{"datePID", "20220307", "The CCDB date for the PID adjustments input file"};
544
545
Configurable<std::string> suffix{"suffix", "", "Dataset period suffix for metadata discrimination"};
545
546
} cfginputfile;
546
547
Configurable<bool> cfgFullDerivedData{"cfgFullDerivedData", false, "Produce the full derived data for external storage. Default false"};
0 commit comments