Skip to content

Commit

Permalink
Add zero suppression mask for capId3.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomreis committed May 19, 2017
1 parent 7f19882 commit 7fbd6a9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion DQM/L1TMonitor/python/L1TStage2uGMT_cff.py
Expand Up @@ -63,7 +63,14 @@
0x00000000,
0x0003FC00,
0x00000000),
# no masks defined for caption IDs 0 and 3-11
# mask for validation event outputs (pt==0 defines empty muon)
maskCapId3 = cms.untracked.vint32(0x0003FC00,
0x00000000,
0x0003FC00,
0x00000000,
0x0003FC00,
0x00000000),
# no masks defined for caption IDs 0 and 4-11
maxFEDReadoutSize = cms.untracked.int32(9000),
monitorDir = cms.untracked.string("L1T/L1TStage2uGMT/zeroSuppression/AllEvts"),
verbose = cms.untracked.bool(False),
Expand Down

0 comments on commit 7fbd6a9

Please sign in to comment.