CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/EventFilter/RawDataCollector/python/rawDataCollector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Default is to merge all FEDRawDataCollections, regardless of origin
00004 # It is possible to merge collections from the current process only
00005 # This switch is needed in case a FEDRawDataCollection is already 
00006 # present but is not wanted 
00007 rawDataCollector = cms.EDProducer("RawDataCollectorModule",
00008     currentProcessOnly = cms.bool(True)
00009 )
00010 
00011