FairRoot/PandaRoot
|
#include <L1Timer.h>
Public Member Functions | |
void | Clear () |
void | Add (string name) |
TimerInfo & | operator[] (string name) |
TimerInfo & | operator[] (int i) |
void | operator+= (L1CATFIterTimerInfo &t) |
L1CATFIterTimerInfo | operator/ (float f) |
void | PrintReal (int f=0) |
void | PrintNames () |
Private Attributes | |
map< string, int > | fNameToI |
vector< TimerInfo > | fTIs |
|
inline |
Definition at line 54 of file L1Timer.h.
References fNameToI, fTIs, and name.
Referenced by L1CATFTimerInfo::Add(), and PndFTSCAGBTracker::PndFTSCAGBTracker().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 68 of file L1Timer.h.
References f, fTIs, i, and PrintNames().
Referenced by PndCAGBTracker::FindTracks(), and L1CATFTimerInfo::PrintReal().
|
private |
Definition at line 73 of file L1Timer.h.
Referenced by Add(), operator/(), and operator[]().
|
private |
Definition at line 76 of file L1Timer.h.
Referenced by Add(), Clear(), operator+=(), operator/(), operator[](), PrintNames(), and PrintReal().