Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:16:09

0001 source /opt/sphenix/core/bin/sphenix_setup.sh -n new
0002 
0003 inputFiles="{"
0004 for fileList in $@
0005 do
0006   inputFiles+="\"${fileList}\","
0007 done
0008 inputFiles=${inputFiles::-1}
0009 inputFiles+="}"
0010 echo running: run_TPCPedestalCalibration.sh $*
0011 root.exe -q -b TPCPedestalCalibration.C\(${inputFiles}\)
0012 echo Script done