LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
mu2eapp.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_mu2eapp_h
2 #define art_Framework_Art_mu2eapp_h
3 
4 #include <string>
5 
6 int mu2eapp(int argc, char *argv[]);
7 
8 int mu2eapp_string_config(const std::string& config_string);
9 
10 #endif /* art_Framework_Art_mu2eapp_h */
11 
12 // Local Variables:
13 // mode: c++
14 // End:
int mu2eapp(int argc, char *argv[])
Definition: mu2eapp.cc:23
int mu2eapp_string_config(const std::string &config_string)