9 #include "cetlib/search_path.h" 10 #include "cetlib_except/exception.h" 14 std::string
const& search_path_spec,
15 std::string& full_path)
18 cet::search_path sp(search_path_spec);
19 if (!sp.find_file(filename, full_path)) {
24 if (e.root_cause() ==
"getenv") {
bool find_config(std::string const &filename, std::string const &search_path_spec, std::string &full_path)
cet::coded_exception< error, detail::translate > exception