Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from Validation.HGCalValidation.hgcalRecHitStudyEE_cfi import *
0004 
0005 hgcalRecHitStudyFH = hgcalRecHitStudyEE.clone(
0006     detectorName  = cms.string("HGCalHESiliconSensitive"),
0007     source        = cms.InputTag("HGCalRecHit", "HGCHEFRecHits"),
0008     layers        = cms.untracked.int32(24))
0009 
0010 hgcalRecHitStudyBH = hgcalRecHitStudyEE.clone(
0011     detectorName  = cms.string("HGCalHEScintillatorSensitive"),
0012     source        = cms.InputTag("HGCalRecHit", "HGCHEBRecHits"),
0013     layers        = cms.untracked.int32(24))