![]() |
ATLAS Offline Software
|
#include <DebugInfoCollector.h>
Public Member Functions | |
| DebugInfoCollector (const std::string &name="Unknown", bool byTime=true) | |
| ~DebugInfoCollector () | |
| virtual void | collect (const std::string &, const std::string &) override |
| virtual std::string | toString () const override |
| virtual void | write () const override |
Private Member Functions | |
| std::string | toStringByMsgKey () const |
| std::string | toStringByTime () const |
Private Attributes | |
| std::map< std::string, std::vector< std::pair< double, std::string > > > | m_info |
| std::string | m_name |
| bool | m_byTime |
| JetTrigTimer | m_timer |
Definition at line 13 of file DebugInfoCollector.h.
| DebugInfoCollector::DebugInfoCollector | ( | const std::string & | name = "Unknown", |
| bool | byTime = true ) |
Definition at line 10 of file DebugInfoCollector.cxx.
| DebugInfoCollector::~DebugInfoCollector | ( | ) |
Definition at line 19 of file DebugInfoCollector.cxx.
|
overridevirtual |
Implements ITrigJetHypoInfoCollector.
Definition at line 21 of file DebugInfoCollector.cxx.
|
overridevirtual |
Implements ITrigJetHypoInfoCollector.
Definition at line 70 of file DebugInfoCollector.cxx.
|
private |
Definition at line 26 of file DebugInfoCollector.cxx.
|
private |
Definition at line 44 of file DebugInfoCollector.cxx.
|
overridevirtual |
Implements ITrigJetHypoInfoCollector.
Definition at line 75 of file DebugInfoCollector.cxx.
|
private |
Definition at line 33 of file DebugInfoCollector.h.
|
private |
Definition at line 31 of file DebugInfoCollector.h.
|
private |
Definition at line 32 of file DebugInfoCollector.h.
|
private |
Definition at line 35 of file DebugInfoCollector.h.