Skip to content

Commit

Permalink
Merge pull request #1208 from epalencia/backport42485
Browse files Browse the repository at this point in the history
Update showerParams.py in L1Trigger/CSCTriggerPrimitives (backport of 42485)
  • Loading branch information
epalencia committed Feb 20, 2024
2 parents a1375d4 + 089d2c9 commit 02a8ce8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions L1Trigger/CSCTriggerPrimitives/python/params/showerParams.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
## 10000 means to disable cathode HMT for this chamber type
showerThresholds = cms.vuint32(
# ME1/1
80, 100, 100,
100, 100, 100,
# ME1/2
10000, 10000, 10000,
# ME1/3
Expand Down Expand Up @@ -72,23 +72,23 @@
## {loose, nominal, tight} thresholds for hit counters
showerThresholds = cms.vuint32(
# ME1/1
112, 140, 140,
140, 140, 140,
# ME1/2
112, 140, 140,
140, 140, 140,
# ME1/3
7, 14, 18,
# ME2/1
23, 56, 58,
# ME2/2
8, 28, 32,
12, 28, 32,
# ME3/1
21, 55, 57,
# ME3/2
7, 26, 34,
12, 26, 34,
# ME4/1
25, 62, 64,
# ME4/2
11, 27, 31
12, 27, 31
),
showerNumTBins = cms.uint32(1),# 1BX for anode HMT
minLayersCentralTBin = cms.uint32(5),
Expand Down

0 comments on commit 02a8ce8

Please sign in to comment.