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> loadModelsFromCCDB{"loadModelsFromCCDB", false, "Flag to enable or disable the loading of models from CCDB"};
147
147
} ccdbCfg;
148
148
149
-
// Configurable<bool> isForceGRP{"isForceGRP", false, "Set true if the magnetic field configuration is not available in the usual CCDB directory (e.g. for Run 2 converted data or unanchorad Monte Carlo)"};
Configurable<bool> isRun3{"isRun3", true, "Running on Run3 or pilot"};
172
-
Configurable<int> selectionFlagHadron{"selectionFlagHadron", 1, "Selection Flag for Charm Hadron: 1 for Lc, 7 for Dplus (Topologic and PID cuts)"};
170
+
Configurable<int> selectionFlagHadron{"selectionFlagHadron", 1, "Selection flag for charm hadrons; applied to D0, Dplus, Lc and Xic selector decisions"};
173
171
Configurable<bool> useCent{"useCent", false, "Enable centrality for Charm Hadron"};
Service<o2::ccdb::BasicCCDBManager> ccdb{}; /// Accessing the CCDB
223
221
o2::base::MatLayerCylSet* lut{};
224
-
// if (doPvRefit){ lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->get<o2::base::MatLayerCylSet>(ccdbCfg.ccdbPathLut));} //! may be it useful, will check later
0 commit comments