CMS 3D CMS Logo

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 16 of file cscSkim_cff.py.

tuple cscSkim_cff::cscSkimAloneSeq = cms.Sequence(cscSkim)

Definition at line 15 of file cscSkim_cff.py.

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

Definition at line 17 of file cscSkim_cff.py.

Initial value:
00001 cms.EDFilter("HLTHighLevel",
00002      TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
00003      HLTPaths = cms.vstring('HLT_CSCBeamHalo','HLT_CSCBeamHaloOverlapRing1','HLT_CSCBeamHaloOverlapRing','HLT_CSCBeamHaloRing2or3'), # provide list of HLT paths (or patterns) you want
00004      eventSetupPathsKey = cms.string(''), # not empty => use read paths from AlCaRecoTriggerBitsRcd via this key
00005      andOr = cms.bool(True),             # how to deal with multiple triggers: True (OR) accept if ANY is true, False (AND) accept if ALL are true
00006      throw = cms.bool(False)    # throw exception on unknown path names
00007  )

Definition at line 7 of file cscSkim_cff.py.