CMS 3D CMS Logo

hfnoseWaferV2XML_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('Geometry/CMSCommonData/data/materials.xml',
5  'Geometry/CMSCommonData/data/rotations.xml',
6  'Geometry/HGCalCommonData/data/hgcalMaterial/v3/hgcalMaterial.xml',
7  'Geometry/HGCalCommonData/test/cms.xml',
8  'Geometry/ForwardCommonData/data/hfnoseWafer/v2/hfnose.xml',
9  'Geometry/ForwardCommonData/data/hfnoseCell/v2/hfnoseCell.xml',
10  'Geometry/ForwardCommonData/data/hfnoseWafer/v2/hfnoseWafer.xml',
11  'Geometry/ForwardCommonData/data/hfnoseWafer/v2/hfnosepos.xml'),
12  rootNodeName = cms.string('cms:OCMS')
13 )
14 
15 
16