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