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

Compare with Current View Page History

« Previous Version 4 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/.

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.

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

Electron beam data for 2014 run

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