00001 import FWCore.ParameterSet.Config as cms 00002 00003 00004 FUShmDQMOutputService = cms.Service( "FUShmDQMOutputService", 00005 initialMessageBufferSize = cms.untracked.int32( 1000000 ), 00006 lumiSectionsPerUpdate = cms.double( 1.0 ), 00007 useCompression = cms.bool( True ), 00008 compressionLevel = cms.int32( 1 ), 00009 lumiSectionInterval = cms.untracked.int32( 0 ) 00010 ) 00011