ATLAS Offline Software
|
Incident sent after a store is cleared. More...
#include <StoreClearedIncident.h>
Public Member Functions | |
StoreClearedIncident (StoreGateSvc *sg, const std::string &source, const std::string &type="StoreCleared") | |
Constructor. More... | |
const StoreGateSvc * | store () const |
Return the store that was cleared. More... | |
Private Attributes | |
StoreGateSvc * | m_sg |
The store that was cleared. More... | |
Incident sent after a store is cleared.
Definition at line 28 of file StoreClearedIncident.h.
StoreClearedIncident::StoreClearedIncident | ( | StoreGateSvc * | sg, |
const std::string & | source, | ||
const std::string & | type = "StoreCleared" |
||
) |
Constructor.
sg | The store that was cleared. |
source | the name of the service/algorithm firing |
type | e.g. "StoreCleared" |
Definition at line 23 of file StoreClearedIncident.cxx.
const StoreGateSvc * StoreClearedIncident::store | ( | ) | const |
Return the store that was cleared.
Definition at line 33 of file StoreClearedIncident.cxx.
|
private |
The store that was cleared.
Definition at line 48 of file StoreClearedIncident.h.