CMS 3D CMS Logo

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

Variables

tuple dtClient = cms.Sequence(dtResolutionTaskHLT+dtSegmentTaskHLT+dtResolutionTestHLT+dtSegmentTestkHLT)
 
tuple hltHighLevel
 
tuple hltLocalRecoDT = cms.Path(hltHighLevel*dtClient)
 

Variable Documentation

tuple HLTLocalRecoDT_cff.dtClient = cms.Sequence(dtResolutionTaskHLT+dtSegmentTaskHLT+dtResolutionTestHLT+dtSegmentTestkHLT)

Definition at line 25 of file HLTLocalRecoDT_cff.py.

tuple HLTLocalRecoDT_cff.hltHighLevel
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 9 of file HLTLocalRecoDT_cff.py.

tuple HLTLocalRecoDT_cff.hltLocalRecoDT = cms.Path(hltHighLevel*dtClient)

Definition at line 26 of file HLTLocalRecoDT_cff.py.