Go to the source code of this file.
Namespaces | |
namespace | Rivet |
Functions | |
Installation directory paths | |
std::string | getLibPath () |
Get library install path. | |
std::string | getDataPath () |
Get data install path. | |
std::string | getRivetDataPath () |
Get Rivet data install path. | |
Analysis library search paths | |
std::vector< std::string > | getAnalysisLibPaths () |
Get Rivet analysis plugin library search paths. | |
void | setAnalysisLibPaths (const std::vector< std::string > &paths) |
Set the Rivet analysis plugin library search paths. | |
void | addAnalysisLibPath (const std::string &extrapath) |
Set the Rivet analysis plugin library search paths. | |
std::string | findAnalysisLibFile (const std::string &filename) |
Find the first file of the given name in the analysis library search dirs. | |
Analysis data/metadata paths and search functions | |
std::vector< std::string > | getAnalysisRefPaths () |
Get Rivet analysis reference data search paths. | |
std::string | findAnalysisRefFile (const std::string &filename, const std::vector< std::string > &pathprepend=std::vector< std::string >(), const std::vector< std::string > &pathappend=std::vector< std::string >()) |
Find the first file of the given name in the ref data file search dirs. | |
std::vector< std::string > | getAnalysisInfoPaths () |
Get Rivet analysis info metadata search paths. | |
std::string | findAnalysisInfoFile (const std::string &filename, const std::vector< std::string > &pathprepend=std::vector< std::string >(), const std::vector< std::string > &pathappend=std::vector< std::string >()) |
Find the first file of the given name in the analysis info file search dirs. | |
std::vector< std::string > | getAnalysisPlotPaths () |
Get Rivet analysis plot style search paths. | |
std::string | findAnalysisPlotFile (const std::string &filename, const std::vector< std::string > &pathprepend=std::vector< std::string >(), const std::vector< std::string > &pathappend=std::vector< std::string >()) |
Find the first file of the given name in the analysis plot file search dirs. |