diff --git a/Phys/Tesla/tests/options/DV_LineChecker.py b/Phys/Tesla/tests/options/DV_LineChecker.py index b4297b44d4a7106730cefe8be154269b5f50f829..db252eeb48e8ce46704c4595775284908505919e 100644 --- a/Phys/Tesla/tests/options/DV_LineChecker.py +++ b/Phys/Tesla/tests/options/DV_LineChecker.py @@ -9,17 +9,20 @@ # or submit itself to any jurisdiction. # ############################################################################### from Configurables import DaVinci - from Configurables import TeslaLineChecker +from Configurables import CondDB from PRConfig import TestFileDB -TestFileDB.test_file_db['TeslaTest_2016raw_0x11361609_0x21361609'].run(configurable=DaVinci()) +TestFileDB.test_file_db["Upgrade_Bd2KstarMuMu"].run(configurable=DaVinci()) # Necessary DaVinci parameters ################# -DaVinci().Simulation = False +DaVinci().Simulation = True DaVinci().EvtMax = 50 DaVinci().TupleFile = 'DVTuples.root' DaVinci().PrintFreq = 10 -DaVinci().DataType = '2016' +DaVinci().DataType = 'Upgrade' DaVinci().UserAlgorithms = [ TeslaLineChecker() ] -DaVinci().InputType = 'MDST' +DaVinci().InputType = 'LDST' +CondDB().Upgrade = True +DaVinci().CondDBtag = "sim-20171127-vc-md100" +DaVinci().DDDBtag = "dddb-20171126" diff --git a/Phys/Tesla/tests/options/DV_2015_PVs.py b/Phys/Tesla/tests/options/DV_Upgrade_PVs.py similarity index 87% rename from Phys/Tesla/tests/options/DV_2015_PVs.py rename to Phys/Tesla/tests/options/DV_Upgrade_PVs.py index 4009c8ce78b3a7f8e2fdf78b5d0f695696b26fb8..aa887d28c1376bf11de41c9a4fdc8ead3459216f 100644 --- a/Phys/Tesla/tests/options/DV_2015_PVs.py +++ b/Phys/Tesla/tests/options/DV_Upgrade_PVs.py @@ -13,16 +13,20 @@ from LHCbKernel.Configuration import * from Configurables import GaudiSequencer,RawEventJuggler from Configurables import DaVinci from Configurables import DecodeRawEvent - +from Configurables import CondDB from Configurables import DstConf DstConf().Turbo=True DaVinci() DaVinci().EvtMax=-1 -DaVinci().DataType="2015" +DaVinci().DataType="Upgrade" +DaVinci().InputType = 'LDST' +CondDB().Upgrade = True +DaVinci().CondDBtag = "sim-20171127-vc-md100" +DaVinci().DDDBtag = "dddb-20171126" -from GaudiConf import IOHelper -IOHelper().inputFiles( ["tesla_2015_TCK.dst"] , clear=True ) +from PRConfig import TestFileDB +TestFileDB.test_file_db["Upgrade_Bd2KstarMuMu"].run(configurable=DaVinci()) import GaudiPython from Gaudi.Configuration import ApplicationMgr diff --git a/Phys/Tesla/tests/qmtest/tesla.qms/pvrestore.qmt b/Phys/Tesla/tests/qmtest/tesla.qms/pvrestore.qmt index 7d0d122cb0314e6b04dc571b44a40aa1f61a5c07..0811bfef74f64a96f2078957a151db5a79496af0 100644 --- a/Phys/Tesla/tests/qmtest/tesla.qms/pvrestore.qmt +++ b/Phys/Tesla/tests/qmtest/tesla.qms/pvrestore.qmt @@ -27,7 +27,7 @@ <argument name="program"><text>python</text></argument> <argument name="timeout"><integer>3600</integer></argument> <argument name="args"><set> - <text>../options/DV_2015_PVs.py</text> + <text>../options/DV_Upgrade_PVs.py</text> </set></argument> <argument name="validator"><text> countErrorLines({"FATAL":0, "ERROR":0, "WARNING" :1})