ATLAS Offline Software
Control
StoreGate
src
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 $
14
#include "
StoreGate/StoreClearedIncident.h
"
15
16
23
StoreClearedIncident::StoreClearedIncident
(
StoreGateSvc
* sg,
24
const
std::string&
source
,
25
const
std::string&
type
/*= "StoreCleared"*/
)
26
: Incident (
source
,
type
),
27
m_sg (sg)
28
{
29
}
30
31
33
const
StoreGateSvc
*
StoreClearedIncident::store
()
const
34
{
35
return
m_sg
;
36
}
37
StoreGateSvc
The Athena Transient Store API.
Definition:
StoreGateSvc.h:125
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
copySelective.source
string source
Definition:
copySelective.py:32
Generated on Sun Dec 22 2024 21:18:35 for ATLAS Offline Software by
1.8.18