CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TB2007TestGeometryXML_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/HcalCommonData/data/hcalrotations.xml',
7  'Geometry/HcalTestBeamData/test/2007/TBHcal.xml',
8  'Geometry/HcalTestBeamData/data/TBHcal07BeamLine.xml',
9  'Geometry/HcalTestBeamData/data/TBHcalBarrel.xml',
10  'Geometry/HcalTestBeamData/test/2007/TBHcalEndcap.xml',
11  'Geometry/HcalTestBeamData/data/TBHcal07HcalOuter.xml',
12  'Geometry/HcalTestBeamData/data/TBHcal07Sens.xml',
13  'Geometry/HcalTestBeamData/data/TBHcal06ProdCuts.xml',
14  'Geometry/HcalTestBeamData/data/TBHcal06Util.xml'),
15  rootNodeName = cms.string('TBHcal:TBHCal')
16 )
17 
18