File indexing completed on 2025-08-06 08:13:24
0001
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 data_dst=${1:-'none'}
0009
0010 data_fitting_dst=${2:-'none'}
0011 data_trigger_dst=${3:-'none'}
0012 data_jet_dst=${4:-'none'}
0013 truth_dst=${5:-'none'}
0014 truth_jet_dst=${6:-'none'}
0015 calo_reco_dst=${7:-'none'}
0016 truth_reco_dst=${8:-'none'}
0017 global_reco_dst=${9:-'none'}
0018 runs=${10:-'0'}
0019 minpt=${11:-'1.0'}
0020
0021
0022 /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.C\(\"$data_dst\",\"$data_fitting_dst\",\"$data_trigger_dst\",\"$data_jet_dst\",\"$truth_dst\",\"$truth_jet_dst\",\"$calo_reco_dst\",\"$truth_reco_dst\",\"$global_reco_dst\",\"$runs\",\"$minpt\"\)