CbmRoot
|
#include <L1Timer.h>
Public Member Functions | |
L1CATFTimerInfo () | |
void | SetNIter (int n) |
void | Add (string name) |
L1CATFIterTimerInfo & | GetTimerAll () |
L1CATFIterTimerInfo & | operator[] (int i) |
void | operator+= (L1CATFTimerInfo &t) |
L1CATFTimerInfo | operator/ (float f) |
void | Calc () |
L1CATFIterTimerInfo & | GetAllInfo () |
void | PrintReal () |
Private Attributes | |
vector< L1CATFIterTimerInfo > | fTIIs |
L1CATFIterTimerInfo | fTIAll |
|
inline |
Definition at line 114 of file L1Timer.h.
References L1CATFIterTimerInfo::Add(), fTIAll, fTIIs, and i.
Referenced by L1Algo::CATrackFinder().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 143 of file L1Timer.h.
References fTIAll, fTIIs, i, L1CATFIterTimerInfo::PrintNames(), and L1CATFIterTimerInfo::PrintReal().
Referenced by L1Algo::CATrackFinder().
|
inline |
Definition at line 112 of file L1Timer.h.
References fTIIs.
Referenced by L1Algo::CATrackFinder(), and operator/().
|
private |
Definition at line 163 of file L1Timer.h.
Referenced by Add(), Calc(), GetAllInfo(), GetTimerAll(), operator+=(), operator/(), and PrintReal().
|
private |
Definition at line 162 of file L1Timer.h.
Referenced by Add(), Calc(), operator+=(), operator/(), operator[](), PrintReal(), and SetNIter().