Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
EventFilter
RawDataCollector
python
rawDataCollector_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Config
Generated for CMSSW Reference Manual by
1.8.5