CbmRoot
L1CATFIterTimerInfo Class Reference

#include <L1Timer.h>

Collaboration diagram for L1CATFIterTimerInfo:
[legend]

Public Member Functions

 L1CATFIterTimerInfo ()
 
void Add (string name)
 
TimerInfooperator[] (string name)
 
TimerInfooperator[] (int i)
 
void operator+= (L1CATFIterTimerInfo &t)
 
L1CATFIterTimerInfo operator/ (float f)
 
void PrintReal (int f=0)
 
void PrintNames ()
 

Private Attributes

map< string, int > fNameToI
 
vector< TimerInfofTIs
 

Detailed Description

Definition at line 62 of file L1Timer.h.

Constructor & Destructor Documentation

◆ L1CATFIterTimerInfo()

L1CATFIterTimerInfo::L1CATFIterTimerInfo ( )
inline

Definition at line 64 of file L1Timer.h.

Member Function Documentation

◆ Add()

void L1CATFIterTimerInfo::Add ( string  name)
inline

Definition at line 65 of file L1Timer.h.

References fNameToI, and fTIs.

Referenced by L1CATFTimerInfo::Add(), and L1Algo::CATrackFinder().

◆ operator+=()

void L1CATFIterTimerInfo::operator+= ( L1CATFIterTimerInfo t)
inline

Definition at line 71 of file L1Timer.h.

References fTIs, and i.

◆ operator/()

L1CATFIterTimerInfo L1CATFIterTimerInfo::operator/ ( float  f)
inline

Definition at line 75 of file L1Timer.h.

References f, fNameToI, fTIs, and i.

◆ operator[]() [1/2]

TimerInfo& L1CATFIterTimerInfo::operator[] ( int  i)
inline

Definition at line 70 of file L1Timer.h.

References fTIs, and i.

◆ operator[]() [2/2]

TimerInfo& L1CATFIterTimerInfo::operator[] ( string  name)
inline

Definition at line 69 of file L1Timer.h.

References fNameToI, and fTIs.

◆ PrintNames()

void L1CATFIterTimerInfo::PrintNames ( )
inline

Definition at line 97 of file L1Timer.h.

References fTIs, and i.

Referenced by PrintReal(), and L1CATFTimerInfo::PrintReal().

◆ PrintReal()

void L1CATFIterTimerInfo::PrintReal ( int  f = 0)
inline

Definition at line 85 of file L1Timer.h.

References f, fTIs, i, and PrintNames().

Referenced by L1Algo::CATrackFinder(), and L1CATFTimerInfo::PrintReal().

Member Data Documentation

◆ fNameToI

map<string, int> L1CATFIterTimerInfo::fNameToI
private

Definition at line 105 of file L1Timer.h.

Referenced by Add(), operator/(), and operator[]().

◆ fTIs

vector<TimerInfo> L1CATFIterTimerInfo::fTIs
private

Definition at line 106 of file L1Timer.h.

Referenced by Add(), operator+=(), operator/(), operator[](), PrintNames(), and PrintReal().


The documentation for this class was generated from the following file: