Skip to content

Commit

Permalink
Correct uGMT output muon ZS mask.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomreis committed Jul 21, 2017
1 parent 9d873f4 commit ec691fa
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit ec691fa

Please sign in to comment.