From 412284aed66ad8598200b17d7e6a84cad65cd56d Mon Sep 17 00:00:00 2001
From: Marco Cattaneo <marco.cattaneo@cern.ch>
Date: Thu, 21 Dec 2017 14:49:13 +0100
Subject: [PATCH 1/2] Update RecSysConf to follow PatPV3D change in TDR branch

---
 Rec/RecConf/python/RecConf/Configuration.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Rec/RecConf/python/RecConf/Configuration.py b/Rec/RecConf/python/RecConf/Configuration.py
index 983750c8018..6bfb633eeb5 100755
--- a/Rec/RecConf/python/RecConf/Configuration.py
+++ b/Rec/RecConf/python/RecConf/Configuration.py
@@ -3,7 +3,7 @@
 #  @author Rob Lambert
 #  @date   21/05/2010
 
-__version__ = "$Id: Configuration.py,v 1.34 2010-05-05 09:58:07 ggiacomo Exp $"
+__version__ = ""
 __author__  = "Rob Lambert"
             
 from LHCbKernel.Configuration import *
@@ -148,7 +148,7 @@ class RecSysConf(LHCbConfigurableUser):
             pvAlg.PVOfflineTool.BeamSpotRMultiplicityTreshold = 10
             pvAlg.InputTracks = "Rec/Track/FittedHLT1VeloTracks"
             pvAlg.OutputVerticesName = "Rec/Vertex/Primary"
-            pvAlg.PrimaryVertexLocation = "Rec/Vertex/PrimaryVertices"
+#            pvAlg.PrimaryVertexLocation = "Rec/Vertex/PrimaryVertices"
 
             # Remove all tracks that don't belong to a PV (to save space on a DST)
             from Configurables import TrackContainerCleaner, SelectTrackInVertex
-- 
GitLab


From 8d0ad13e732c444c5f754683c13e3004f70875fa Mon Sep 17 00:00:00 2001
From: Marco Cattaneo <marco.cattaneo@cern.ch>
Date: Fri, 22 Dec 2017 14:51:32 +0000
Subject: [PATCH 2/2] Remove line commented out in previous commit

---
 Rec/RecConf/python/RecConf/Configuration.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Rec/RecConf/python/RecConf/Configuration.py b/Rec/RecConf/python/RecConf/Configuration.py
index 6bfb633eeb5..039d3855c23 100755
--- a/Rec/RecConf/python/RecConf/Configuration.py
+++ b/Rec/RecConf/python/RecConf/Configuration.py
@@ -148,7 +148,6 @@ class RecSysConf(LHCbConfigurableUser):
             pvAlg.PVOfflineTool.BeamSpotRMultiplicityTreshold = 10
             pvAlg.InputTracks = "Rec/Track/FittedHLT1VeloTracks"
             pvAlg.OutputVerticesName = "Rec/Vertex/Primary"
-#            pvAlg.PrimaryVertexLocation = "Rec/Vertex/PrimaryVertices"
 
             # Remove all tracks that don't belong to a PV (to save space on a DST)
             from Configurables import TrackContainerCleaner, SelectTrackInVertex
-- 
GitLab