source:
trunk/MagicSoft/Cosy/base/MStopwatch.h@
1157
Last change on this file since 1157 was 732, checked in by , 24 years ago | |
---|---|
File size: 153 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 | }; |
11 | |
12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.