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  layers = cms.untracked.int32(24))
9 
10 hgcalDigiStudyHEB = hgcalDigiStudyEE.clone(
11  detectorName = cms.string("HCal"),
12  digiSource = cms.InputTag("hgcalDigis","HEback"),
13  layers = cms.untracked.int32(24))
14 
15 from Configuration.Eras.Modifier_phase2_hgcalV9_cff import phase2_hgcalV9
16 
17 phase2_hgcalV9.toModify(hgcalDigiStudyHEB,
18  detectorName = cms.string("HGCalHEScintillatorSensitive")
19  )
hgcalDigiStudyEE_cfi