diff --git a/Rec/RecConf/python/RecConf/Configuration.py b/Rec/RecConf/python/RecConf/Configuration.py index 983750c80184cf737d84d5940293ccff43253832..039d3855c23255611ac2f5626c3e2d7f385ce517 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,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