src
SimG4CMS
Calo
python
hgcalHitPartial_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
SimG4CMS.Calo.hgcalHitPartialEE_cfi
import
*
4
5
hgcalHitPartialHE = hgcalHitPartialEE.clone(
6
nameSense =
"HGCalHESiliconSensitive"
,
7
caloHitSource =
"HGCHitsHEfront"
8
)
9
10
hgcalHitPartialHEB = hgcalHitPartialEE.clone(
11
nameSense =
"HGCalHEScintillatorSensitive"
,
12
caloHitSource =
"HGCHitsHEback"
13
)
hgcalHitPartialEE_cfi
Generated for CMSSW Reference Manual by
1.8.14