CMS 3D CMS Logo

GeometryDD4hepExtendedRun4D98CaloReco_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 DDDetectorESProducer.confGeomXMLFiles = cms.FileInPath("Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D98Calo.xml")
13 CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
14  SelectedCalos = cms.vstring("HCAL",
15  "ZDC",
16  "EcalBarrel",
17  "TOWER",
18  "HGCalEESensitive",
19  "HGCalHESiliconSensitive",
20  "HGCalHEScintillatorSensitive"
21  )
22 )