Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:12:39

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