CMS 3D CMS Logo

hgcalCellHitSum_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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 )