CMS 3D CMS Logo

EcalUnpackerWorkerESProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 EcalUnpackerWorkerESProducer = cms.ESProducer("EcalUnpackerWorkerESProducer",
00004     DCCDataUnpacker = cms.PSet(
00005         orderedDCCIdList = cms.vint32(1, 2, 3, 4, 5, 
00006             6, 7, 8, 9, 10, 
00007             11, 12, 13, 14, 15, 
00008             16, 17, 18, 19, 20, 
00009             21, 22, 23, 24, 25, 
00010             26, 27, 28, 29, 30, 
00011             31, 32, 33, 34, 35, 
00012             36, 37, 38, 39, 40, 
00013             41, 42, 43, 44, 45, 
00014             46, 47, 48, 49, 50, 
00015             51, 52, 53, 54),
00016         tccUnpacking = cms.bool(True),
00017         srpUnpacking = cms.bool(False),
00018         syncCheck = cms.bool(False),
00019         headerUnpacking = cms.bool(False),
00020         feUnpacking = cms.bool(True),
00021         orderedFedList = cms.vint32(601, 602, 603, 604, 605, 
00022             606, 607, 608, 609, 610, 
00023             611, 612, 613, 614, 615, 
00024             616, 617, 618, 619, 620, 
00025             621, 622, 623, 624, 625, 
00026             626, 627, 628, 629, 630, 
00027             631, 632, 633, 634, 635, 
00028             636, 637, 638, 639, 640, 
00029             641, 642, 643, 644, 645, 
00030             646, 647, 648, 649, 650, 
00031             651, 652, 653, 654),
00032         DCCMapFile = cms.string('EventFilter/EcalRawToDigiDev/data/DCCMap.txt'),
00033         feIdCheck = cms.bool(True),
00034         memUnpacking = cms.bool(False)
00035     ),
00036     ElectronicsMapper = cms.PSet(
00037         numbXtalTSamples = cms.uint32(10),
00038         numbTriggerTSamples = cms.uint32(1)
00039     )
00040 )
00041 
00042 

Generated on Tue Jun 9 17:34:32 2009 for CMSSW by  doxygen 1.5.4