CMS 3D CMS Logo

hgcSimHitStudy_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(hgcalSimHitStudy,
8  detectorNames = cms.vstring("HGCalEESensitive",
9  "HGCalHESiliconSensitive",
10  "HGCalHEScintillatorSensitive"),
11  caloHitSources = cms.vstring('HGCHitsEE',
12  'HGCHitsHEfront',
13  'HGCHitsHEback'
14  )
15  )