CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/EventFilter/EcalRawToDigi/python/EcalUnpackerWorkerESProducer_cfi.py

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