Skip to content

Commit

Permalink
Update showerParams.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro J. Fernández Manteca authored Mar 27, 2023
1 parent 2fddc06 commit bd2dd44
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions L1Trigger/CSCTriggerPrimitives/python/params/showerParams.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@
## 10000 means to disable cathode HMT for this chamber type
showerThresholds = cms.vuint32(
# ME1/1
100, 100, 100,
80, 100, 100,
# ME1/2
10000, 10000, 10000,
# ME1/3
10000, 10000, 10000,
# ME2/1
17, 33, 35,
14, 33, 35,
# ME2/2
10000, 10000, 10000,
# ME3/1
15, 31, 33,
12, 31, 33,
# ME3/2
10000, 10000, 10000,
# ME4/1
17, 34, 36,
14, 34, 36,
# ME4/2
10000, 10000, 10000
),
Expand All @@ -72,23 +72,23 @@
## {loose, nominal, tight} thresholds for hit counters
showerThresholds = cms.vuint32(
# ME1/1
140, 140, 140,
112, 140, 140,
# ME1/2
140, 140, 140,
112, 140, 140,
# ME1/3
14, 14, 18,
7, 14, 18,
# ME2/1
28, 56, 58,
23, 56, 58,
# ME2/2
28, 28, 32,
8, 28, 32,
# ME3/1
26, 55, 57,
21, 55, 57,
# ME3/2
26, 26, 34,
7, 26, 34,
# ME4/1
31, 62, 64,
25, 62, 64,
# ME4/2
13, 27, 31
11, 27, 31
),
showerNumTBins = cms.uint32(1),# 1BX for anode HMT
minLayersCentralTBin = cms.uint32(5),
Expand Down

0 comments on commit bd2dd44

Please sign in to comment.