Skip to content

Propagate geometry and conditions version to LHCbApp dddb and condbd tags

Gloria Corti requested to merge gcorti_geovers into master

In Gauss we need to have a single way to propagate the geometry and conditions versions regardless of the backend used (DetDesc or DD4hep).

GaussGeometry() has two properties GeometryVersion and ConditionsVersion that can be used for this. This MR does the following:

  • Ignore the values of LHCbApp() DDDBtag and CondDBtag (=SIMCOND) and issue a warning if set by user
  • Propagate the value in GeometryVersion to DDDBtag and in ConditionsVersion to CondDBtag

cc: @mexu @mwhitehe @kreps

Merge request reports