Skip to content
Snippets Groups Projects

Fix tests for FTv7 decoding

Merged Roel Aaij requested to merge fix-tests-FTv7 into master
Files
13
@@ -12,7 +12,7 @@
# File for running a Boole initialisation test with 2009 geometry
##############################################################################
from Boole.Configuration import *
from Boole.Configuration import Boole
from Configurables import LHCbApp
Boole().EvtMax = 0
@@ -20,5 +20,5 @@ Boole().DataType = "Upgrade"
Boole().Outputs = ["DIGI", "MDF"] # Test all output types
Boole().Histograms = "NONE"
LHCbApp().CondDBtag = "upgrade/sim-20180530-vc-md100"
LHCbApp().DDDBtag = "upgrade/dddb-20170301"
LHCbApp().CondDBtag = "upgrade/sim-20190912-vc-md100-FTv7"
LHCbApp().DDDBtag = "upgrade/dddb-20190912"
Loading