Skip to content

Commit f0b46d5

Browse files
committed
Update CICADA model to 2.1.2, the model going online at P5
1 parent 4cbf9c4 commit f0b46d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

L1Trigger/L1TCaloLayer1/python/simCaloStage2Layer1Summary_cfi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from L1Trigger.L1TCaloLayer1.CICADATestPatterns import standardCICADATestPatterns
44

5-
simCaloStage2Layer1Summary = cms.EDProducer('L1TCaloSummary_CICADA_vXp1p1',
5+
simCaloStage2Layer1Summary = cms.EDProducer('L1TCaloSummary_CICADA_vXp1p2',
66
nPumBins = cms.uint32(18),
77
pumLUT00n= cms.vdouble(0.43, 0.32, 0.29, 0.36, 0.33, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25),
88
pumLUT00p= cms.vdouble(0.45, 0.32, 0.29, 0.35, 0.31, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25),
@@ -50,7 +50,7 @@
5050
verbose = cms.bool(False),
5151
# See UCTLayer1.hh for firmware version
5252
firmwareVersion = cms.int32(1),
53-
CICADAModelVersion = cms.string("CICADAModel_v1p1p1"),
53+
CICADAModelVersion = cms.string("CICADAModel_v2p1p2"),
5454
useTestPatterns = cms.bool(False),
5555
testPatterns = standardCICADATestPatterns
5656
)

0 commit comments

Comments
 (0)