Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:14:38

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004     geomXMLFiles = cms.vstring(
0005         'Geometry/CMSCommonData/data/materials/2021/v3/materials.xml',
0006         'Geometry/CMSCommonData/data/rotations.xml',
0007         'Geometry/CMSCommonData/data/extend/v3/cmsextent.xml',
0008         'Geometry/CMSCommonData/data/cavernData/2021/v1/cavernData.xml',
0009         'Geometry/CMSCommonData/data/cms/2021/v3/cms.xml',
0010         'Geometry/CMSCommonData/data/cmsMother.xml',
0011         'Geometry/CMSCommonData/data/eta3/etaMax.xml',
0012         'Geometry/TrackerCommonData/data/pixfwdCommon.xml',
0013         'Geometry/ForwardCommonData/data/pixfwd/2021/v1/pixfwd.xml',
0014         'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
0015         'Geometry/ForwardCommonData/data/forward/2021/v1/forward.xml',
0016         'Geometry/ForwardCommonData/data/totemt2/2021/v1/totemt2.xml',
0017         'Geometry/ForwardCommonData/data/forwardshield/2021/v1/forwardshield.xml',
0018         'Geometry/ForwardCommonData/data/bhm.xml',
0019         'Geometry/ForwardCommonData/data/pltbcm/2021/v1/pltbcm.xml',
0020         'Geometry/ForwardCommonData/data/bcm1f/2021/v1/bcm1f.xml',
0021         'Geometry/ForwardCommonData/data/plt/2021/v1/plt.xml',
0022         'Geometry/ForwardSimData/data/bcm1fsens.xml',
0023         'Geometry/ForwardCommonData/data/zdcmaterials/2021/v1/zdcmaterials.xml',
0024         'Geometry/ForwardCommonData/data/lumimaterials.xml',
0025         'Geometry/ForwardCommonData/data/zdcrotations.xml',
0026         'Geometry/ForwardCommonData/data/lumirotations.xml',
0027         'Geometry/ForwardCommonData/data/zdc/2021/v1/zdc.xml',
0028         'Geometry/ForwardCommonData/data/zdclumi/2021/v2/zdclumi.xml',
0029         'Geometry/ForwardCommonData/data/cmszdc.xml',
0030         'Geometry/ForwardSimData/data/pltsens.xml',
0031         'Geometry/ForwardSimData/data/bcm1fsens.xml',
0032         'Geometry/ForwardSimData/data/totemsensT2/2021/totemsensT2.xml',
0033         'Geometry/ForwardSimData/data/zdcsens.xml',
0034         'Geometry/ForwardSimData/data/bhmProdCuts/2021/v1/bhmProdCuts.xml',
0035         'Geometry/ForwardSimData/data/zdcProdCuts/2021/v2/zdcProdCuts.xml',
0036         'Geometry/ForwardSimData/data/ForwardShieldProdCuts.xml',
0037         'Geometry/CMSCommonData/data/FieldParameters.xml',
0038     ),
0039     rootNodeName = cms.string('cms:OCMS')
0040 )