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<bool> fIsRun2{"cfgIsRun2", false, "Whether we analyze Run-2 or Run-3 data"};
183
183
@@ -250,18 +250,18 @@ struct TableMakerMC {
250
250
Configurable<std::vector<std::string>> fModelNames{"cfgModelNames", std::vector<std::string>{"model.onnx"}, "ONNX file names for each pT bin (if not from CCDB full path)"};
251
251
} fConfigVariousOptions;
252
252
253
-
Service<o2::ccdb::BasicCCDBManager> fCCDB;
253
+
Service<o2::ccdb::BasicCCDBManager> fCCDB{};
254
254
o2::ccdb::CcdbApi fCCDBApi;
255
255
256
256
o2::parameters::GRPObject* fGrpMagRun2 = nullptr; // for run 2, we access the GRPObject from GLO/GRP/GRP
257
257
o2::parameters::GRPMagField* fGrpMag = nullptr; // for run 3, we access GRPMagField from GLO/Config/GRPMagField
0 commit comments