Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-05-18 07:43:06

0001 #!/bin/bash
0002 # rebuild all modules, in order of dependence
0003 # pass an argument to rebuild everything cleanly
0004 set -e
0005 ./build.sh EDM4eic $*
0006 ./build.sh irt $*
0007 ./build.sh epic $*
0008 source environ.sh
0009 ./build.sh EICrecon $*
0010 ./build.sh reconstruction_benchmarks $*