CMS 3D CMS Logo

hgcDigiStudy_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalDigiStudyHEF = hgcalDigiStudyEE.clone(
6  detectorName = cms.string("HGCalHESiliconSensitive"),
7  digiSource = cms.InputTag("simHGCalUnsuppressedDigis","HEfront"),
8  layers = cms.untracked.int32(24))
9 
10 hgcalDigiStudyHEB = hgcalDigiStudyEE.clone(
11  detectorName = cms.string("HGCalHEScintillatorSensitive"),
12  digiSource = cms.InputTag("simHGCalUnsuppressedDigis","HEback"),
13  layers = cms.untracked.int32(24))