Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:00:17

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 DDDetectorESProducer = cms.ESSource('DDDetectorESProducer',
0004   confGeomXMLFiles = cms.optional.FileInPath,
0005   rootDDName = cms.string('cms:OCMS'),
0006   label = cms.string(''),
0007   fromDB = cms.bool(False),
0008   appendToDataLabel = cms.string('')
0009 )