CMS 3D CMS Logo

HGCalSimHitsClient_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalSimHitClientHEF = hgcalSimHitClientEE.clone(
6  DetectorName = cms.string("HGCalHESiliconSensitive"))
7 
8 hgcalSimHitClientHEB = hgcalSimHitClientEE.clone(
9  DetectorName = cms.string("HCal"))
10 
11 from Configuration.Eras.Modifier_phase2_hgcalV9_cff import phase2_hgcalV9
12 
13 phase2_hgcalV9.toModify(hgcalSimHitClientHEB,
14  DetectorName = cms.string("HGCalHEScintillatorSensitive"),
15 )