diff --git a/Phys/Tesla/tests/options/TCK_2015RP.py b/Phys/Tesla/tests/options/TCK_2015RP.py index 13ec2bb838801c44f5eccf197e335185ea8d6242..ccd5273108b799693c104369775b96df65adad13 100644 --- a/Phys/Tesla/tests/options/TCK_2015RP.py +++ b/Phys/Tesla/tests/options/TCK_2015RP.py @@ -6,6 +6,8 @@ Tesla().Mode = 'Offline' Tesla().VertRepLoc = 'Hlt2' Tesla().EvtMax=1000 Tesla().outputFile = "tesla_2015_TCK.dst" +Tesla().SplitRawEventInput = '0.4' +Tesla().SplitRawEventOutput = '0.4' from Gaudi.Configuration import * version='v10r0_0x00fa0051' diff --git a/Phys/Tesla/tests/options/TeslaStep.py b/Phys/Tesla/tests/options/TeslaStep.py index 431c35d3aee1cf2601116c4bbd1752971b20a858..8f9fe22a0f2268a536585abfd2537f30b9fd8ba0 100644 --- a/Phys/Tesla/tests/options/TeslaStep.py +++ b/Phys/Tesla/tests/options/TeslaStep.py @@ -6,6 +6,8 @@ Tesla().Simulation = False Tesla().Mode = 'Online' Tesla().VertRepLoc = 'Hlt2' Tesla().KillInputHlt2Reps = True +Tesla().SplitRawEventInput = '0.4' +Tesla().SplitRawEventOutput = '0.4' from Configurables import Tesla from Gaudi.Configuration import * diff --git a/Phys/Tesla/tests/options/containers.py b/Phys/Tesla/tests/options/containers.py index e2d157c341b21f356e5f823b55b78c345571c8dd..9ce7474536ec7db6001a7f92f91ca9e81d811d24 100644 --- a/Phys/Tesla/tests/options/containers.py +++ b/Phys/Tesla/tests/options/containers.py @@ -30,6 +30,8 @@ Tesla().EnableLineChecker = False Tesla().OutputLevel = 2 Tesla().EvtMax = -1 Tesla().Pack = False +Tesla().SplitRawEventInput = '0.4' +Tesla().SplitRawEventOutput = '0.4' from PRConfig.TestFileDB import test_file_db input = test_file_db['Tesla_Bsphiphi_MC12wTurbo'] diff --git a/Phys/Tesla/tests/options/default.py b/Phys/Tesla/tests/options/default.py index 6301ccb8f3bb504c4162c2f19baab78c1e5d7318..dd1cc4cbf4882a4f64cea023685920eb49e051d6 100644 --- a/Phys/Tesla/tests/options/default.py +++ b/Phys/Tesla/tests/options/default.py @@ -30,6 +30,8 @@ Tesla().TriggerLines = ["Hlt2IncPhi"] Tesla().EnableLineChecker = False Tesla().OutputLevel = 4 Tesla().EvtMax = -1 +Tesla().SplitRawEventInput = '0.4' +Tesla().SplitRawEventOutput = '0.4' from PRConfig.TestFileDB import test_file_db input = test_file_db['Tesla_Bsphiphi_MC12wTurbo']