Public Types | |
enum | ArgType : int { ENV_VAR = 0, PATH_STRING = 1 } |
Public Member Functions | |
SimpleLookupPolicy (std::string const &paths, ArgType argType=ENV_VAR) | |
virtual std::string | operator() (std::string const &filename) |
Definition at line 12 of file SimpleLookupPolicy.h.
artdaq::SimpleLookupPolicy::SimpleLookupPolicy | ( | std::string const & | paths, |
ArgType | argType = ENV_VAR |
||
) |
This class is intended to find files using the following lookup order:
Definition at line 12 of file SimpleLookupPolicy.cc.