CMS 3D CMS Logo

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

Variables

tuple collisionEventSelection
 
tuple noBSChalo
 
tuple primaryVertexFilter
 

Variable Documentation

tuple collisionEventSelection_cff.collisionEventSelection
Initial value:
1 = cms.Sequence(noBSChalo *
2  hfCoincFilter3 *
3  primaryVertexFilter *
4  siPixelRecHits *
5  hltPixelClusterShapeFilter)

Definition at line 26 of file collisionEventSelection_cff.py.

tuple collisionEventSelection_cff.noBSChalo
Initial value:
1 = hltLevel1GTSeed.clone(
2  L1TechTriggerSeeding = cms.bool(True),
3  L1SeedsLogicalExpression = cms.string('NOT (36 OR 37 OR 38 OR 39)')
4 )

Definition at line 21 of file collisionEventSelection_cff.py.

tuple collisionEventSelection_cff.primaryVertexFilter
Initial value:
1 = cms.EDFilter("VertexSelector",
2  src = cms.InputTag("hiSelectedVertex"),
3  cut = cms.string("!isFake && abs(z) <= 25 && position.Rho <= 2 && tracksSize >= 2"),
4  filter = cms.bool(True), # otherwise it won't filter the events
5 )

Definition at line 7 of file collisionEventSelection_cff.py.