Variables | |
tuple | pixelVertices |
00001 cms.EDProducer("PixelVertexProducer", 00002 WtAverage = cms.bool(True), 00003 ZOffset = cms.double(5.0), 00004 beamSpot = cms.InputTag("offlineBeamSpot"), 00005 Verbosity = cms.int32(0), 00006 UseError = cms.bool(True), 00007 TrackCollection = cms.InputTag("pixelTracks"), 00008 ZSeparation = cms.double(0.05), 00009 NTrkMin = cms.int32(2), 00010 Method2 = cms.bool(True), 00011 Finder = cms.string('DivisiveVertexFinder'), 00012 PtMin = cms.double(1.0) 00013 )
Definition at line 3 of file PixelVertexes_cfi.py.
Referenced by PixelVTXMonitor::analyze(), and HLTTrack::analyze().