StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiTimer.h
Go to the documentation of this file.
1 
4 #ifndef StiTimer_H
5 #define StiTimer_H 1
6 #include "TStopwatch.h"
7 class TList;
8 
9 
14 class StiTimer
15 {
16 public:
17 static void Init (const char *name,TStopwatch *&sw,int &tally);
18 static void Print(const char *option="");
19 static void Clear(const char *option="");
20 
21 private:
22 static TList *fgList;
23 
24 public:
25 static TStopwatch *fgFindTimer;
26 static int fgFindTally;
27 };
28 
29 
30 
31 
32 #endif
33 
Definition of toolkit.
Definition: StiTimer.h:14