CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TB2006GeometryXML_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  'SimG4Core/GFlash/TB/TBHcal.xml',
8  'Geometry/HcalTestBeamData/data/TBHcal06BeamLine.xml',
9  'Geometry/HcalTestBeamData/data/TBHcalCable.xml',
10  'Geometry/HcalTestBeamData/data/2006/TBHcalBarrel.xml',
11  'Geometry/HcalTestBeamData/data/TBHcalEndcap.xml',
12  'Geometry/HcalTestBeamData/data/TBHcal06HcalOuter.xml',
13  'Geometry/HcalTestBeamData/data/ebcon.xml',
14  'Geometry/HcalTestBeamData/data/eregalgo.xml',
15  'Geometry/EcalCommonData/data/ebrot.xml',
16  'Geometry/EcalCommonData/data/ebalgo.xml',
17  'Geometry/HcalTestBeamData/data/TBHcal06Sens.xml',
18  'Geometry/HcalTestBeamData/data/TBHcal06ebsens.xml',
19 # 'Geometry/HcalTestBeamData/data/TBHcal06ProdCuts.xml',
20 # 'Geometry/EcalSimData/data/EBProdCuts.xml',
21  'SimG4Core/GFlash/TB/gflashTBH2ProdCuts.xml',
22  'Geometry/HcalTestBeamData/data/TBHcal06Util.xml'),
23  rootNodeName = cms.string('TBHcal:TBHCal')
24 )
25 
26