source: trunk/Cosy/base/MStopwatch.h@ 12593

Last change on this file since 12593 was 8376, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 194 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 void Print(Option_t *o="") const { }
11};
12
13#endif
Note: See TracBrowser for help on using the repository browser.