Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, file /analysis/dNdEta_Run2023/analysis_INTT_CW/NewCode2024/macros/Run_RandomMerge_region.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #! /bin/bash
0002 
0003 source /opt/sphenix/core/bin/sphenix_setup.sh -n ana.441
0004 
0005 input_directory=$1
0006 input_filename=$2
0007 segment_index=$3
0008 
0009 echo 
0010 echo input_directory: ${input_directory}
0011 echo input_filename: ${input_filename}
0012 echo segment_index: ${segment_index}
0013 
0014 root.exe -l -b -q /sphenix/user/ChengWei/INTT/INTT_dNdeta_repo/NewCode2024/macros/RandomMerge_region.C\(\"${input_directory}\",\"${input_filename}\",${segment_index}\)
0015