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
w
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
Trigger
TrigEvent
TrigEventAthenaPool
src
TrigMonConfigCnv.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 TRIGEVENTATHENAPOOL_TRIG_MONCONFIG_CNV_H
6
#define TRIGEVENTATHENAPOOL_TRIG_MONCONFIG_CNV_H
7
8
#include "
TrigMonitoringEvent/TrigMonConfig.h
"
9
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
10
11
class
MsgStream;
12
class
TrigMonConfig_p1
;
13
class
TrigMonConfigCnv_p1
;
14
15
// typedef to the latest persistent version
16
typedef
TrigMonConfig_p1
TrigMonConfig_PERS
;
17
18
class
TrigMonConfigCnv
:
public
T_AthenaPoolCustomCnv
<TrigMonConfig, TrigMonConfig_PERS>
19
{
20
friend
class
CnvFactory
<
TrigMonConfigCnv
>;
21
22
protected
:
23
24
public
:
25
TrigMonConfigCnv
(ISvcLocator* svcloc);
26
virtual
~TrigMonConfigCnv
();
27
28
protected
:
29
TrigMonConfig_PERS
*
createPersistent
(
TrigMonConfig
* transObj);
30
TrigMonConfig
*
createTransient
();
31
32
private
:
33
34
MsgStream *
m_log
;
35
TrigMonConfigCnv_p1
*
m_TPConverter
;
36
};
37
38
39
#endif
TrigMonConfigCnv::createTransient
TrigMonConfig * createTransient()
Definition:
TrigMonConfigCnv.cxx:36
TrigMonConfigCnv::~TrigMonConfigCnv
virtual ~TrigMonConfigCnv()
Definition:
TrigMonConfigCnv.cxx:18
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
TrigMonConfigCnv::TrigMonConfigCnv
TrigMonConfigCnv(ISvcLocator *svcloc)
Definition:
TrigMonConfigCnv.cxx:10
TrigMonConfigCnv_p1
Definition:
TrigMonConfigCnv_p1.h:22
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
TrigMonConfig.h
TrigMonConfigCnv::m_TPConverter
TrigMonConfigCnv_p1 * m_TPConverter
Definition:
TrigMonConfigCnv.h:35
TrigMonConfig
This class holds encoded ids for monitoring objects and helps to map these objects to trigger configu...
Definition:
TrigMonConfig.h:29
TrigMonConfig_p1
Definition:
TrigMonConfig_p1.h:23
TrigMonConfigCnv::createPersistent
TrigMonConfig_PERS * createPersistent(TrigMonConfig *transObj)
Definition:
TrigMonConfigCnv.cxx:26
TrigMonConfigCnv::m_log
MsgStream * m_log
Definition:
TrigMonConfigCnv.h:34
TrigMonConfigCnv
Definition:
TrigMonConfigCnv.h:19
TrigMonConfig_PERS
TrigMonConfig_p1 TrigMonConfig_PERS
Definition:
TrigMonConfigCnv.h:13
Generated on Mon May 12 2025 21:20:56 for ATLAS Offline Software by
1.8.18