CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
rawDataCollector_cfi.py
Go to the documentation of this file.
2 
3 # Default is to merge all FEDRawDataCollections, regardless of origin
4 # It is possible to merge collections from the current process only
5 # This switch is needed in case a FEDRawDataCollection is already
6 # present but is not wanted
7 rawDataCollector = cms.EDProducer("RawDataCollectorModule",
8  currentProcessOnly = cms.bool(True)
9 )
10 
11