Skip to content
Snippets Groups Projects

Fixed test_hlt2_bandwidth_5stream goign back to calo_raw_bank=false

Merged Sebastien Ponce requested to merge sponce_fixCaloTest into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -10,8 +10,10 @@
###############################################################################
from Moore import options
from RecoConf.calorimeter_reconstruction import make_digits
options.set_input_and_conds_from_testfiledb('UpgradeHLT1FilteredWithGEC')
options.input_type = "MDF"
options.evt_max = 100
options.n_threads = 1
make_digits.global_bind(calo_raw_bank=False)
Loading