Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:32:36

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from Validation.HGCalValidation.hgcalWaferHitCheckEE_cfi import *
0004 
0005 hgcalWaferHitCheckHEF = hgcalWaferHitCheckEE.clone(
0006     detectorName = cms.string("HGCalHESiliconSensitive"),
0007     caloHitSource = cms.string('HGCHitsHEfront'),
0008     source   = cms.InputTag("simHGCalUnsuppressedDigis","HEfront"))