src
Validation
HGCalValidation
python
hgcalCellHitSum_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
Validation.HGCalValidation.hgcalCellHitSumEE_cfi
import
*
4
5
hgcalCellHitSumHEF = hgcalCellHitSumEE.clone(
6
simhits = (
'g4SimHits'
,
'HGCHitsHEfront'
),
7
detector =
'HGCalHESiliconSensitive'
,
8
)
9
10
hgcalCellHitSumHEB = hgcalCellHitSumEE.clone(
11
simhits = (
'g4SimHits'
,
'HGCHitsHEback'
),
12
detector =
'HGCalHEScintillatorSensitive'
,
13
)
hgcalCellHitSumEE_cfi
Generated for CMSSW Reference Manual by
1.8.14