CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
logErrorSkim_cff.py
Go to the documentation of this file.
3 stableBeam = cms.EDFilter("HLTBeamModeFilter",
4  L1GtEvmReadoutRecordTag = cms.InputTag("gtEvmDigis"),
5  AllowedBeamMode = cms.vuint32(11),
6  saveTags = cms.bool(False)
7  )
8 
9 logerrorseq=cms.Sequence(gtEvmDigis+stableBeam+logErrorSkimFilter)
10 logerrormonitorseq=cms.Sequence(gtEvmDigis+stableBeam+logErrorFilter)