Skip to content

Commit 1b5fd76

Browse files
authored
Update showerParams.py
1 parent 9e3dc67 commit 1b5fd76

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

L1Trigger/CSCTriggerPrimitives/python/params/showerParams.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
## 10000 means to disable cathode HMT for this chamber type
4444
showerThresholds = cms.vuint32(
4545
# ME1/1
46-
80, 100, 100,
46+
100, 100, 100,
4747
# ME1/2
4848
10000, 10000, 10000,
4949
# ME1/3
@@ -72,23 +72,23 @@
7272
## {loose, nominal, tight} thresholds for hit counters
7373
showerThresholds = cms.vuint32(
7474
# ME1/1
75-
112, 140, 140,
75+
140, 140, 140,
7676
# ME1/2
77-
112, 140, 140,
77+
140, 140, 140,
7878
# ME1/3
7979
7, 14, 18,
8080
# ME2/1
8181
23, 56, 58,
8282
# ME2/2
83-
8, 28, 32,
83+
12, 28, 32,
8484
# ME3/1
8585
21, 55, 57,
8686
# ME3/2
87-
7, 26, 34,
87+
12, 26, 34,
8888
# ME4/1
8989
25, 62, 64,
9090
# ME4/2
91-
11, 27, 31
91+
12, 27, 31
9292
),
9393
showerNumTBins = cms.uint32(1),# 1BX for anode HMT
9494
minLayersCentralTBin = cms.uint32(5),

0 commit comments

Comments
 (0)