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

Compare with Current View Page History

« Previous Version 9 Next »

These instructions assume "hps-java.jar" is the hps-java jar file you downloaded using the instructions on Basic Use of hps-java, 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 data

Filter and space out events

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

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

Run simulation

java -jar hps-java.jar -r /org/lcsim/hps/steering/readout/TestRunReadoutToEvio.lcsim -i filtered.slcio -DoutputFile=readout
java -jar hps-java.jar -r /org/lcsim/hps/steering/readout/TestRunReadoutToLcio.lcsim -i filtered.slcio -DoutputFile=readout

Electron beam data for 2014 run

Run simulation

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