CMS 3D CMS Logo

EcalOnly_MTCC_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/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/EcalCommonData/data/ecal_MTCC.xml',
12  'Geometry/EcalSimData/data/ecalsens_MTCC.xml',
13  'Geometry/HcalSimData/data/CaloUtil.xml',
14  'Geometry/EcalSimData/data/EcalProdCuts.xml',
15  'Geometry/CMSCommonData/data/FieldParameters.xml'),
16  rootNodeName = cms.string('cms:OCMS')
17 )
18 
19