CMS 3D CMS Logo

hgcalRecHitToolsPartialWafer_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalCheckToolDigiHE = hgcalCheckToolDigiEE.clone(
6  source = ('simHGCalUnsuppressedDigis', 'HEfront'),
7  nameSense = 'HGCalHESiliconSensitive',
8 )
9 
10 hgcalCheckToolRecHitEE = hgcalCheckToolDigiEE.clone(
11  source = ('HGCalRecHit', 'HGCEERecHits'),
12  checkDigi = False,
13 )
14 
15 hgcalCheckToolRecHitHE = hgcalCheckToolDigiEE.clone(
16  source = ('HGCalRecHit', 'HGCHEFRecHits'),
17  nameSense = 'HGCalHESiliconSensitive',
18  checkDigi = False,
19 )