From 894b223d2fe13c394bb104656d532de060973b23 Mon Sep 17 00:00:00 2001
From: Rosen Matev <rosen.matev@cern.ch>
Date: Thu, 6 Jul 2017 23:58:53 +0200
Subject: [PATCH] Set Tesla.SplitRawEventInput to the original 0.3 format

---
 Phys/Tesla/python/Tesla/Configuration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Phys/Tesla/python/Tesla/Configuration.py b/Phys/Tesla/python/Tesla/Configuration.py
index 36cef3e52..defcb8c51 100644
--- a/Phys/Tesla/python/Tesla/Configuration.py
+++ b/Phys/Tesla/python/Tesla/Configuration.py
@@ -89,7 +89,7 @@ class Tesla(LHCbConfigurableUser):
                                             # "Online" means running on data from the pit
                                             # "Offline" is used on DSTs, i.e. the output of Brunel
           , 'Pack'	        : True          # Do we want to pack the objects?
-          , 'SplitRawEventInput'	: 0.4
+          , 'SplitRawEventInput'	: 0.3
           , 'SplitRawEventOutput'	: 4.3
           , 'Monitors'	        : []            # Histogram monitors to run in the job
           , 'Histogram'  	: ""            # Name of histogram file
-- 
GitLab