LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 
4 #include <string>
5 
6 int artapp(int argc, char *argv[]);
7 
8 int artapp_string_config(const std::string& config_string);
9 
10 #endif /* art_Framework_Art_artapp_h */
11 
12 // Local Variables:
13 // mode: c++
14 // End:
int artapp(int argc, char *argv[])
Definition: artapp.cc:23
int artapp_string_config(const std::string &config_string)