source: trunk/MagicSoft/Cosy/base/MStopwatch.h@ 1690

Last change on this file since 1690 was 732, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 153 bytes
Line 
1#ifndef MSTOPWATCH_H
2#define MSTOPWATCH_H
3
4#include <TStopwatch.h>
5
6class MStopwatch : public TStopwatch
7{
8public:
9 void Print(Float_t i);
10};
11
12#endif
Note: See TracBrowser for help on using the repository browser.