Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2026-07-16 08:11:28

0001 #!/bin/bash
0002 
0003 source /opt/sphenix/core/bin/sphenix_setup.sh -n new
0004 
0005 export USER="$(id -u -n)"
0006 export LOGNAME=${USER}
0007 export HOME=/sphenix/u/${LOGNAME}
0008 
0009 nFiles=500
0010 startFile=$1
0011 
0012 root.exe -l -q -b parseEvaluators.C\(\"Kshort\",${nFiles},${startFile}\)
0013 root.exe -l -q -b parseEvaluators.C\(\"Lambda0\",${nFiles},${startFile}\)