LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
run_art.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_run_art_h
2 #define art_Framework_Art_run_art_h
3 // vim: set sw=2 expandtab :
4 
6 
7 namespace art {
8 
9  int run_art(int argc,
10  char** argv,
11  bpo::options_description& all_desc,
12  art::OptionsHandlers&& handlers);
13 
14 } // namespace art
15 
16 #endif /* art_Framework_Art_run_art_h */
17 
18 // Local Variables:
19 // mode: c++
20 // End:
std::vector< std::unique_ptr< art::OptionsHandler >> OptionsHandlers
int run_art(int argc, char **argv, bpo::options_description &all_desc, OptionsHandlers &&handlers)
Definition: run_art.cc:142
Definition: MVAAlg.h:12