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
We stream out an aligned version of the geometry file,
for direct use in digitization and other steps in the MC chain.
This prevents a lot of calls to CCDB and uncessary dynamic realignment.
Digitization is moved to using the new aligned geometry file.
We can thing of doing same for other steps.
A couple of minor changes accompagny this commit:
- use correct timestamp when aligning in o2-sim
std::string digitizationgeometry = ""; // with with geometry file to digitize -> leave empty as this needs to be filled by the digitizer workflow
30
+
std::string digitizationgeometry_prefix = ""; // with which geometry prefix we digitized -> leave empty as this needs to be filled by the digitizer workflow
31
31
std::string grpfile = ""; // which GRP file to use --> leave empty as this needs to be filled by the digitizer workflow
0 commit comments