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
LOGF(warn, "Metadata info missing or incomplete. Make sure --aod-file is provided at the end of the last workflow and that the AO2D has metadata stored.");
186
186
LOGF(warn, "Initializing with Run 3 data as default. Please note you will not be able to change settings manually.");
187
187
LOGF(warn, "You should instead make sure the metadata is read in correctly.");
o2::framework::Configurable<bool> fatalOnInvalidTimestamp{"fatalOnInvalidTimestamp", false, "Generate fatal error for invalid timestamps"};
39
-
o2::framework::Configurable<std::string> rct_path{"rct-path", "RCT/Info/RunInformation", "path to the ccdb RCT objects for the SOR timestamps"};
40
-
o2::framework::Configurable<std::string> orbit_reset_path{"orbit-reset-path", "CTP/Calib/OrbitReset", "path to the ccdb orbit-reset objects"};
43
+
o2::framework::Configurable<std::string> orbitResetPath{"orbit-reset-path", "CTP/Calib/OrbitReset", "path to the ccdb orbit-reset objects"}; // o2-linter: disable=name/configurable (temporary fix)
41
44
o2::framework::Configurable<int> isRun2MC{"isRun2MC", -1, "Running mode: enable only for Run 2 MC. Timestamps are set to SOR timestamp. Default: -1 (autoset from metadata) 0 (Standard) 1 (Run 2 MC)"}; // o2-linter: disable=name/configurable (temporary fix)
42
45
};
43
46
@@ -104,22 +107,24 @@ class TimestampModule
104
107
105
108
// clear cache to prevent interference with orbit reset queries from other code
106
109
// FIXME this should not have been a problem, to be investigated
0 commit comments