Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2026-04-07 08:09:56

0001 #! /bin/bash
0002 
0003 source /opt/sphenix/core/bin/sphenix_setup.sh -n 
0004 MYINSTALL=/sphenix/user/sgross/install_dir
0005 echo $MYINSTALL
0006 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0007 
0008 seg=${1:-'0'}
0009 trigger_type=${2:-"MB"}
0010 herwig_file=${3:-''}
0011 pythia_truth=${4:-''}
0012 pythia_jet=${5:-''}
0013 
0014 echo "Running Herwig check"
0015 #/cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/utils/bin/valgrind -s --track-origins=yes --log-file=$(pwd)/data_valgrind-out_1.txt 
0016 /cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/core/root-6.32.06/bin/root.exe -x -q $(pwd)/../macros/RunHerwigProductionQA.C\(${seg},\"${trigger_type}\",\"herwig\",\"$herwig_file\"\)
0017 echo "Running Pythia check"
0018 #/cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/utils/bin/valgrind -s --track-origins=yes --log-file=$(pwd)/data_valgrind-out_1.txt
0019 /cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/core/root-6.32.06/bin/root.exe -x -q $(pwd)/../macros/RunHerwigProductionQA.C\(${seg},\"${trigger_type}\",\"pythia\",\"$pythia_truth\",\"$pythia_jet\"\)
0020 echo "All Done"