Skip to content
Snippets Groups Projects
Commit 045abbcd authored by Miroslav Saur's avatar Miroslav Saur
Browse files

adding global_bind(calo_raw_bank=False) to DD4hep jobs

parent 27356526
No related branches found
No related tags found
1 merge request!365Data Challenges: expected 2024 MinBias sample
Pipeline #6604813 passed
This commit is part of merge request !365. Comments created here will be created in the context of that merge request.
......@@ -17,4 +17,7 @@ if UseDD4Hep:
from Configurables import DDDBConf
DDDBConf().GeometryVersion = 'run3/before-rich1-geom-update-26052022'
from RecoConf.calorimeter_reconstruction import make_digits
make_digits.global_bind(calo_raw_bank=False)
options.evt_max = 1000
......@@ -17,4 +17,7 @@ if UseDD4Hep:
from Configurables import DDDBConf
DDDBConf().GeometryVersion = 'run3/before-rich1-geom-update-26052022'
from RecoConf.calorimeter_reconstruction import make_digits
make_digits.global_bind(calo_raw_bank=False)
options.evt_max = 10000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment