Skip to content
Snippets Groups Projects
Commit 03649bd7 authored by Alex Pearce's avatar Alex Pearce
Browse files

Define raw event formats for tests.

parent ef182dd8
No related branches found
No related tags found
2 merge requests!106Merged master into future,!95Fix most of the failing Tesla tests
...@@ -6,6 +6,8 @@ Tesla().Mode = 'Offline' ...@@ -6,6 +6,8 @@ Tesla().Mode = 'Offline'
Tesla().VertRepLoc = 'Hlt2' Tesla().VertRepLoc = 'Hlt2'
Tesla().EvtMax=1000 Tesla().EvtMax=1000
Tesla().outputFile = "tesla_2015_TCK.dst" Tesla().outputFile = "tesla_2015_TCK.dst"
Tesla().SplitRawEventInput = '0.4'
Tesla().SplitRawEventOutput = '0.4'
from Gaudi.Configuration import * from Gaudi.Configuration import *
version='v10r0_0x00fa0051' version='v10r0_0x00fa0051'
......
...@@ -6,6 +6,8 @@ Tesla().Simulation = False ...@@ -6,6 +6,8 @@ Tesla().Simulation = False
Tesla().Mode = 'Online' Tesla().Mode = 'Online'
Tesla().VertRepLoc = 'Hlt2' Tesla().VertRepLoc = 'Hlt2'
Tesla().KillInputHlt2Reps = True Tesla().KillInputHlt2Reps = True
Tesla().SplitRawEventInput = '0.4'
Tesla().SplitRawEventOutput = '0.4'
from Configurables import Tesla from Configurables import Tesla
from Gaudi.Configuration import * from Gaudi.Configuration import *
......
...@@ -30,6 +30,8 @@ Tesla().EnableLineChecker = False ...@@ -30,6 +30,8 @@ Tesla().EnableLineChecker = False
Tesla().OutputLevel = 2 Tesla().OutputLevel = 2
Tesla().EvtMax = -1 Tesla().EvtMax = -1
Tesla().Pack = False Tesla().Pack = False
Tesla().SplitRawEventInput = '0.4'
Tesla().SplitRawEventOutput = '0.4'
from PRConfig.TestFileDB import test_file_db from PRConfig.TestFileDB import test_file_db
input = test_file_db['Tesla_Bsphiphi_MC12wTurbo'] input = test_file_db['Tesla_Bsphiphi_MC12wTurbo']
......
...@@ -30,6 +30,8 @@ Tesla().TriggerLines = ["Hlt2IncPhi"] ...@@ -30,6 +30,8 @@ Tesla().TriggerLines = ["Hlt2IncPhi"]
Tesla().EnableLineChecker = False Tesla().EnableLineChecker = False
Tesla().OutputLevel = 4 Tesla().OutputLevel = 4
Tesla().EvtMax = -1 Tesla().EvtMax = -1
Tesla().SplitRawEventInput = '0.4'
Tesla().SplitRawEventOutput = '0.4'
from PRConfig.TestFileDB import test_file_db from PRConfig.TestFileDB import test_file_db
input = test_file_db['Tesla_Bsphiphi_MC12wTurbo'] input = test_file_db['Tesla_Bsphiphi_MC12wTurbo']
......
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