File indexing completed on 2026-05-23 08:12:16
0001
0002
0003 caloDSTlist=${1:-""}
0004 truthDSTlist=${2:-""}
0005 jetDSTlist=${3:-""}
0006 globalDSTlist=${4:-""}
0007 outDir=${5:-""}
0008 installdir=${6:-$MYINSTALL}
0009 thisDir=${7:-""}
0010 Pythia_or_Herwig=${8:-'true'}
0011 source /opt/sphenix/core/bin/sphenix_setup.sh -n ana.542
0012 source /opt/sphenix/core/bin/setup_local.sh $installdir
0013
0014 n_files=`wc -l < $caloDSTlist`
0015 root -x -q ${thisDir}/Fun4All_VandySkimmerTruthCounter.C\(\"$caloDSTlist\",\"$jetDSTlist\",\"$truthDSTlist\",\"$globalDSTlist\",\"$outDir\",\"$n_files\",\"$Pythia_or_Herwig\"\)
0016