Difference between revisions of "Second commands.tcsh"
Jump to navigation
Jump to search
(Created page with "#!/bin/tcsh echo "Source GEMC setup" source ~/src/CLAS/GEMC/setup echo "Changing to virtual directory" cd lds3_Isotropic_study/$1 echo "Running evio conversion" ~/src/CLAS/evi...") |
|||
Line 1: | Line 1: | ||
+ | <pre> | ||
#!/bin/tcsh | #!/bin/tcsh | ||
echo "Source GEMC setup" | echo "Source GEMC setup" | ||
Line 6: | Line 7: | ||
echo "Running evio conversion" | echo "Running evio conversion" | ||
~/src/CLAS/evioRootDV/bin/evio2root v2_6 $1 106 | ~/src/CLAS/evioRootDV/bin/evio2root v2_6 $1 106 | ||
+ | </pre> |
Revision as of 02:42, 10 February 2018
#!/bin/tcsh echo "Source GEMC setup" source ~/src/CLAS/GEMC/setup echo "Changing to virtual directory" cd lds3_Isotropic_study/$1 echo "Running evio conversion" ~/src/CLAS/evioRootDV/bin/evio2root v2_6 $1 106