3 #include "cetlib/search_path.h" 8 if (!relativePath.empty() && (relativePath.back() !=
'/')) relativePath +=
'/';
10 relativePath += std::move(fileName);
14 cet::search_path
const sp(
"FW_SEARCH_PATH");
15 return sp.find_file(relativePath);
std::string searchPathPlusRelative(std::string relativePath, std::string fileName)