Belle II Software
release-08-01-10
create_ECLCrystalsShapeAndPosition_payload.py
1
#!/usr/bin/env python3
2
10
11
18
19
import
basf2
20
main = basf2.create_path()
21
main.add_module(
"EventInfoSetter"
)
22
main.add_module(
"Gearbox"
)
23
main.add_module(
"Geometry"
, createPayloads=
True
, components=[
"ECL"
], payloadIov=[0, 0, -1, -1])
24
basf2.process(main)
ecl
scripts
create_ECLCrystalsShapeAndPosition_payload.py
Generated on Mon Sep 23 2024 14:02:04 for Belle II Software by
1.9.1