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
Configurable<std::string> fConfigQvecCalibPath{"cfgQvecCalibPath","Analysis/EventPlane/QVecCorrections","CCDB path for qvector calibration objects; used only to check availability per run"};
300
+
Configurable<std::string> fConfigQvecCalibPath{"cfgQvecCalibPath","Analysis/EventPlane/QVecCorrections","CCDB path for qvector calibration objects; used only to check availability per run"};
301
301
} fConfigQvector;
302
302
303
303
struct : ConfigurableGroup {
@@ -335,7 +335,7 @@ struct TableMaker {
335
335
336
336
boolfDoDetailedQA = false; // Bool to set detailed QA true, if QA is set true
337
337
intfCurrentRun; // needed to detect if the run changed and trigger update of calibrations etc.
338
-
boolfQvectCalibAvailable = false; // Whether the Q-vector calibration is available for the current run
338
+
boolfQvectCalibAvailable = false; // Whether the Q-vector calibration is available for the current run
339
339
340
340
// maps used to store index info; NOTE: std::map are sorted in ascending order by default (needed for track to collision indices)
341
341
std::map<uint32_t, uint32_t> fCollIndexMap; // key: old collision index, value: skimmed collision index
0 commit comments