CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
totemT2GeometryXML_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ## 2015 + new phase 1 pixel detector
4 
5 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
6  geomXMLFiles = cms.vstring(
7  'Geometry/CMSCommonData/data/materials.xml',
8  'Geometry/CMSCommonData/data/rotations.xml',
9  'Geometry/CMSCommonData/data/extend/v2/cmsextent.xml',
10  'Geometry/CMSCommonData/data/cavernData/2021/v1/cavernData.xml',
11  'Geometry/CMSCommonData/data/cms/2021/v3/cms.xml',
12  'Geometry/CMSCommonData/data/cmsMother.xml',
13  'Geometry/CMSCommonData/data/eta3/etaMax.xml',
14  'Geometry/TrackerCommonData/data/Run2/trackermaterial.xml',
15  'Geometry/ForwardCommonData/data/forward/2021/v1/forward.xml',
16  'Geometry/ForwardCommonData/data/totemt2/2021/v1/totemt2.xml',
17  'Geometry/ForwardSimData/data/totemsensT2/2021/totemsensT2.xml',
18  'Geometry/CMSCommonData/data/FieldParameters.xml'),
19  rootNodeName = cms.string('cms:OCMS')
20 )
21 
22