CMS 3D CMS Logo

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.

Initial value:
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 9 of file HLTLocalRecoDT_cff.py.

Definition at line 26 of file HLTLocalRecoDT_cff.py.