CMS 3D CMS Logo

SingleDREAMXML_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/v2/materials.xml',
6  'SimG4CMS/CherenkovAnalysis/data/singleDREAM.xml'),
7  rootNodeName = cms.string('singleDREAM:DREAM')
8 )
9 
10