CMS 3D CMS Logo

hgcDigiStudy_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 from Configuration.Eras.Modifier_phase2_hgcalV9_cff import phase2_hgcalV9
6 
7 phase2_hgcalV9.toModify(hgcalDigiStudy,
8  detectorNames = cms.vstring("HGCalEESensitive",
9  "HGCalHESiliconSensitive",
10  "HGCalHEScintillatorSensitive")
11  )