FairRoot/PandaRoot
|
#include <PndCATimer.h>
Public Member Functions | |
void | Clear () |
void | Add (string name) |
PndCATimerInfo & | operator[] (string name) |
PndCATimerInfo & | operator[] (int i) |
void | operator+= (PndCATFIterTimerInfo &t) |
PndCATFIterTimerInfo | operator/ (float f) |
void | PrintReal (int f=0) |
void | PrintNames () |
Private Attributes | |
map< string, int > | fNameToI |
vector< PndCATimerInfo > | fTIs |
Definition at line 47 of file PndCATimer.h.
|
inline |
Definition at line 54 of file PndCATimer.h.
References fNameToI, fTIs, and name.
Referenced by PndCATFTimerInfo::Add(), and PndCAGBTracker::PndCAGBTracker().
|
inline |
Definition at line 49 of file PndCATimer.h.
Referenced by PndCATFTimerInfo::Clear(), and PndCAGBTracker::FindTracks().
|
inline |
Definition at line 57 of file PndCATimer.h.
|
inline |
Definition at line 58 of file PndCATimer.h.
References f, fNameToI, fTIs, i, and r.
|
inline |
|
inline |
Definition at line 56 of file PndCATimer.h.
|
inline |
Definition at line 73 of file PndCATimer.h.
Referenced by PrintReal(), and PndCATFTimerInfo::PrintReal().
|
inline |
|
private |
Definition at line 73 of file PndCATimer.h.
Referenced by Add(), operator/(), and operator[]().
|
private |
Definition at line 76 of file PndCATimer.h.
Referenced by Add(), Clear(), operator+=(), operator/(), operator[](), PrintNames(), and PrintReal().