12Generate alignment payload for VXD
21deformations.append(misalignment.Bowing(0.0003))
25main = b2.create_path()
26main.add_module(
'EventInfoSetter')
27main.add_module(
'Gearbox')
28main.add_module(
'Geometry', components=[
'PXD',
'SVD'])
30main.add_module(misalignment.CreateMisalignmentModule(global_deformations=deformations))
32main.add_module(
'Progress')
34b2.process(main, calculateStatistics=
True)