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 rawDataCollector = cms.EDProducer("RawDataCollectorByLabel",
4  verbose = cms.untracked.int32(0), # 0 = quiet, 1 = collection list, 2 = FED list
5  RawCollectionList = cms.VInputTag( cms.InputTag('SiStripDigiToRaw'),
6  cms.InputTag('castorRawData'),
7  cms.InputTag('cscpacker', 'CSCRawData'),
8  cms.InputTag('csctfpacker', 'CSCTFRawData'),
9  cms.InputTag('dtpacker'),
10  cms.InputTag('dttfpacker'),
11  cms.InputTag('ecalPacker'),
12  cms.InputTag('esDigiToRaw'),
13  cms.InputTag('gctDigiToRaw'),
14  cms.InputTag('hcalRawData'),
15  cms.InputTag('l1GtEvmPack'),
16  cms.InputTag('l1GtPack'),
17  cms.InputTag('rpcpacker'),
18  cms.InputTag('siPixelRawData')
19  ),
20 )
21