Warning, /DD4hep/examples/DDCMS/README.txt is written in an unsupported language. File is not indexed.
0001 Package DDCMS
0002 =============
0003
0004 This is a small test development to demonstrate how to
0005 convert a small part of the CMS geometry to DD4hep.
0006 It is by no means complete.
0007
0008 M.Frank, September 2017
0009
0010
0011 geoPluginRun -input file:checkout/examples/DDCMS/data/cms_tracker.xml \
0012 -ui -interpreter \
0013 -plugin DD4hep_PlacedVolumeProcessor -recursive -processor DDCMS_DetElementCreator \
0014 -plugin DD4hep_VolumeManager \
0015 -plugin DD4hep_DetectorDump -sensitive \
0016 -plugin DD4hep_VolumeDump -sensitive -volids \
0017 -plugin DD4hep_GeometryDisplay
0018 -end-plugin