CMS 3D CMS Logo

rechitStudy_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalRecHitStudyFH = hgcalRecHitStudyEE.clone(
6  DetectorName = cms.string("HGCalHESiliconSensitive"),
7  RecHitSource = cms.InputTag("HGCalRecHit", "HGCHEFRecHits"))
8 
9 hgcalRecHitStudyBH = hgcalRecHitStudyEE.clone(
10  DetectorName = cms.string("HCal"),
11  RecHitSource = cms.InputTag("HGCalRecHit", "HGCHEBRecHits"))