00001
00002 #ifndef RIVET_RivetPaths_HH
00003 #define RIVET_RivetPaths_HH
00004
00005 namespace Rivet {
00006
00007
00008
00009 const std::string getLibPath();
00010
00011
00012 const std::string getDataPath();
00013
00014
00015 const std::string getRivetDataPath();
00016
00017
00018
00019 const std::vector<std::string> getAnalysisLibPaths();
00020
00021
00022 const std::vector<std::string> getAnalysisRefPaths();
00023
00024
00025 const std::vector<std::string> getAnalysisInfoPaths();
00026
00027
00028 }
00029
00030 #endif