// // Met utilities in static functions // #ifndef TMETUTIL_HH #define TMETUTIL_HH 1 #include "TVector2.h" class TStnEvent; class TMetUtil { public: static Int_t MetCorr(TStnEvent* event); }; #endif