1 import FWCore.ParameterSet.Config
as cms
6 hgceeDigitizer = cms.PSet(
7 accumulatorType = cms.string(
"HGCDigiProducer"),
8 hitCollection = cms.string(
"HGCHitsEE"),
9 digiCollection = cms.string(
"HGCDigisEE"),
10 maxSimHitsAccTime = cms.uint32(100),
11 bxTime = cms.double(25),
12 tofDelay = cms.double(1),
13 digitizationType = cms.uint32(0),
14 makeDigiSimLinks = cms.bool(
False),
15 useAllChannels = cms.bool(
True),
16 verbosity = cms.untracked.uint32(0),
18 keV2fC = cms.double(0.042),
19 noise_fC = cms.double(0.336),
20 doTimeSamples = cms.bool(
False),
23 fwVersion = cms.uint32(2),
25 adcPulse = cms.vdouble(0.00, 0.017, 0.817, 0.163, 0.003, 0.000),
26 pulseAvgT = cms.vdouble(0.00, 23.42298,13.16733,6.41062,5.03946,4.5320),
28 adcNbits = cms.uint32(10),
30 adcSaturation_fC = cms.double(100),
32 tdcResolutionInPs = cms.double( 0.001 ),
34 tdcNbits = cms.uint32(12),
36 tdcSaturation_fC = cms.double(10000),
38 adcThreshold_fC = cms.double(1.175),
40 tdcOnset_fC = cms.double(60) ,
42 toaLSB_ns = cms.double(0.005),
44 toaMode = cms.uint32(1),
46 tdcChargeDrainParameterisation = cms.vdouble(
47 -919.13, 365.36, -14.10, 0.2,
48 -21.85, 49.39, 22.21, 0.8,
56 hgchefrontDigitizer = cms.PSet(
57 accumulatorType = cms.string(
"HGCDigiProducer"),
58 hitCollection = cms.string(
"HGCHitsHEfront"),
59 digiCollection = cms.string(
"HGCDigisHEfront"),
60 maxSimHitsAccTime = cms.uint32(100),
61 bxTime = cms.double(25),
62 tofDelay = cms.double(1),
63 digitizationType = cms.uint32(0),
64 makeDigiSimLinks = cms.bool(
False),
65 useAllChannels = cms.bool(
True),
66 verbosity = cms.untracked.uint32(0),
68 keV2fC = cms.double(0.042),
69 noise_fC = cms.double(0.336),
70 doTimeSamples = cms.bool(
False),
73 fwVersion = cms.uint32(2),
75 adcPulse = cms.vdouble(0.00, 0.017, 0.817, 0.163, 0.003, 0.000),
76 pulseAvgT = cms.vdouble(0.00, 23.42298,13.16733,6.41062,5.03946,4.5320),
78 adcNbits = cms.uint32(10),
80 adcSaturation_fC = cms.double(100),
82 tdcResolutionInPs = cms.double( 0.001 ),
84 tdcNbits = cms.uint32(12),
86 tdcSaturation_fC = cms.double(10000),
88 adcThreshold_fC = cms.double(1.76),
90 tdcOnset_fC = cms.double(60) ,
92 toaLSB_ns = cms.double(0.005),
94 toaMode = cms.uint32(1),
96 tdcChargeDrainParameterisation = cms.vdouble(
97 -919.13, 365.36, -14.10, 0.2,
98 -21.85, 49.39, 22.21, 0.8,
107 hgchebackDigitizer = cms.PSet(
108 accumulatorType = cms.string(
"HGCDigiProducer"),
109 hitCollection = cms.string(
"HGCHitsHEback"),
110 digiCollection = cms.string(
"HGCDigisHEback"),
111 maxSimHitsAccTime = cms.uint32(100),
112 bxTime = cms.double(25),
113 tofDelay = cms.double(1),
114 digitizationType = cms.uint32(1),
115 makeDigiSimLinks = cms.bool(
False),
116 useAllChannels = cms.bool(
True),
117 verbosity = cms.untracked.uint32(0),
119 keV2MIP = cms.double(1./1498.4),
120 noise_MIP = cms.double(0.20),
121 doTimeSamples = cms.bool(
False),
122 nPEperMIP = cms.double(11.0),
123 nTotalPE = cms.double(1156),
124 xTalk = cms.double(0.25),
125 sdPixels = cms.double(3.0),
128 fwVersion = cms.uint32(0),
130 adcNbits = cms.uint32(12),
132 adcSaturation_fC = cms.double(1024),
134 adcThreshold_fC = cms.double(1.0)