CMS 3D CMS Logo

hgcDigiStudy_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalDigiStudyHEF = hgcalDigiStudyEE.clone(
6  detectorName = cms.string("HGCalHESiliconSensitive"),
7  digiSource = cms.InputTag("hgcalDigis","HEfront"))
8 
9 hgcalDigiStudyHEB = hgcalDigiStudyEE.clone(
10  detectorName = cms.string("HCal"),
11  digiSource = cms.InputTag("hgcalDigis","HEback"))
12 
13 from Configuration.Eras.Modifier_phase2_hgcalV9_cff import phase2_hgcalV9
14 
15 phase2_hgcalV9.toModify(hgcalDigiStudyHEB,
16  detectorName = cms.string("HGCalHEScintillatorSensitive")
17  )