CMS 3D CMS Logo

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

Variables

tuple goodVertices
 
tuple goodVerticesD0s5 = goodVertices.clone(src = "offlinePrimaryVerticesD0s5")
 
tuple goodVerticesD0s51mm = goodVertices.clone(src = "offlinePrimaryVerticesD0s51mm")
 
tuple goodVerticesDA100um = goodVertices.clone(src = "offlinePrimaryVerticesDA100um")
 
tuple goodVerticesDA100umV7 = goodVertices.clone(src = "offlinePrimaryVerticesDA100umV7")
 
tuple goodVerticesDA100umV8 = goodVertices.clone(src = "offlinePrimaryVerticesDA100umV8")
 
tuple noFakeVertices = goodVertices.clone(cut=cms.string("!isFake"))
 
tuple seqPVSelection
 
tuple seqSimplePVSelection = cms.Sequence(goodVertices + noFakeVertices)
 

Variable Documentation

tuple pvSelectionSequence_cff.goodVertices
Initial value:
1 = cms.EDFilter("VertexSelector",
2  src = cms.InputTag("offlinePrimaryVertices"),
3 # cut = cms.string("!isFake && ndof >= 5 && abs(z) <= 15 && position.Rho <= 2"), # old cut
4 # cut = cms.string("!isFake && ndof >= 5 && abs(z) <= 24 && position.Rho <= 2"),
5  cut = cms.string("!isFake && ndof > 4 && abs(z) <= 30 && position.Rho <= 2"),
6  filter = cms.bool(False), # otherwise it won't filter the events, just produce an empty vertex collection.
7 )

Definition at line 5 of file pvSelectionSequence_cff.py.

tuple pvSelectionSequence_cff.goodVerticesD0s5 = goodVertices.clone(src = "offlinePrimaryVerticesD0s5")

Definition at line 15 of file pvSelectionSequence_cff.py.

tuple pvSelectionSequence_cff.goodVerticesD0s51mm = goodVertices.clone(src = "offlinePrimaryVerticesD0s51mm")

Definition at line 16 of file pvSelectionSequence_cff.py.

tuple pvSelectionSequence_cff.goodVerticesDA100um = goodVertices.clone(src = "offlinePrimaryVerticesDA100um")

Definition at line 17 of file pvSelectionSequence_cff.py.

tuple pvSelectionSequence_cff.goodVerticesDA100umV7 = goodVertices.clone(src = "offlinePrimaryVerticesDA100umV7")

Definition at line 18 of file pvSelectionSequence_cff.py.

tuple pvSelectionSequence_cff.goodVerticesDA100umV8 = goodVertices.clone(src = "offlinePrimaryVerticesDA100umV8")

Definition at line 19 of file pvSelectionSequence_cff.py.

tuple pvSelectionSequence_cff.noFakeVertices = goodVertices.clone(cut=cms.string("!isFake"))

Definition at line 13 of file pvSelectionSequence_cff.py.

tuple pvSelectionSequence_cff.seqPVSelection
Initial value:
1 = cms.Sequence(goodVertices + noFakeVertices + goodVerticesD0s5 + goodVerticesD0s51mm +
2  goodVerticesDA100um + goodVerticesDA100umV7 + goodVerticesDA100umV8 )

Definition at line 22 of file pvSelectionSequence_cff.py.

tuple pvSelectionSequence_cff.seqSimplePVSelection = cms.Sequence(goodVertices + noFakeVertices)

Definition at line 24 of file pvSelectionSequence_cff.py.