Skip to content
Snippets Groups Projects

Adapt to rapidyaml switch

Merged Arthur Marius Hennequin requested to merge ahennequ_ryml into master
Files
5
@@ -21,7 +21,7 @@ if UseDD4Hep:
from Configurables import LHCb__Det__LbDD4hep__DD4hepSvc as DD4hepSvc
dx = 1.092
dy = 0.474
condval = "!alignment{ position: [%f * mm, %f * mm, 0 * mm], rotation: [0,0,0]}" % (
condval = "!alignment { position: [%f * mm, %f * mm, 0 * mm], rotation: [0,0,0]}" % (
dx, dy)
DD4hepSvc().ConditionsOverride = {
"/world/BeforeMagnetRegion/VP/MotionVPLeft:alignment_delta": condval,
Loading