CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalUnpackerWorkerESProducer_cfi.py
Go to the documentation of this file.
2 
3 EcalUnpackerWorkerESProducer = cms.ESProducer("EcalUnpackerWorkerESProducer",
4  ComponentName = cms.string(''),
5  DCCDataUnpacker = cms.PSet(
6  orderedDCCIdList = cms.vint32(1, 2, 3, 4, 5,
7  6, 7, 8, 9, 10,
8  11, 12, 13, 14, 15,
9  16, 17, 18, 19, 20,
10  21, 22, 23, 24, 25,
11  26, 27, 28, 29, 30,
12  31, 32, 33, 34, 35,
13  36, 37, 38, 39, 40,
14  41, 42, 43, 44, 45,
15  46, 47, 48, 49, 50,
16  51, 52, 53, 54),
17  tccUnpacking = cms.bool(True),
18  srpUnpacking = cms.bool(False),
19  syncCheck = cms.bool(True),
20  headerUnpacking = cms.bool(False),
21  feUnpacking = cms.bool(True),
22  forceToKeepFRData = cms.bool(False),
23  orderedFedList = cms.vint32(601, 602, 603, 604, 605,
24  606, 607, 608, 609, 610,
25  611, 612, 613, 614, 615,
26  616, 617, 618, 619, 620,
27  621, 622, 623, 624, 625,
28  626, 627, 628, 629, 630,
29  631, 632, 633, 634, 635,
30  636, 637, 638, 639, 640,
31  641, 642, 643, 644, 645,
32  646, 647, 648, 649, 650,
33  651, 652, 653, 654),
34  DCCMapFile = cms.string('EventFilter/EcalRawToDigi/data/DCCMap.txt'),
35  feIdCheck = cms.bool(True),
36  memUnpacking = cms.bool(False)
37  ),
38  ElectronicsMapper = cms.PSet(
39  numbXtalTSamples = cms.uint32(10),
40  numbTriggerTSamples = cms.uint32(1)
41  ),
42  UncalibRHAlgo = cms.PSet(
43  Type = cms.string('EcalUncalibRecHitWorkerWeights')
44  ),
45  CalibRHAlgo = cms.PSet(
46  Type = cms.string('EcalRecHitWorkerSimple'),
47  ChannelStatusToBeExcluded = cms.vint32()
48  )
49 )
50 
51