digitizer: Ability to fetch bcFilling scheme from CCDB#8378
digitizer: Ability to fetch bcFilling scheme from CCDB#8378sawenzel merged 1 commit intoAliceO2Group:devfrom
Conversation
| if (bcPatternString == "ccdb") { | ||
| LOG(info) << "Fetch bcPattern information from CCDB"; | ||
| // fetch the GRP Object | ||
| auto& ccdb = o2::ccdb::BasicCCDBManager::instance(); |
There was a problem hiding this comment.
Aren't you planning to move this class to DPL CCDB backend? Then this code cannot be in the init() but should move to run(). In any case, I think one should at least set the ccdb host (the GRPLHCIFs are in the http://alice-ccdb.cern.ch).
Also, with this code you get the object for now(), for the anchoring one should pass the run timestamp.
Since you have already headers creation / firstTFOrbit fixed, this would work automatically with the DPL backend.
There was a problem hiding this comment.
Everything is set up correctly for CCDBManager here (in the outside workflow creation) and I will use CCDBManager until the caching from snapshots is working correctly (which I think is not yet the case).
There was a problem hiding this comment.
OK, I did not find where it is set. What exactly does not work with caching? I am already working with export ALICEO2_CCDB_LOCALCACHE=<xxx> to create the cache and with --condition-backend file://<xxx> to use it directly (also can be done via export DPL_CONDITION_BACKEND=file://<xxx>)
No description provided.