CMS 3D CMS Logo

HGCalTB181JuneXML_cfi.py
Go to the documentation of this file.
1 
2 import FWCore.ParameterSet.Config as cms
3 
4 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
5  geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
6  'Geometry/CMSCommonData/data/rotations.xml',
7  'Geometry/HGCalCommonData/data/TB181/cms.xml',
8  'Geometry/HGCalCommonData/data/TB181/June18/hgcal.xml',
9  'Geometry/HGCalCommonData/data/TB181/June18/hgcalEE.xml',
10  'Geometry/HGCalCommonData/data/TB181/hgcalBeam.xml',
11  'Geometry/HGCalCommonData/data/hgcalwafer/v7/hgcalwafer.xml',
12  'Geometry/HGCalCommonData/data/TB181/June18/hgcalsense.xml',
13  'Geometry/HGCalCommonData/data/TB181/June18/hgcProdCuts.xml',
14  'Geometry/HGCalCommonData/data/TB181/June18/hgcalCons.xml'
15  ),
16  rootNodeName = cms.string('cms:OCMS')
17 )
18 
19