Skip to content

Commit

Permalink
Merge pull request #41563 from stahlleiton/from-CMSSW_13_1_0_pre4_isS…
Browse files Browse the repository at this point in the history
…iFE_Fix

[13_1_X] HGCAL: Fix HGCHEB isSiFE configuration
  • Loading branch information
cmsbuild committed May 10, 2023
2 parents 940068d + 4844a5f commit 2d4ddab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
adcNbits = cms.uint32(10),
adcSaturation = cms.double(68.75),
fCPerMIP = cms.vdouble(1.0, 1.0, 1.0),
isSiFE = cms.bool(False),
isSiFE = cms.bool(True),
tdcNbits = cms.uint32(12),
tdcOnset = cms.double(55),
tdcSaturation = cms.double(1000),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
adcNbits = cms.uint32(10),
adcSaturation = cms.double(68.75),
fCPerMIP = cms.vdouble(1.0, 1.0, 1.0),
isSiFE = cms.bool(False),
isSiFE = cms.bool(True),
tdcNbits = cms.uint32(12),
tdcOnset = cms.double(55),
tdcSaturation = cms.double(1000),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
),

HGCHEBConfig = cms.PSet(
isSiFE = cms.bool(False),
isSiFE = cms.bool(True),
# adc information
adcNbits = hgchebackDigitizer.digiCfg.feCfg.adcNbits,
adcSaturation = hgchebackDigitizer.digiCfg.feCfg.adcSaturation_fC,
Expand Down

0 comments on commit 2d4ddab

Please sign in to comment.