CMS 3D CMS Logo

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

Variables

tuple cscHLTSkimSeq = cms.Sequence(hltBeamHalo)
 
tuple cscSkimAloneSeq = cms.Sequence(cscSkim)
 
tuple cscSkimseq = cms.Sequence(hltBeamHalo+cscSkim)
 
tuple hltBeamHalo
 

Variable Documentation

tuple cscSkim_cff.cscHLTSkimSeq = cms.Sequence(hltBeamHalo)

Definition at line 17 of file cscSkim_cff.py.

tuple cscSkim_cff.cscSkimAloneSeq = cms.Sequence(cscSkim)

Definition at line 16 of file cscSkim_cff.py.

tuple cscSkim_cff.cscSkimseq = cms.Sequence(hltBeamHalo+cscSkim)

Definition at line 18 of file cscSkim_cff.py.

tuple cscSkim_cff.hltBeamHalo
Initial value:
1 = cms.EDFilter("HLTHighLevel",
2  TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
3  HLTPaths = cms.vstring('HLT_CSCBeamHalo','HLT_CSCBeamHaloOverlapRing1','HLT_CSCBeamHaloOverlapRing','HLT_CSCBeamHaloRing2or3'), # provide list of HLT paths (or patterns) you want
4  eventSetupPathsKey = cms.string(''), # not empty => use read paths from AlCaRecoTriggerBitsRcd via this key
5  andOr = cms.bool(True), # how to deal with multiple triggers: True (OR) accept if ANY is true, False (AND) accept if ALL are true
6  throw = cms.bool(False), # throw exception on unknown path names
7  saveTags = cms.bool(False)
8  )

Definition at line 7 of file cscSkim_cff.py.