CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
fastPrimaryVertexProducer_cfi.py
Go to the documentation of this file.
2 
3 fastPrimaryVertexProducer = cms.EDProducer("FastPrimaryVertexProducer",
4  beamSpot = cms.InputTag("hltOnlineBeamSpot"),
5  clusters = cms.InputTag("hltSiPixelClusters"),
6  jets = cms.InputTag("hltBLifetimeL25JetsHbb"),
7  maxZ = cms.double(18),
8  pixelCPE = cms.string("hltESPPixelCPEGeneric"),
9  maxSizeX = cms.double(3),
10  maxDeltaPhi = cms.double(0.2),
11  clusterLength = cms.double(2.0)
12 )
13 
14