Skip to content
Snippets Groups Projects
Commit 373194bc authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Update Moore tests to use the new 2016NB_25ns_L0Filt0x1609 input sample

- See merge request !28
parents cf2ac2e5 00eea0a4
No related branches found
No related tags found
5 merge requests!69Sync future with master,!62Merge master into future,!61Sync future with master,!29Merge 2016-patches into master,!28Update Moore tests to use the new 2016NB_25ns_L0Filt01609 input sample
......@@ -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
......
......@@ -24,7 +24,7 @@
<!--The line above is a hack that is needed as Moore().EnableTimer is very special...-->
<text>../options/Moore_2016draft.py</text>
<text>--option</text>
<text>from Configurables import Moore; Moore().ThresholdSettings = "Physics_pp_June2016"</text>
<text>from Configurables import Moore; Moore().ThresholdSettings = "Physics_pp_MidJune2016"</text>
<text>--option</text>
<text>from Configurables import Moore; Moore().RemoveInputHltRawBanks = True; Moore().EnableTimer='physics.2016_june.csv'; from Configurables import EventSelector; EventSelector().PrintFreq=10; Moore().OutputLevel = 4;</text>
</set></argument>
......
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