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 hps-java/target/hps-java-1.2-SNAPSHOT-bin.jar, and "steering" points to hps-java/src/main/resources/org/lcsim/hps/steering/.

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 data

Filter and space out events

...

Photon beam events are simulated without pileup, so empty events must be inserted. Skip this step for electron beam events.

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

Run simulation

No Format

java -jar hps-java.jar steering/HPSTestRunReconToEvio.lcsim -i 55bb_250.slcio -DevioFile=test.evio
No Format

java -jar hps-java.jar steering/HPSTestRunReconToLcio.lcsim -i 55bb_250.slcio -DoutputFile=test.slcio

Electron beam data for 2014 run

Run simulation

No Format
java -jar hps-java.jar steering/HPSTestRunReconToEvio.lcsim -i 55bb_250.slcio -DevioFile=test.evio

...