File indexing completed on 2025-08-05 08:12:42
0001
0002 export MYINSTALL=/sphenix/user/sgross/install_dir
0003 source /cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/bin/sphenix_setup.sh -n ana
0004 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0005 input_file=${1:-''}
0006 jet_trigger=${2:-'10.'}
0007 n_events=${3:-'1000'}
0008 root.exe -x -b /sphenix/user/sgross/coresoftware/generators/Herwig/HerwigHepMCFilter/RunHerwigHepMCFilter.C\(\"$input_file\",\"$jet_trigger\",$n_events\)