CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
idealGeomPlusEE_cfi.py
Go to the documentation of this file.
2 
3 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
4  geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
5  'Geometry/CMSCommonData/data/rotations.xml',
6  'Geometry/CMSCommonData/data/normal/cmsextent.xml',
7  'Geometry/CMSCommonData/data/cms.xml',
8  'Geometry/CMSCommonData/data/cmsMother.xml',
9  'Geometry/CMSCommonData/data/caloBase.xml',
10  'Geometry/CMSCommonData/data/cmsCalo.xml',
11  'Geometry/CMSCommonData/data/mgnt.xml',
12  'Geometry/EcalCommonData/data/eregalgo.xml',
13  'Geometry/EcalCommonData/data/ebalgo.xml',
14  'Geometry/EcalCommonData/data/ebcon.xml',
15  'Geometry/EcalCommonData/data/ebrot.xml',
16  'Geometry/EcalCommonData/data/eecon.xml',
17  'Geometry/EcalCommonData/data/eefixed.xml',
18  'Geometry/EcalCommonData/data/eehier.xml',
19  'Geometry/EcalCommonData/data/eealgo.xml',
20  'Geometry/EcalCommonData/data/escon.xml',
21  'Geometry/EcalCommonData/data/esalgo.xml',
22  'Geometry/EcalCommonData/data/eeF.xml',
23  'Geometry/EcalCommonData/data/eeB.xml',
24  'Geometry/HcalCommonData/data/hcalrotations.xml',
25  'Geometry/HcalCommonData/data/hcalalgo.xml',
26  'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
27  'Geometry/HcalCommonData/data/hcalendcapalgo.xml',
28  'Geometry/HcalCommonData/data/hcalouteralgo.xml',
29  'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
30  'Geometry/HcalCommonData/data/hcalforwardfibre.xml',
31  'Geometry/HcalCommonData/data/hcalforwardmaterial.xml',
32  'Geometry/EcalSimData/data/ecalsens.xml',
33  'Geometry/EcalTestBeam/test/ee/findsc.xml',
34  'Geometry/HcalCommonData/data/hcalsens.xml',
35  'Geometry/HcalSimData/data/CaloUtil.xml',
36  'Geometry/HcalSimData/data/hf.xml',
37  'Geometry/HcalSimData/data/hffibre.xml',
38  'Geometry/HcalSimData/data/CaloProdCuts.xml',
39  'Geometry/HcalSimData/data/HcalProdCuts.xml',
40  'Geometry/EcalSimData/data/EcalProdCuts.xml',
41  'Geometry/CMSCommonData/data/FieldParameters.xml'),
42  rootNodeName = cms.string('cms:OCMS')
43 )
44