CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DPGAnalysis/Skims/python/logErrorSkim_cff.py

Go to the documentation of this file.
00001 from FWCore.Modules.logErrorFilter_cfi import *
00002 from Configuration.StandardSequences.RawToDigi_Data_cff import gtEvmDigis
00003 stableBeam = cms.EDFilter("HLTBeamModeFilter",
00004                           L1GtEvmReadoutRecordTag = cms.InputTag("gtEvmDigis"),
00005                           AllowedBeamMode = cms.vuint32(11)
00006                           )
00007 
00008 logerrorseq=cms.Sequence(gtEvmDigis+stableBeam+logErrorFilter)