Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:18:54

0001 import FWCore.ParameterSet.Config as cms
0002 import RecoLocalCalo.HcalRecProducers.hfsimplereco_cfi as _mod
0003 
0004 hfQIE10Reco = _mod.hfsimplereco.clone(
0005     digiLabel = "simHcalUnsuppressedDigis:HFQIE10DigiCollection",
0006     Subdetector = 'HFQIE10',
0007     firstSample = 2,
0008     samplesToAdd = 1
0009 )
0010 
0011