From f4ae61bf9e4fa5f6a091a5292bb1f319add49266 Mon Sep 17 00:00:00 2001
From: Alex Pearce <alex.pearce@cern.ch>
Date: Thu, 29 Jun 2017 14:57:43 +0200
Subject: [PATCH] Propagate raw event format to recombiner.

---
 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 395cf271c..1af59d9a7 100644
--- a/Phys/Tesla/python/Tesla/Configuration.py
+++ b/Phys/Tesla/python/Tesla/Configuration.py
@@ -1053,7 +1053,7 @@ class Tesla(LHCbConfigurableUser):
             self._configureLumi()
         else:
             DecodeRawEvent().DataOnDemand=True
-            RecombineRawEvent()
+            RecombineRawEvent(Version=self.getProp('RawFormatVersion'))
             if self.getProp('Simulation')==True:
                 self._unpackMC()
                 TurboConf().setProp("PersistReco",True)
-- 
GitLab