diff --git a/L1Trigger/Phase2L1ParticleFlow/python/l1ctLayer1_cff.py b/L1Trigger/Phase2L1ParticleFlow/python/l1ctLayer1_cff.py index 6992721c8a8d4..f2a2130aa30d0 100644 --- a/L1Trigger/Phase2L1ParticleFlow/python/l1ctLayer1_cff.py +++ b/L1Trigger/Phase2L1ParticleFlow/python/l1ctLayer1_cff.py @@ -70,10 +70,10 @@ debug = cms.untracked.bool(False) ), tkEgAlgoParameters=tkEgAlgoParameters.clone( - nTRACK = 50, # to be defined - nTRACK_EGIN = 50, # to be defined - nEMCALO_EGIN = 50, # to be defined - nEM_EGOUT = 50, # to be defined + nTRACK = 25, + nTRACK_EGIN = 13, + nEMCALO_EGIN = 10, + nEM_EGOUT = 10, ), caloSectors = cms.VPSet( cms.PSet( @@ -165,7 +165,7 @@ nTRACK = 30, nTRACK_EGIN = 10, nEMCALO_EGIN = 10, - nEM_EGOUT = 5, # to be tuned + nEM_EGOUT = 5, doBremRecovery=True, writeEGSta=True), caloSectors = _hgcalSectors, @@ -237,7 +237,7 @@ nTRACK = 30, nTRACK_EGIN = 10, nEMCALO_EGIN = 10, - nEM_EGOUT = 5, # to be tuned + nEM_EGOUT = 5, doBremRecovery=True, writeEGSta=True), caloSectors = _hgcalSectors,