CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TB2006GeometryNoEcalXML_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/HcalCommonData/data/hcalrotations.xml',
7  'SimG4CMS/HcalTestBeam/test/2006/TBHcal.xml',
8  'Geometry/HcalTestBeamData/data/TBHcal06BeamLine.xml',
9  'Geometry/HcalTestBeamData/data/TBHcalCable.xml',
10  'Geometry/HcalTestBeamData/data/TBHcalBarrel.xml',
11  'Geometry/HcalTestBeamData/data/TBHcalEndcap.xml',
12  'Geometry/HcalTestBeamData/data/TBHcal06HcalOuter.xml',
13  'Geometry/HcalTestBeamData/data/TBHcal06Sens.xml',
14  'Geometry/HcalTestBeamData/data/TBHcal06ProdCuts.xml',
15  'Geometry/HcalTestBeamData/data/TBHcal06Util.xml'),
16  rootNodeName = cms.string('TBHcal:OTBHCal')
17 )
18 
19