Skip to content
Snippets Groups Projects

Update Moore tests to use the new 2016NB_25ns_L0Filt01609 input sample

Merged Mika Anton Vesterinen requested to merge mvesteri-MooreTestsUse1609 into 2016-patches
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -14,11 +14,13 @@ LHCbTimingAuditor("TIMING").addTool(LHCbSequencerTimerTool, "TIMING")
LHCbTimingAuditor("TIMING").TIMING.Normalised = True
from PRConfig import TestFileDB
TestFileDB.test_file_db["2015NB_25ns_L0Filt0x1606"].run(configurable=Moore())
Moore().CondDBtag = 'cond-20160522'
TestFileDB.test_file_db["2016NB_25ns_L0Filt0x1609"].run(configurable=Moore())
Moore().RemoveInputHltRawBanks = True
from Configurables import DDDBConf
DDDBConf().InitialTime = 'Safe'
# the following overides the L0TCK in the ThresholdSettings
from Configurables import HltConf
HltConf().setProp("L0TCK",'0x1609')
Moore().EvtMax = 100
Loading