Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Using GeomConverter updated

...

Detector conversion can be done using hps-detectors/Makefile, but you need from the "detector-data" directory. It is convenient to set the environment variable GEOMCONVERTER to point to the GeomConverter jar:

No Format
export GEOMCONVERTER=/home/meeg/lcsim_svn/lcsim/detector-framework/target/lcsim-detector-framework-3.0.4-SNAPSHOT-bin.jar

Run "make" the GeomConverter in hps-detectors to get a full list of options, but usually you'll use this to convert a single detector (can ask for heprep, lcdd, gdml, vrml, etclcdd files.  (You can also ask for heprep ...):

No Format
make DETECTOR=java -jar $GEOMCONVERTER -o lcdd detectors/HPS-Proposal2014-v2 lcdd

...

v8-1pt1/compact.xml detectors/HPS-Proposal2014-v8-1pt1/HPS-Proposal2014-v8-1pt1.lcdd

Viewing LCDD

The LCDD file can be viewed directly using SLIC:

...