00001
00003
00004 #ifndef ANALYSISCALIBRATIONDATAUTILITIES_H
00005 #define ANALYSISCALIBRATIONDATAUTILITIES_H
00006
00007 #include <map>
00008 #include <string>
00009
00010 namespace Analysis {
00011
00012
00013
00014
00015
00016
00017
00018 void showHadronisations(const char* filename, const char* directory);
00019
00020
00021
00022 std::map<std::string, std::string>
00023 getHadronisations(const char* filename, const char* directory);
00024
00025
00026 void showBuildNumber(const char* filename);
00027 }
00028
00029 #endif