Variables | |
tuple | hltHighLevelSiStrip |
tuple | hltLocalRecoSiStrip = cms.Path(hltHighLevelSiStrip*sistripMonitorMuonHLT) |
00001 cms.EDFilter("HLTHighLevel", 00002 TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"), 00003 HLTPaths = cms.vstring('HLT_L1Mu[^_]*$', 00004 'HLT_L2Mu[^_]*$', 00005 'HLT_Mu[^_]*$', 00006 'HLT_IsoMu[^_]*$', 00007 'HLT_DoubleMu[^_]*$', 00008 ), 00009 00010 eventSetupPathsKey = cms.string(''), # not empty => use read paths from AlCaRecoTriggerBitsRcd via this key 00011 andOr = cms.bool(True), # how to deal with multiple triggers: True (OR) accept if ANY is true, False (AND) accept if ALL are true 00012 throw = cms.bool(False) # throw exception on unknown path names 00013 )
Definition at line 5 of file HLTLocalRecoSiStrip_cff.py.
tuple HLTLocalRecoSiStrip_cff::hltLocalRecoSiStrip = cms.Path(hltHighLevelSiStrip*sistripMonitorMuonHLT) |
Definition at line 19 of file HLTLocalRecoSiStrip_cff.py.