File indexing completed on 2025-08-06 08:13:24
0001
0002
0003 source /opt/sphenix/core/bin/sphenix_setup.sh -n ana.437
0004 MYINSTALL=/sphenix/user/sgross/install_dir
0005 echo $MYINSTALL
0006 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0007
0008 data_dst=${1:-'none'}
0009 data_fitting_dst=${2:-'none'}
0010 data_trigger_dst=${3:-'none'}
0011 truth_jet_dst=${4:-'none'}
0012 calo_reco_dst=${5:-'none'}
0013 truth_reco_dst=${6:-'none'}
0014 global_reco_dst=${7:-'none'}
0015 runs=${8:-'0'}
0016 minpt=${9:-'1.0'}
0017
0018
0019 /cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/root-6.26.06.p01/bin/root.exe -x /sphenix/user/sgross/sphenix_analysis/EnergyCorrelatorsJets/LargeRLCaloENC/macros/RunLargeRLENC_test.C\(\"$data_dst\",\"$data_fitting_dst\",\"$data_trigger_dst\",\"$truth_jet_dst\",\"$calo_reco_dst\",\"$truth_reco_dst\",\"$global_reco_dst\",\"$runs\",\"$minpt\"\)
0020