![]() |
ATLAS Offline Software
|
#include <HiveExSvc.h>
Classes | |
| struct | tDat |
Public Member Functions | |
| HiveExSvc (const std::string &name, ISvcLocator *svc) | |
| virtual | ~HiveExSvc () |
| virtual StatusCode | initialize () override |
| virtual StatusCode | finalize () override |
| virtual void | add (const EventContext &, const std::string &, const unsigned int &) override |
Private Attributes | |
| std::vector< std::list< tDat > > | m_times |
| std::vector< std::unique_ptr< std::mutex > > | m_locks |
Definition at line 24 of file HiveExSvc.h.
| HiveExSvc::HiveExSvc | ( | const std::string & | name, |
| ISvcLocator * | svc ) |
Definition at line 14 of file HiveExSvc.cxx.
|
virtualdefault |
|
overridevirtual |
Definition at line 77 of file HiveExSvc.cxx.
|
overridevirtual |
Definition at line 46 of file HiveExSvc.cxx.
|
overridevirtual |
Definition at line 24 of file HiveExSvc.cxx.
|
private |
Definition at line 49 of file HiveExSvc.h.
|
private |
Definition at line 45 of file HiveExSvc.h.