Versions Compared

Key

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

You need to have lcsim installed and compiled. These instructions assume you have symlinks such that "lcsimhps-java.jar" points to hps-java/target/hps-java-1.2-SNAPSHOT-bin.jar, and "steering" points to hps-java/src/main/resources/org/lcsim/hps/steering/.

One-step process (EVIO to recon'ed LCIO)

No Format
java -cp lcsimhps-java.jar org.lcsim.hps.evio.TestRunEvioToLcio -x steering/TestRunOfflineRecon.lcsim prod/hps_001351.evio.0 -DoutputFile=recon.slcio

Two-step process (EVIO to raw LCIO to recon'ed LCIO)

No Format
java -cp lcsimhps-java.jar org.lcsim.hps.evio.TestRunEvioToLcio prod/hps_001351.evio.0 -l raw.slcio
java -jar lcsimhps-java.jar steering/TestRunOfflineRecon.lcsim -i raw.slcio -DoutputFile=recon.slcio

...

This is just the second half of the two-step process.

No Format
java -jar lcsimhps-java.jar steering/TestRunOfflineRecon.lcsim -i raw.slcio -DoutputFile=recon.slcio