CMS 3D CMS Logo

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

Variables

tuple TriggerFilter
 
tuple TriggerSelectionSequence
 SEQUENCE. More...
 

Variable Documentation

tuple TriggerSelection_cff.TriggerFilter
Initial value:
1 = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
2  TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
3  #HLTPaths = ['HLT_Mu9', 'HLT_Mu15_v*'],
4  #HLTPaths = ['HLT_IsoMu17_v*'],
5  HLTPaths = ['HLT_IsoMu24_*'], # # provide list of HLT paths (or patterns) you want
6  #HLTPaths = ['@'],
7  #andOr = cms.bool(True), # how to deal with multiple triggers: True (OR) accept if ANY is true, False (AND) accept if ALL are true
8  throw = False, ## throw exception on unknown path names
9 )

Definition at line 8 of file TriggerSelection_cff.py.

Referenced by MuonAnalyzerSBSM.FillPlots().

tuple TriggerSelection_cff.TriggerSelectionSequence
Initial value:
1 = cms.Sequence(
2  TriggerFilter
3 )

SEQUENCE.

Definition at line 21 of file TriggerSelection_cff.py.