|
||||
File indexing completed on 2024-04-06 12:11:47
0001 ###################################################################################################### 0002 # 0003 # Please run the script with cmsShowFF. E.g.: 0004 # 0005 # cmsShowFF -c $CMSSW_RELEASE_BASE/src/Fireworks/Core/macros/simGeo.fwc cmsShowFF_displayGeom_cfg.py 0006 # 0007 ###################################################################################################### 0008 0009 import FWCore.ParameterSet.Config as cms 0010 0011 0012 process = cms.Process("FFWDISPLAY") 0013 0014 0015 process.load("Geometry.CMSCommonData.cmsIdealGeometryXML_cfi") 0016 0017 process.add_(cms.ESProducer("TGeoMgrFromDdd", 0018 verbose = cms.untracked.bool(False), 0019 level = cms.untracked.int32(14) 0020 )) 0021 0022 0023 process.source = cms.Source("EmptySource") 0024 0025
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |