Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More realistic multiplicities for EG emulator in barrel #15

Merged
merged 2 commits into from
May 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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