Public Member Functions | |
void | testInvariant () const |
TEventSvc () | |
~TEventSvc () | |
xAOD::TEvent * | event () const |
xAOD::TStore * | store () const |
virtual const char * | GetName () const override |
Static Public Attributes | |
static const std::string | name |
description: the name of the service |
EL::TEventSvc::TEventSvc | ( | ) |
effects: standard constructor. guarantee: no-fail
EL::TEventSvc::~TEventSvc | ( | ) |
effects: standard destructor. guarantee: no-fail
xAOD::TEvent* EL::TEventSvc::event | ( | ) | const |
description: the event we are using guarantee: strong failures: service not yet configured postcondition: event != 0
virtual const char* EL::TEventSvc::GetName | ( | ) | const [override, virtual] |
effects: return the name of this algorithm guarantee: no-fail
xAOD::TStore* EL::TEventSvc::store | ( | ) | const |
description: the store we are using guarantee: strong failures: service not yet configured postcondition: store != 0
void EL::TEventSvc::testInvariant | ( | ) | const |
effects: test the invariant of this object guarantee: no-fail
Reimplemented from EL::Algorithm.