CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BeamBkgSkim_cff.py
Go to the documentation of this file.
2 hltPhysicsDeclared.L1GtReadoutRecordTag = 'gtDigis'
3 hltbeamgas = cms.EDFilter("HLTHighLevel",
4  TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
5  HLTPaths = cms.vstring('HLT_L1_BptxXOR_BscMinBiasOR'), # provide list of HLT paths (or patterns) you want
6  eventSetupPathsKey = cms.string(''),
7  andOr = cms.bool(True),
8  throw = cms.bool(False),
9  saveTags = cms.bool(False)
10  )
11 pfgskim3noncrossseq = cms.Sequence(hltPhysicsDeclared*hltbeamgas)