CMS 3D CMS Logo

hfnoseXML_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  'Geometry/CMSCommonData/data/materials.xml',
6  'Geometry/CMSCommonData/data/rotations.xml',
7  'Geometry/CMSCommonData/data/extend/v2/cmsextent.xml',
8  'Geometry/CMSCommonData/data/cavernData/2017/v1/cavernData.xml',
9  'Geometry/CMSCommonData/data/cms/2026/v5/cms.xml',
10  'Geometry/CMSCommonData/data/eta3/etaMax.xml',
11  'Geometry/CMSCommonData/data/cmsMother.xml',
12  'Geometry/CMSCommonData/data/caloBase/2026/v5/caloBase.xml',
13  'Geometry/CMSCommonData/data/cmsCalo.xml',
14  'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
15  'Geometry/ForwardCommonData/data/forwardshield/2026/v4/forwardshield.xml',
16  'Geometry/ForwardCommonData/data/hfnose/v1/hfnose.xml',
17  'Geometry/ForwardCommonData/data/hfnoseWafer/v1/hfnoseWafer.xml',
18  'Geometry/ForwardCommonData/data/hfnoseCell/v1/hfnoseCell.xml',
19  'Geometry/ForwardCommonData/data/hfnoseCons/v1/hfnoseCons.xml',
20  'Geometry/ForwardCommonData/data/hfnoseDummy.xml',
21  'Geometry/ForwardSimData/data/hfnosesens.xml',
22  'Geometry/ForwardSimData/data/hfnoseProdCuts.xml',
23  'Geometry/CMSCommonData/data/FieldParameters.xml',
24  ),
25  rootNodeName = cms.string('cms:OCMS')
26 )