CMS 3D CMS Logo

hltEcalDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEcalDigis = cms.EDProducer("EcalRawToDigi",
4  DoRegional = cms.bool(False),
5  FEDs = cms.vint32(
6  601, 602, 603, 604, 605,
7  606, 607, 608, 609, 610,
8  611, 612, 613, 614, 615,
9  616, 617, 618, 619, 620,
10  621, 622, 623, 624, 625,
11  626, 627, 628, 629, 630,
12  631, 632, 633, 634, 635,
13  636, 637, 638, 639, 640,
14  641, 642, 643, 644, 645,
15  646, 647, 648, 649, 650,
16  651, 652, 653, 654
17  ),
18  FedLabel = cms.InputTag("listfeds"),
19  InputLabel = cms.InputTag("rawDataCollector"),
20  eventPut = cms.bool(True),
21  feIdCheck = cms.bool(True),
22  feUnpacking = cms.bool(True),
23  forceToKeepFRData = cms.bool(False),
24  headerUnpacking = cms.bool(True),
25  memUnpacking = cms.bool(True),
26  mightGet = cms.optional.untracked.vstring,
27  numbTriggerTSamples = cms.int32(1),
28  numbXtalTSamples = cms.int32(10),
29  orderedDCCIdList = cms.vint32(
30  1, 2, 3, 4, 5,
31  6, 7, 8, 9, 10,
32  11, 12, 13, 14, 15,
33  16, 17, 18, 19, 20,
34  21, 22, 23, 24, 25,
35  26, 27, 28, 29, 30,
36  31, 32, 33, 34, 35,
37  36, 37, 38, 39, 40,
38  41, 42, 43, 44, 45,
39  46, 47, 48, 49, 50,
40  51, 52, 53, 54
41  ),
42  orderedFedList = cms.vint32(
43  601, 602, 603, 604, 605,
44  606, 607, 608, 609, 610,
45  611, 612, 613, 614, 615,
46  616, 617, 618, 619, 620,
47  621, 622, 623, 624, 625,
48  626, 627, 628, 629, 630,
49  631, 632, 633, 634, 635,
50  636, 637, 638, 639, 640,
51  641, 642, 643, 644, 645,
52  646, 647, 648, 649, 650,
53  651, 652, 653, 654
54  ),
55  silentMode = cms.untracked.bool(True),
56  srpUnpacking = cms.bool(True),
57  syncCheck = cms.bool(True),
58  tccUnpacking = cms.bool(True)
59 )