CMS 3D CMS Logo

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

Variables

tuple hltHighLevelRPC
 
tuple hltLocalRecoRPC = cms.Path(hltHighLevelRPC*rpcSourceHLT)
 

Variable Documentation

tuple HLTLocalRecoRPC_cff.hltHighLevelRPC
Initial value:
1 = cms.EDFilter("HLTHighLevel",
2  TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
3  HLTPaths = cms.vstring('HLT_L1Mu[^_]*$',
4  'HLT_L2Mu[^_]*$',
5  'HLT_Mu[^_]*$',
6  'HLT_IsoMu[^_]*$',
7  'HLT_DoubleMu[^_]*$',
8  ),
9  #HLTPaths = cms.vstring('HLT_L1MuOpen','HLT_L1Mu', 'HLT_L1Mu20',
10  # 'HLT_L2Mu9','HLT_L2Mu11',
11 # 'HLT_Mu3', 'HLT_Mu5', 'HLT_Mu9'),
12  eventSetupPathsKey = cms.string(''), # not empty => use read paths from AlCaRecoTriggerBitsRcd via this key
13  andOr = cms.bool(True), # how to deal with multiple triggers: True (OR) accept if ANY is true, False (AND) accept if ALL are true
14  throw = cms.bool(False) # throw exception on unknown path names
15 )

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.