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

Set Tesla.SplitRawEventInput to the original 0.3 format

parent 6f0517c1
No related branches found
No related tags found
2 merge requests!85merge master to future,!76Fixes for v42r5 release
...@@ -89,7 +89,7 @@ class Tesla(LHCbConfigurableUser): ...@@ -89,7 +89,7 @@ class Tesla(LHCbConfigurableUser):
# "Online" means running on data from the pit # "Online" means running on data from the pit
# "Offline" is used on DSTs, i.e. the output of Brunel # "Offline" is used on DSTs, i.e. the output of Brunel
, 'Pack' : True # Do we want to pack the objects? , 'Pack' : True # Do we want to pack the objects?
, 'SplitRawEventInput' : 0.4 , 'SplitRawEventInput' : 0.3
, 'SplitRawEventOutput' : 4.3 , 'SplitRawEventOutput' : 4.3
, 'Monitors' : [] # Histogram monitors to run in the job , 'Monitors' : [] # Histogram monitors to run in the job
, 'Histogram' : "" # Name of histogram file , 'Histogram' : "" # Name of histogram file
......
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