00001 #ifndef PARTICLEJETTOOLS_HADRONUTILS_H
00002 #define PARTICLEJETTOOLS_HADRONUTILS_H
00003
00004 #include <utility>
00005
00006 class HadronClass {
00007 public:
00008 static std::pair<short,short> type(int);
00009 static bool HeavyHadron(int);
00010 };
00011
00012 #endif