Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(13_0_X) updated HMT loose thresholds backport #41197

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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