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"))
12 
13 from Configuration.Eras.Modifier_phase2_hgcalV9_cff import phase2_hgcalV9
14 
15 phase2_hgcalV9.toModify(hgcalRecHitStudyBH,
16  DetectorName = cms.string("HGCalHEScintillatorSensitive"),
17 )