CMS 3D CMS Logo

Variables

collisionEventSelection_cff Namespace Reference

Variables

tuple collisionEventSelection
tuple noBSChalo
tuple primaryVertexFilter

Variable Documentation

Initial value:
00001 cms.Sequence(noBSChalo *
00002                                        hfCoincFilter3 *
00003                                        primaryVertexFilter *
00004                                        siPixelRecHits *
00005                                        hltPixelClusterShapeFilter)

Definition at line 26 of file collisionEventSelection_cff.py.

Initial value:
00001 hltLevel1GTSeed.clone(
00002     L1TechTriggerSeeding = cms.bool(True),
00003     L1SeedsLogicalExpression = cms.string('NOT (36 OR 37 OR 38 OR 39)')
00004 )

Definition at line 21 of file collisionEventSelection_cff.py.

Initial value:
00001 cms.EDFilter("VertexSelector",
00002     src = cms.InputTag("hiSelectedVertex"),
00003     cut = cms.string("!isFake && abs(z) <= 25 && position.Rho <= 2 && tracksSize >= 2"), 
00004     filter = cms.bool(True),   # otherwise it won't filter the events
00005 )

Definition at line 7 of file collisionEventSelection_cff.py.