CMS 3D CMS Logo

hgcGeomCheck_cff.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(hgcGeomCheck,
8  geometrySource = cms.untracked.vstring(
9  'HGCalEESensitive',
10  'HGCalHESiliconSensitive',
11  'HGCalHEScintillatorSensitive'),
12 )