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
/* not clear if we should use IsPhysicalPrimary here */
387
387
/* TODO: adapt to FT0M Run 3 and other estimators */
388
-
if (kForMultiplicityPtLowLimit < p.pt() && p.pt() < kForMultiplicityPtHighLimit) {
388
+
if (KForMultiplicityPtLowLimit < p.pt() && p.pt() < KForMultiplicityPtHighLimit) {
389
389
if (p.eta() < 1.0f && -1.0f < p.eta()) {
390
390
inelgth0 = true;
391
391
}
@@ -545,8 +545,10 @@ struct DptDptFilter {
545
545
Configurable<std::string> url{"url", "http://ccdb-test.cern.ch:8080", "The CCDB url for the input file"};
546
546
Configurable<std::string> pathNameCorrections{"pathNameCorrections", "", "The CCDB path for the corrections file. Default \"\", i.e. don't load from CCDB"};
547
547
Configurable<std::string> pathNamePID{"pathNamePID", "", "The CCDB path for the PID adjusts file. Default \"\", i.e. don't load from CCDB"};
548
+
Configurable<std::string> pathNameOTF{"pathNameOTF", "", "The CCDB path for the OTF configuration file. Default \"\", i.e. don't load from CCDB"};
548
549
Configurable<std::string> dateCorrections{"dateCorrections", "20220307", "The CCDB date for the corrections input file"};
549
550
Configurable<std::string> datePID{"datePID", "20220307", "The CCDB date for the PID adjustments input file"};
551
+
Configurable<std::string> dateOTF{"dateOTF", "20260306", "The CCDB date for the OTF configuration file"};
550
552
Configurable<std::string> suffix{"suffix", "", "Dataset period suffix for metadata discrimination"};
551
553
} cfginputfile;
552
554
Configurable<bool> cfgFullDerivedData{"cfgFullDerivedData", false, "Produce the full derived data for external storage. Default false"};
0 commit comments