Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The HPS Java Project is based on the org.lcsim framework and provides a full set of physics reconstruction and simulation tools compatible with the LCIO data format.

Quick Build Instructions

Assuming you have internet access and the right command line tools installed already, this should do it.

Code Block
languagebash
cd /my/work/dir
svn checkout svn://svn.freehep.org/hps/java/trunk hps-java-trunk
cd hps-java-trunk
mvn install -DskipTests
java -jar distribution/target/hps-distribution-[VERSION]-bin.jar

The last command will check that the distribution was installed correctly.

That's it!  If you need help installing the build tools, then continue reading the next section.

Preliminary Tools

Before beginning the installation process, you will want to have available the following tools on your machine first.

...