CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoPixelVertexing/PixelVertexFinding/python/fastPrimaryVertexProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 fastPrimaryVertexProducer = cms.EDProducer("FastPrimaryVertexProducer",
00004     beamSpot = cms.InputTag("hltOnlineBeamSpot"),
00005     clusters = cms.InputTag("hltSiPixelClusters"),
00006     jets  = cms.InputTag("hltBLifetimeL25JetsHbb"),
00007     maxZ = cms.double(18),
00008     pixelCPE = cms.string("hltESPPixelCPEGeneric"),
00009     maxSizeX = cms.double(3),
00010     maxDeltaPhi = cms.double(0.2),
00011     clusterLength = cms.double(2.0)
00012 )
00013 
00014