1 import FWCore.ParameterSet.Config
as cms
5 hgcalDigiStudyHEF = hgcalDigiStudyEE.clone(
6 detectorName = cms.string(
"HGCalHESiliconSensitive"),
7 digiSource = cms.InputTag(
"hgcalDigis",
"HEfront"),
8 layers = cms.untracked.int32(24))
10 hgcalDigiStudyHEB = hgcalDigiStudyEE.clone(
11 detectorName = cms.string(
"HCal"),
12 digiSource = cms.InputTag(
"hgcalDigis",
"HEback"),
13 layers = cms.untracked.int32(24))
15 from Configuration.Eras.Modifier_phase2_hgcalV9_cff
import phase2_hgcalV9
17 phase2_hgcalV9.toModify(hgcalDigiStudyHEB,
18 detectorName = cms.string(
"HGCalHEScintillatorSensitive")