CMS 3D CMS Logo

hgcalRecHitStudy_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  source = cms.InputTag("HGCalRecHit", "HGCHEFRecHits"),
8  layers = cms.untracked.int32(24))
9 
10 hgcalRecHitStudyBH = hgcalRecHitStudyEE.clone(
11  detectorName = cms.string("HGCalHEScintillatorSensitive"),
12  source = cms.InputTag("HGCalRecHit", "HGCHEBRecHits"),
13  layers = cms.untracked.int32(24))