source:
trunk/Cosy/base/MStopwatch.h@
12582
Last change on this file since 12582 was 8376, checked in by , 18 years ago | |
---|---|
File size: 194 bytes |
Line | |
---|---|
1 | #ifndef MSTOPWATCH_H |
2 | #define MSTOPWATCH_H |
3 | |
4 | #include <TStopwatch.h> |
5 | |
6 | class MStopwatch : public TStopwatch |
7 | { |
8 | public: |
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.