Skip to content

Commit 408eae8

Browse files
pfswaredjeb
authored andcommitted
Update comments in hgcalDigitizer_cfi.py
1 parent 92fcd4a commit 408eae8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SimCalorimetry/HGCalSimProducers/python/hgcalDigitizer_cfi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
scaleByDoseAlgo = cms.uint32(0),
3131
scaleByDoseFactor = cms.double(1),
3232
doseMap = cms.string(""),
33-
values = cms.vdouble( [x*fC_per_ele for x in nonAgedNoises] ), #100,200,300 um
33+
values = cms.vdouble( [x*fC_per_ele for x in nonAgedNoises] ), #HD 120, LD 200, LD 300, HD 200
3434
)
3535

3636
HFNose_noise_fC = HGCAL_noise_fC.clone()
@@ -376,7 +376,7 @@ def HGCal_disableNoise(process):
376376
scaleByDoseAlgo = cms.uint32(0),
377377
scaleByDoseFactor = cms.double(1),
378378
doseMap = cms.string(""),
379-
values = cms.vdouble(0,0,0,0), #100,200,300 um
379+
values = cms.vdouble(0,0,0,0), #HD 120, LD 200, LD 300, HD 200
380380
)
381381
process.HGCAL_noise_heback = cms.PSet(
382382
scaleByDose = cms.bool(False),
@@ -388,7 +388,7 @@ def HGCal_disableNoise(process):
388388
noise_MIP = cms.double(0.), #zero noise (this is to be deprecated)
389389
)
390390
process.HGCAL_noises = cms.PSet(
391-
values = cms.vdouble(0,0,0,0)
391+
values = cms.vdouble(0,0,0,0) #HD 120, LD 200, LD 300, HD 200
392392
)
393393

394394
phase2_hgcalV19.toModify(HGCAL_noise_fC, values = cms.vdouble(0.,0.,0.,0.))

0 commit comments

Comments
 (0)