LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
artapp.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_artapp_h
2 #define art_Framework_Art_artapp_h
3 // vim: set sw=2 expandtab :
4 
5 #include <string>
6 
7 int artapp(int argc, char* argv[], bool report_unused = true);
8 
9 #endif /* art_Framework_Art_artapp_h */
10 
11 // Local Variables:
12 // mode: c++
13 // End:
int artapp(int argc, char *argv[], bool report_unused=true)
Definition: artapp.cc:26