CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
patRefSel_goodVertex_cfi Namespace Reference

Variables

tuple goodOfflinePrimaryVertexFilter
 
tuple goodOfflinePrimaryVertices
 
tuple pvSelection
 

Variable Documentation

tuple patRefSel_goodVertex_cfi.goodOfflinePrimaryVertexFilter
Initial value:
1 = cms.EDFilter(
2 # "VertexSelector"
3 # , src = pvSrc
4 # , cut = cms.string( '!isFake && ndof > 4 && abs(z) <= 24. && abs(position.rho) <= 2.' )
5 # , filter = cms.bool( True )
6  "PrimaryVertexFilter" # checks for fake PVs automatically
7 , pvSelection
8 , NPV = cms.int32( 1 )
9 , pvSrc = cms.InputTag( 'goodOfflinePrimaryVertices' )
10 )

Definition at line 16 of file patRefSel_goodVertex_cfi.py.

tuple patRefSel_goodVertex_cfi.goodOfflinePrimaryVertices
Initial value:
1 = cms.EDFilter(
2  "PrimaryVertexObjectFilter" # checks for fake PVs automatically
3 , filterParams = pvSelection
4 , filter = cms.bool( False ) # use only as producer
5 , src = cms.InputTag( 'offlinePrimaryVertices' )
6 )

Definition at line 9 of file patRefSel_goodVertex_cfi.py.

tuple patRefSel_goodVertex_cfi.pvSelection
Initial value:
1 = cms.PSet(
2  minNdof = cms.double( 4. )
3 , maxZ = cms.double( 24. )
4 , maxRho = cms.double( 2. )
5 )

Definition at line 3 of file patRefSel_goodVertex_cfi.py.