ATLAS Offline Software
Loading...
Searching...
No Matches
StoreClearedIncident.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// $Id: StoreClearedIncident.cxx,v 1.2 2008-09-10 04:07:14 ssnyder Exp $
12
13
15
16
24 const std::string& source,
25 const std::string& type /*= "StoreCleared"*/)
26 : Incident (source, type),
27 m_sg (sg)
28{
29}
30
31
34{
35 return m_sg;
36}
37
Incident sent after a store is cleared.
StoreGateSvc * m_sg
The store that was cleared.
const StoreGateSvc * store() const
Return the store that was cleared.
StoreClearedIncident(StoreGateSvc *sg, const std::string &source, const std::string &type="StoreCleared")
Constructor.
The Athena Transient Store API.