CMS 3D CMS Logo

testForwardXML_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(
5  'Geometry/CMSCommonData/data/materials/2021/v3/materials.xml',
6  'Geometry/CMSCommonData/data/rotations.xml',
7  'Geometry/CMSCommonData/data/extend/v3/cmsextent.xml',
8  'Geometry/CMSCommonData/data/cavernData/2021/v1/cavernData.xml',
9  'Geometry/CMSCommonData/data/cms/2021/v3/cms.xml',
10  'Geometry/CMSCommonData/data/cmsMother.xml',
11  'Geometry/CMSCommonData/data/eta3/etaMax.xml',
12  'Geometry/TrackerCommonData/data/pixfwdCommon.xml',
13  'Geometry/ForwardCommonData/data/pixfwd/2021/v1/pixfwd.xml',
14  'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
15  'Geometry/ForwardCommonData/data/forward/2021/v1/forward.xml',
16  'Geometry/ForwardCommonData/data/totemt2/2021/v1/totemt2.xml',
17  'Geometry/ForwardCommonData/data/forwardshield/2021/v1/forwardshield.xml',
18  'Geometry/ForwardCommonData/data/bhm.xml',
19  'Geometry/ForwardCommonData/data/pltbcm/2021/v1/pltbcm.xml',
20  'Geometry/ForwardCommonData/data/bcm1f/2021/v1/bcm1f.xml',
21  'Geometry/ForwardCommonData/data/plt/2021/v1/plt.xml',
22  'Geometry/ForwardSimData/data/bcm1fsens.xml',
23  'Geometry/ForwardCommonData/data/zdcmaterials/2021/v1/zdcmaterials.xml',
24  'Geometry/ForwardCommonData/data/lumimaterials.xml',
25  'Geometry/ForwardCommonData/data/zdcrotations.xml',
26  'Geometry/ForwardCommonData/data/lumirotations.xml',
27  'Geometry/ForwardCommonData/data/zdc/2021/v1/zdc.xml',
28  'Geometry/ForwardCommonData/data/zdclumi/2021/v2/zdclumi.xml',
29  'Geometry/ForwardCommonData/data/cmszdc.xml',
30  'Geometry/ForwardSimData/data/pltsens.xml',
31  'Geometry/ForwardSimData/data/bcm1fsens.xml',
32  'Geometry/ForwardSimData/data/totemsensT2/2021/totemsensT2.xml',
33  'Geometry/ForwardSimData/data/zdcsens.xml',
34  'Geometry/ForwardSimData/data/bhmProdCuts/2021/v1/bhmProdCuts.xml',
35  'Geometry/ForwardSimData/data/zdcProdCuts/2021/v2/zdcProdCuts.xml',
36  'Geometry/ForwardSimData/data/ForwardShieldProdCuts.xml',
37  'Geometry/CMSCommonData/data/FieldParameters.xml',
38  ),
39  rootNodeName = cms.string('cms:OCMS')
40 )