Skip to content

Commit

Permalink
Merge pull request #13779 from cms-l1t-offline/bugfix-uGTObjMap-81x
Browse files Browse the repository at this point in the history
Fix TriggerObjectMap filling with a long L1T menu.
  • Loading branch information
davidlange6 committed Mar 22, 2016
2 parents ba97362 + 81674af commit 8b8d511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions L1Trigger/L1TGlobal/python/StableParameters_cff.py
Expand Up @@ -44,14 +44,14 @@
# hardware

# number of maximum chips defined in the xml file
NumberConditionChips = cms.uint32(2),
NumberConditionChips = cms.uint32(1),

# number of pins on the GTL condition chips
PinsOnConditionChip = cms.uint32(96),
PinsOnConditionChip = cms.uint32(512),

# correspondence "condition chip - GTL algorithm word" in the hardware
# e.g.: chip 2: 0 - 95; chip 1: 96 - 128 (191)
OrderConditionChip = cms.vint32(2, 1),
OrderConditionChip = cms.vint32(1),

# number of PSB boards in GT
NumberPsbBoards = cms.int32(7),
Expand Down

0 comments on commit 8b8d511

Please sign in to comment.