ATLAS Offline Software
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 $
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 
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
StoreClearedIncident::store
const StoreGateSvc * store() const
Return the store that was cleared.
Definition: StoreClearedIncident.cxx:33
StoreClearedIncident.h
Incident sent after a store is cleared.
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
StoreClearedIncident::StoreClearedIncident
StoreClearedIncident(StoreGateSvc *sg, const std::string &source, const std::string &type="StoreCleared")
Constructor.
Definition: StoreClearedIncident.cxx:23
StoreClearedIncident::m_sg
StoreGateSvc * m_sg
The store that was cleared.
Definition: StoreClearedIncident.h:48