CMS 3D CMS Logo

Variables

python::hltLevel1Activity_cfi Namespace Reference

Variables

tuple hltLevel1Activity

Variable Documentation

Initial value:
00001 cms.EDFilter("HLTLevel1Activity",
00002     L1GtReadoutRecordTag  = cms.InputTag('gtDigis'),
00003     bunchCrossings = cms.vint32( 0, -1, 1),    # BPTX +/- 1 
00004     ignoreL1Mask   = cms.bool( False ),        # use L1 masks
00005     daqPartitions  = cms.uint32( 0x01 ),       # used by the definition of the L1 mask
00006     physicsLoBits  = cms.uint64( 0xFFFFFFFE ), # all physics bits except BPTX (L1_ZeroBias, bit 0)
00007     physicsHiBits  = cms.uint64( 0xFFFFFFFF ),
00008     technicalBits  = cms.uint64( 0xFFFFFF00 ), # all technical bits except BPTX (bits 0-7)
00009     invert         = cms.bool( False )
00010 )

Definition at line 3 of file hltLevel1Activity_cfi.py.