LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
find_config.h
Go to the documentation of this file.
1 // ======================================================================
2 //
3 // find_config
4 //
5 // ======================================================================
6 
7 #ifndef art_Framework_Art_find_config_h
8 #define art_Framework_Art_find_config_h
9 
10 #include <string>
11 
12 namespace art {
13  bool find_config(std::string const& filename,
14  std::string const& search_path_spec,
15  std::string& full_path);
16 }
17 
18 #endif /* art_Framework_Art_find_config_h */
19 
20 // Local Variables:
21 // mode: c++
22 // End:
bool find_config(std::string const &filename, std::string const &search_path_spec, std::string &full_path)
Definition: find_config.cc:13
Definition: MVAAlg.h:12