Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-05-09 22:37:45

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from Geometry.HGCalGeometry.hgcalListValidCellsEE_cfi import *
0004 
0005 hgcalListValidCellsHE = hgcalListValidCellsEE.clone(
0006     detector = "HGCalHESiliconSensitive",
0007 )