File indexing completed on 2025-03-29 02:43:12
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004 showerPSet = cms.PSet(
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 source = cms.vuint32(
0017
0018 3,
0019
0020 1,
0021
0022 1,
0023
0024 3,
0025
0026 1,
0027
0028 3,
0029
0030 1,
0031
0032 3,
0033
0034 1
0035 ),
0036
0037
0038 cathodeShower = cms.PSet(
0039
0040
0041
0042
0043
0044 showerThresholds = cms.vuint32(
0045
0046 100, 100, 100,
0047
0048 10000, 10000, 10000,
0049
0050 10000, 10000, 10000,
0051
0052 14, 33, 35,
0053
0054 10000, 10000, 10000,
0055
0056 12, 31, 33,
0057
0058 10000, 10000, 10000,
0059
0060 14, 34, 36,
0061
0062 10000, 10000, 10000
0063 ),
0064 showerNumTBins = cms.uint32(3),
0065 minLayersCentralTBin = cms.uint32(5),
0066
0067
0068 peakCheck = cms.bool(False),
0069 ),
0070
0071 anodeShower = cms.PSet(
0072
0073 showerThresholds = cms.vuint32(
0074
0075 140, 140, 140,
0076
0077 140, 140, 140,
0078
0079 7, 14, 18,
0080
0081 23, 56, 58,
0082
0083 12, 28, 32,
0084
0085 21, 55, 57,
0086
0087 12, 26, 34,
0088
0089 25, 62, 64,
0090
0091 12, 27, 31
0092 ),
0093 showerNumTBins = cms.uint32(1),
0094 minLayersCentralTBin = cms.uint32(5),
0095 )
0096 )
0097
0098 showerPSet_2025 = cms.PSet(
0099
0100
0101
0102 source = cms.vuint32(
0103
0104 1,
0105
0106 1,
0107
0108 1,
0109
0110 1,
0111
0112 1,
0113
0114 1,
0115
0116 1,
0117
0118 1,
0119
0120 1
0121 ),
0122
0123
0124 cathodeShower = cms.PSet(
0125
0126 showerThresholds = cms.vuint32(
0127
0128 10000, 10000, 10000,
0129
0130 10000, 10000, 10000,
0131
0132 10000, 10000, 10000,
0133
0134 10000, 10000, 10000,
0135
0136 10000, 10000, 10000,
0137
0138 10000, 10000, 10000,
0139
0140 10000, 10000, 10000,
0141
0142 10000, 10000, 10000,
0143
0144 10000, 10000, 10000
0145 ),
0146 showerNumTBins = cms.uint32(3),
0147 minLayersCentralTBin = cms.uint32(5),
0148
0149
0150 peakCheck = cms.bool(False),
0151 ),
0152
0153 anodeShower = cms.PSet(
0154
0155 showerThresholds = cms.vuint32(
0156
0157 1000, 1000, 1000,
0158
0159 1000, 1000, 1000,
0160
0161 7, 14, 18,
0162
0163 24, 76, 84,
0164
0165 12, 34, 37,
0166
0167 22, 67, 77,
0168
0169 12, 21, 21,
0170
0171 26, 80, 92,
0172
0173 12, 23, 23
0174 ),
0175 showerNumTBins = cms.uint32(1),
0176 minLayersCentralTBin = cms.uint32(5),
0177 )
0178 )