Skip to content

Commit

Permalink
epi for 120 micron 600 BASLINEd; update 800V for 4/ab
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Franzoni committed Jul 13, 2020
1 parent 696f958 commit 88b86a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimCalorimetry/HGCalSimProducers/python/hgcalDigitizer_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ def HGCal_setEndOfLifeNoise(process,byDose=True,byDoseAlgo=0,byDoseFactor=1):
def HGCal_setEndOfLifeNoise_4000(process):
HGCAL_cceParams_toUse = cms.PSet(
cceParamFine = cms.vdouble(cceParamFine_epi800),
cceParamThin = cms.vdouble(cceParamThin_ttu800),
cceParamThick = cms.vdouble(cceParamThick_ttu800)
cceParamThin = cms.vdouble(cceParamThin_tdr800),
cceParamThick = cms.vdouble(cceParamThick_tdr800)
)
process.HGCAL_ileakParam_toUse = cms.PSet(
ileakParam = cms.vdouble(ileakParam_800V)
Expand Down

0 comments on commit 88b86a1

Please sign in to comment.