CMS 3D CMS Logo

cmsExtendedGeometry2021_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
4  geomXMLFiles = cms.vstring(
5  'SimG4Core/PrintGeomInfo/data/dddDBBigFile.xml',
6  'SimG4Core/PrintGeomInfo/data/hcalSimNumbering.xml',
7  'SimG4Core/PrintGeomInfo/data/hcalRecNumbering.xml'),
8  rootNodeName = cms.string('cms:OCMS')
9 )