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 "hps-java.jar" points to is the hps-java /target/jar file you downloaded using the instructions on Basic Use of hps-java-1.2-SNAPSHOT-bin.jar, and "steering" points to hps-java/src/main/resources/org/lcsim/hps/steering/, or compiled yourself.

The input data for this step is readout data; use either real 2012 test run data (EVIO format) or generate from simulation using the instructions in Running Readout Simulation.

...

Use TestRunOfflineRecon.lcsim for both test run data and ; substitute HPS2014OfflineRecon.lcsim for simulated 2014 data.

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

No Format
java -cp hps-java.jar org.lcsim.hps.evio.TestRunEvioToLcio -r -x /org/lcsim/hps/steering/recon/TestRunOfflineRecon.lcsim -d HPS-TestRun-v3 prod/hps_001351.evio.0 -DoutputFile=recon.slcio

...

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

Reconstructing LCIO data from readout simulation (raw LCIO to recon'ed LCIO)

...

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

Reconstructing SLIC output directly

No Format
java -jar hps-java.jar -r /org/lcsim/hps/steering/readout/HPSTrackingDefaults.lcsim -i ap2.2gev075mev_001_SLIC.slcio -DoutputFile=ap_recon.slcio