#include "AthenaKernel/CLASS_DEF.h"
#include <stdint.h>
#include <set>
#include <vector>
#include "TrigMonitoringEvent/TrigMonTimer.h"
Go to the source code of this file.
|
class | TrigMonAlg |
| Summary of single agorithm execution. Algorithm is identified by position within parent sequence. Class stores stop and start time as encoded words from TrigMonTimer class, so timers are constructed on fly and returned by value. Class can also store (uint16_t, float) pairs of variables. More...
|
|
◆ str()
Definition at line 180 of file TrigMonAlg.cxx.
183 s <<
"TrigMonAlg: called=" << o.isCalled()
184 <<
" cached=" << o.isCached()
185 <<
" timer=" << o.elapsed()
188 for(
unsigned int i = 0;
i < o.getNRoi(); ++
i) {
189 s <<
" " <<
int(o.getRoiId(
i)) <<
"\n";