Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
LArFileHelper.h
Go to the documentation of this file.
1
8#ifndef LAR_FILE_HELPER_H
9#define LAR_FILE_HELPER_H 1
10
11#include <string>
12
13namespace lar_content
14{
15
20{
21public:
32 static std::string FindFileInPath(const std::string &unqualifiedFileName, const std::string &environmentVariable, const std::string &delimiter = ":");
33};
34
35} // namespace lar_content
36
37#endif // #ifndef LAR_FILE_HELPER_H
LArFileHelper class.
static std::string FindFileInPath(const std::string &unqualifiedFileName, const std::string &environmentVariable, const std::string &delimiter=":")
Find the fully-qualified file name by searching through a list of delimiter-separated paths in a name...