CMS 3D CMS Logo

hfQIE10Reco_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import RecoLocalCalo.HcalRecProducers.hfsimplereco_cfi as _mod
3 
4 hfQIE10Reco = _mod.hfsimplereco.clone(
5  digiLabel = "simHcalUnsuppressedDigis:HFQIE10DigiCollection",
6  Subdetector = 'HFQIE10',
7  firstSample = 2,
8  samplesToAdd = 1
9 )
10 
11