|
||||
File indexing completed on 2025-01-18 09:15:14
0001 #!/bin/csh 0002 0003 0004 rm -f ./eic 0005 g++ -o eic eic.cxx `root-config --cflags --glibs` 0006 0007 set j = 0 0008 set pol = 1 0009 set type = 2 0010 # pol = 1 ( Polarization Up ) pol = 2 ( Polarization Down ) 0011 while ( $j < 1 ) 0012 0013 << EOF ./eic 0014 $pol 0015 $type 0016 1000000 0017 $j 0018 EOF 0019 0020 @ j++ 0021 end 0022
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |