Skip to content

Commit

Permalink
Merge pull request #15 from cerminar/big_cleanup
Browse files Browse the repository at this point in the history
More realistic multiplicities for EG emulator in barrel
  • Loading branch information
gpetruc authored May 24, 2021
2 parents 84edc74 + 8d4baee commit 04c5a6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions L1Trigger/Phase2L1ParticleFlow/python/l1ctLayer1_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 04c5a6b

Please sign in to comment.