Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:13:24

0001 #! /bin/bash
0002 
0003 source /opt/sphenix/core/bin/sphenix_setup.sh -n 
0004 MYINSTALL=/sphenix/user/sgross/install_dir
0005 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0006 
0007 runN=${1:-'42959'}
0008 segment=${2:-'0'}
0009 hcal_file=${3:-'/sphenix/user/sgross/LED_and_Pedestal_DST/macro/Dst_HCAL_led_42959.root'}
0010 emcal_file=${4:-'/sphenix/user/sgross/LED_and_Pedestal_DST/macro/Dst_CEMC_led_42959.root'}
0011 event=${5:-'0'}
0012 run_e2c_n=${6:-'5'}
0013 run_e2c=true
0014 if [[ $run_e2c_n -le 1 ]]; then
0015         run_e2c=false
0016 fi
0017 #/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/utils/bin/valgrind  --track-origins=yes --log-file=/gpfs/mnt/gpfs02/sphenix/user/sgross/sphenix_analysis/EnergyCorrelatorsJets/LargeRLCaloENC/macros/data_valdrind-out_1.txt /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_LEDPedestalScan.C\($runN,$segment,\"$hcal_file\",\"$emcal_file\",$event\)
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_LEDPedestalScan.C\($runN,$segment,\"$hcal_file\",\"$emcal_file\",$event,$run_e2c\)
0020 
0021