CMS 3D CMS Logo

cmsMuon2017XML_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/extend/cmsextent.xml',
7  'Geometry/CMSCommonData/data/cms/2017/v1/cms.xml',
8 # 'Geometry/CMSCommonData/data/Phase2/cms.xml',
9 # 'Geometry/CMSCommonData/data/cms.xml',
10  'Geometry/CMSCommonData/data/cmsMother.xml',
11  'Geometry/CMSCommonData/data/eta3/etaMax.xml',
12 # 'Geometry/CMSCommonData/data/cmsTracker.xml',
13 # 'Geometry/CMSCommonData/data/Run2/caloBase.xml',
14 # 'Geometry/CMSCommonData/data/cmsCalo.xml',
15  'Geometry/CMSCommonData/data/muonBase.xml',
16  'Geometry/CMSCommonData/data/cmsMuon.xml',
17  'Geometry/CMSCommonData/data/mgnt.xml',
18 # 'Geometry/CMSCommonData/data/PhaseI/beampipe.xml',
19 # 'Geometry/CMSCommonData/data/PhaseII/beampipe.xml',
20 # 'Geometry/CMSCommonData/data/beampipe.xml',
21 # 'Geometry/CMSCommonData/data/cmsBeam.xml',
22  'Geometry/CMSCommonData/data/muonMB.xml',
23  'Geometry/CMSCommonData/data/muonMagnet.xml',
24  'Geometry/CMSCommonData/data/cavern.xml',
25  'Geometry/MuonCommonData/data/mbCommon/2017/v2/mbCommon.xml',
26  'Geometry/MuonCommonData/data/mb1/2015/v1/mb1.xml',
27  'Geometry/MuonCommonData/data/mb2/2015/v1/mb2.xml',
28  'Geometry/MuonCommonData/data/mb3/2015/v1/mb3.xml',
29  'Geometry/MuonCommonData/data/mb4/2015/v1/mb4.xml',
30  'Geometry/MuonCommonData/data/design/muonYoke.xml',
31  'Geometry/MuonCommonData/data/mf/2017/v2/mf.xml',
32  'Geometry/MuonCommonData/data/rpcf/2015/v1/rpcf.xml',
33  'Geometry/MuonCommonData/data/csc/2015/v1/csc.xml',
34  'Geometry/MuonCommonData/data/v2/mfshield.xml',
35  'Geometry/MuonCommonData/data/PhaseII/gemf.xml',
36  'Geometry/MuonCommonData/data/PhaseII/gem11.xml',
37  'Geometry/MuonCommonData/data/v6/muonGemNumbering17.xml',
38  'Geometry/MuonSimData/data/v2/muonSens.xml',
39  'Geometry/DTGeometryBuilder/data/dtSpecsFilter.xml',
40  'Geometry/CSCGeometryBuilder/data/cscSpecsFilter.xml',
41  'Geometry/CSCGeometryBuilder/data/cscSpecs.xml',
42  'Geometry/RPCGeometryBuilder/data/RPCSpecs.xml',
43  'Geometry/GEMGeometryBuilder/data/GEMSpecsFilter17.xml',
44  'Geometry/GEMGeometryBuilder/data/v4/GEMSpecs.xml',
45 # 'Geometry/ForwardCommonData/data/brmsens.xml',
46 # 'Geometry/ForwardSimData/data/castorsens.xml',
47 # 'Geometry/ForwardSimData/data/zdcsens.xml',
48 # 'Geometry/HcalSimData/data/HcalProdCuts.xml',
49 # 'Geometry/EcalSimData/data/EcalProdCuts.xml',
50 # 'Geometry/EcalSimData/data/ESProdCuts.xml',
51 # 'Geometry/TrackerSimData/data/PhaseI/trackerProdCuts.xml',
52 # 'Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml',
53  'Geometry/MuonSimData/data/muonProdCuts.xml',
54 # 'Geometry/ForwardSimData/data/CastorProdCuts.xml',
55 # 'Geometry/ForwardSimData/data/zdcProdCuts.xml',
56 # 'Geometry/ForwardSimData/data/ForwardShieldProdCuts.xml',
57  'Geometry/CMSCommonData/data/FieldParameters.xml'),
58  rootNodeName = cms.string('cms:OCMS')
59 )
60 
61