CMS 3D CMS Logo

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

Variables

tuple goodvertexSkim = cms.Sequence(primaryVertexFilter+noscraping)
 
tuple noscraping
 
tuple primaryVertexFilter
 

Variable Documentation

tuple goodvertexSkim_cff.goodvertexSkim = cms.Sequence(primaryVertexFilter+noscraping)

Definition at line 17 of file goodvertexSkim_cff.py.

tuple goodvertexSkim_cff.noscraping
Initial value:
1 = cms.EDFilter("FilterOutScraping",
2  applyfilter = cms.untracked.bool(True),
3  debugOn = cms.untracked.bool(False),
4  numtrack = cms.untracked.uint32(10),
5  thresh = cms.untracked.double(0.25)
6  )

Definition at line 10 of file goodvertexSkim_cff.py.

tuple goodvertexSkim_cff.primaryVertexFilter
Initial value:
1 = cms.EDFilter("GoodVertexFilter",
2  vertexCollection = cms.InputTag('offlinePrimaryVertices'),
3  minimumNDOF = cms.uint32(4) ,
4  maxAbsZ = cms.double(24),
5  maxd0 = cms.double(2)
6  )

Definition at line 3 of file goodvertexSkim_cff.py.