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

Correct uGMT output muon ZS mask - 93x #19861

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions DQM/L1TMonitor/python/L1TStage2uGMT_cff.py
Expand Up @@ -57,18 +57,18 @@
0x000001FF,
0x00000000),
# mask for outputs (pt==0 defines empty muon)
maskCapId2 = cms.untracked.vint32(0x0003FC00,
maskCapId2 = cms.untracked.vint32(0x0007FC00,
0x00000000,
0x0003FC00,
0x0007FC00,
0x00000000,
0x0003FC00,
0x0007FC00,
0x00000000),
# mask for validation event outputs (pt==0 defines empty muon)
maskCapId3 = cms.untracked.vint32(0x0003FC00,
maskCapId3 = cms.untracked.vint32(0x0007FC00,
0x00000000,
0x0003FC00,
0x0007FC00,
0x00000000,
0x0003FC00,
0x0007FC00,
0x00000000),
# no masks defined for caption IDs 0 and 4-11
maxFEDReadoutSize = cms.untracked.int32(9000),
Expand Down