Skip to content

Commit

Permalink
add a configuration where a pixel verted is done in 3d from pixel tra…
Browse files Browse the repository at this point in the history
…cks - TO BE USED AT STRARTUP ONLY
  • Loading branch information
Tommaso Boccali committed Nov 13, 2009
1 parent 361e401 commit d61d086
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import FWCore.ParameterSet.Config as cms

from RecoPixelVertexing.PixelTrackFitting.PixelTracks_cff import *
from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cff import *
#
# for STARTUP ONLY use try and use Offline 3D PV from pixelTracks, with adaptive vertex
#
#from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cff import *
from RecoVertex.PrimaryVertexProducer.OfflinePixel3DPrimaryVertices_cfi import *
recopixelvertexing = cms.Sequence(pixelTracks*pixelVertices)

0 comments on commit d61d086

Please sign in to comment.