Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Control
AthenaKernel
AthenaKernel
ICoreDumpSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHENAKERNEL_ICOREDUMPSVC_H
6
#define ATHENAKERNEL_ICOREDUMPSVC_H
7
15
#include "GaudiKernel/IInterface.h"
16
#include "GaudiKernel/EventContext.h"
17
#include <string>
18
27
class
ICoreDumpSvc
:
virtual
public
IInterface {
28
public
:
29
DeclareInterfaceID
(
ICoreDumpSvc
, 1, 0);
30
32
virtual
~ICoreDumpSvc
() {}
33
35
virtual
void
setCoreDumpInfo
(
const
std::string&
name
,
const
std::string&
value
) = 0;
36
38
virtual
void
setCoreDumpInfo
(
const
EventContext& ctx,
const
std::string&
name
,
const
std::string&
value
) = 0;
39
41
virtual
std::string
dump
()
const
= 0;
42
};
43
44
#endif // ATHENAKERNEL_ICOREDUMPSVC_H
athena.value
value
Definition:
athena.py:124
ICoreDumpSvc::~ICoreDumpSvc
virtual ~ICoreDumpSvc()
Virtualize D'tor.
Definition:
ICoreDumpSvc.h:32
ICoreDumpSvc::DeclareInterfaceID
DeclareInterfaceID(ICoreDumpSvc, 1, 0)
ICoreDumpSvc::setCoreDumpInfo
virtual void setCoreDumpInfo(const EventContext &ctx, const std::string &name, const std::string &value)=0
Set a name/value pair in the core dump record for given EventContext.
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
ICoreDumpSvc::setCoreDumpInfo
virtual void setCoreDumpInfo(const std::string &name, const std::string &value)=0
Set a name/value pair in the core dump record.
ICoreDumpSvc
Interface of a core dump service.
Definition:
ICoreDumpSvc.h:27
ICoreDumpSvc::dump
virtual std::string dump() const =0
Print all core dump records.
Generated on Fri Mar 21 2025 21:11:38 for ATLAS Offline Software by
1.8.18