Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:37:38

0001 #!/bin/bash
0002 
0003 echo ${1}
0004 echo ${2}
0005 echo ${3}
0006 
0007 cd ${1}
0008 
0009 /eic/u/rongrong/bin/eic-shell  << EOF
0010 root -b -q 'analysis.C("'"${2}"'","'"${3}"'")'
0011 exit
0012 EOF