LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
SearchPathPlusRelative.h
Go to the documentation of this file.
1 #ifndef LARCOREALG_COREUTILS_SEARCHPATHPLUSRELATIVE_H
2 #define LARCOREALG_COREUTILS_SEARCHPATHPLUSRELATIVE_H
3 
4 #include <string>
5 
6 namespace lar {
7  std::string searchPathPlusRelative(std::string relativePath, std::string fileName);
8 }
9 
10 #endif // LARCOREALG_COREUTILS_SEARCHPATHPLUSRELATIVE_H
std::string searchPathPlusRelative(std::string relativePath, std::string fileName)
LArSoft-specific namespace.