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 Using 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 SLIC output; download from one of the sources listed on Finding Data or generate using the instructions on Generating Monte Carlo Data.

...

Photon beam events are simulated without pileup, so empty events must be inserted.

No Format
java -Xmx10m -cp hps-java.jar org.lcsim.hps.users.meeg.FilterMCBunches in.slcio filtered.slcio -e250

...

No Format
java -jar hps-java.jar -r /org/lcsim/hps/steering/readout/HPSTestRunReconToEvioTestRunReadoutToEvio.lcsim -i filtered.slcio -DevioFileDoutputFile=readout.evio
No Format
java -jar hps-java.jar -r /org/lcsim/hps/steering/readout/HPSTestRunReconToLcioTestRunReadoutToLcio.lcsim -i filtered.slcio -DoutputFile=readout.slcio

Electron beam data for 2014 run

...

No Format
java -jar hps-java.jar -r /org/lcsim/hps/steering/readout/HPS2014ReadoutToEvio.lcsim -i in.slcio -DoutputFile=readout.evio
No Format
java -jar hps-java.jar -r /org/lcsim/hps/steering/readout/HPS2014ReadoutToLcio.lcsim -i in.slcio -DoutputFile=readout.slcio