Variables | |
tuple | hltHighLevelRPC |
tuple | hltLocalRecoRPC = cms.Path(hltHighLevelRPC*rpcSourceHLT) |
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 #HLTPaths = cms.vstring('HLT_L1MuOpen','HLT_L1Mu', 'HLT_L1Mu20', 00010 # 'HLT_L2Mu9','HLT_L2Mu11', 00011 # 'HLT_Mu3', 'HLT_Mu5', 'HLT_Mu9'), 00012 eventSetupPathsKey = cms.string(''), # not empty => use read paths from AlCaRecoTriggerBitsRcd via this key 00013 andOr = cms.bool(True), # how to deal with multiple triggers: True (OR) accept if ANY is true, False (AND) accept if ALL are true 00014 throw = cms.bool(False) # throw exception on unknown path names 00015 )
Definition at line 6 of file HLTLocalRecoRPC_cff.py.
tuple HLTLocalRecoRPC_cff::hltLocalRecoRPC = cms.Path(hltHighLevelRPC*rpcSourceHLT) |
Definition at line 22 of file HLTLocalRecoRPC_cff.py.