You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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/.

Filter and space out events (only for photon beam data)

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

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

Run simulation

java -jar hps-java.jar steering/HPSTestRunReconToEvio.lcsim -i 55bb_250.slcio -DevioFile=test.evio
java -jar hps-java.jar steering/HPSTestRunReconToLcio.lcsim -i 55bb_250.slcio -DoutputFile=test.slcio
  • No labels