#ifndef MSTOPWATCH_H #define MSTOPWATCH_H #include class MStopwatch : public TStopwatch { public: void Print(Float_t i); }; #endif