RivetPaths.hh

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 #ifndef RIVET_RivetPaths_HH
00003 #define RIVET_RivetPaths_HH
00004 
00005 namespace Rivet {
00006 
00007 
00008   /// Get library install path
00009   const std::string getLibPath();
00010 
00011   /// Get data install path
00012   const std::string getDataPath();
00013 
00014   /// Get Rivet data install path
00015   const std::string getRivetDataPath();
00016 
00017 
00018   /// Get Rivet analysis plugin library search paths
00019   const std::vector<std::string> getAnalysisLibPaths();
00020 
00021   /// Get Rivet analysis reference data search paths
00022   const std::vector<std::string> getAnalysisRefPaths();
00023 
00024   /// Get Rivet analysis info metadata search paths
00025   const std::vector<std::string> getAnalysisInfoPaths();
00026 
00027 
00028 }
00029 
00030 #endif