Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These instructions assume "hps-distribution.jar" is the hps-java jar file you downloaded using the instructions on Basic Use of hps-java HPS Java Instructions, or compiled yourself.

The input data for this step is SLIC output; download from one of the sources listed on Finding Monte Carlo data at SLAC or generate using the instructions on Generating Monte Carlo Using SLIC to Generate MC Data.

Photon beam data

Filter and space out events

...

No Format
java -cp hps-distribution.jar org.hps.users.meeg.FilterMCBunches in.slcio filtered.slcio -a -e500
e250

"-a" tells FIlterMCBunches not to filter out any events. Running FIlterMCBunches without input or output files will print a full list of filter options.

Run simulation

Output to EVIO format:

...