Variables | |
tuple | goodOfflinePrimaryVertexFilter |
tuple | goodOfflinePrimaryVertices |
tuple | pvSelection |
00001 cms.EDFilter( 00002 # "VertexSelector" 00003 # , src = pvSrc 00004 # , cut = cms.string( '!isFake && ndof > 4 && abs(z) <= 24. && abs(position.rho) <= 2.' ) 00005 # , filter = cms.bool( True ) 00006 "PrimaryVertexFilter" # checks for fake PVs automatically 00007 , pvSelection 00008 , NPV = cms.int32( 1 ) 00009 , pvSrc = cms.InputTag( 'goodOfflinePrimaryVertices' ) 00010 )
Definition at line 16 of file patRefSel_goodVertex_cfi.py.
00001 cms.EDFilter( 00002 "PrimaryVertexObjectFilter" # checks for fake PVs automatically 00003 , filterParams = pvSelection 00004 , filter = cms.bool( False ) # use only as producer 00005 , src = cms.InputTag( 'offlinePrimaryVertices' ) 00006 )
Definition at line 9 of file patRefSel_goodVertex_cfi.py.
00001 cms.PSet( 00002 minNdof = cms.double( 4. ) 00003 , maxZ = cms.double( 24. ) 00004 , maxRho = cms.double( 2. ) 00005 )
Definition at line 3 of file patRefSel_goodVertex_cfi.py.