CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/DQM/SiStripCommissioningSources/python/OnlineOutput_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 consumer = cms.EDFilter("ShmStreamConsumer",
00004     outputCommands = cms.untracked.vstring(
00005         'drop *', 
00006         'keep FEDRawDataCollection_*_*_*'
00007     ),
00008 #    SelectEvents = cms.untracked.PSet(
00009 #        SelectEvents = cms.vstring('p1')
00010 #    ),
00011     compression_level = cms.untracked.int32(1),
00012     use_compression = cms.untracked.bool(True),
00013     max_event_size = cms.untracked.int32(25000000) ##@@ 440 FEDs @ 50kB each = 22 MB
00014 )