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
Trigger
TrigEvent
TrigMonitoringEventTPCnv
TrigMonitoringEventTPCnv
TrigMonROBCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGMON_ROBCNV_P1_H
6
#define TRIGMON_ROBCNV_P1_H
7
8
// Framework
9
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
10
11
// Transient data
12
#include "
TrigMonitoringEvent/TrigMonROB.h
"
13
14
// Persistent data and converters
15
#include "
TrigMonitoringEventTPCnv/TrigMonROB_p1.h
"
16
#include "
TrigMonitoringEventTPCnv/TrigMonROBDataCnv_p1.h
"
17
18
class
MsgStream;
19
20
class
TrigMonROBCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<TrigMonROB, TrigMonROB_p1>
21
{
22
public
:
23
using
base_class::transToPers
;
24
using
base_class::persToTrans
;
25
26
27
TrigMonROBCnv_p1
() {}
28
virtual
~TrigMonROBCnv_p1
() {}
29
30
virtual
31
void
persToTrans
(
const
TrigMonROB_p1
* persObj,
32
TrigMonROB
* transObj,
33
MsgStream &
log
)
const override
;
34
35
virtual
36
void
transToPers
(
const
TrigMonROB
* transObj,
37
TrigMonROB_p1
* persObj,
38
MsgStream &
log
)
const override
;
39
40
private
:
41
42
T_AthenaPoolTPCnvStdVectorConst<std::vector<TrigMonROBData>
,
43
std::vector<TrigMonROBData_p1>,
TrigMonROBDataCnv_p1
>
m_dataCnv
;
44
};
45
46
#endif
47
TrigMonROBDataCnv_p1
Definition:
TrigMonROBDataCnv_p1.h:16
TrigMonROB.h
TrigMonROBCnv_p1::transToPers
virtual void transToPers(const TrigMonROB *transObj, TrigMonROB_p1 *persObj, MsgStream &log) const override
Definition:
TrigMonROBCnv_p1.cxx:24
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TrigMonROBCnv_p1::m_dataCnv
T_AthenaPoolTPCnvStdVectorConst< std::vector< TrigMonROBData >, std::vector< TrigMonROBData_p1 >, TrigMonROBDataCnv_p1 > m_dataCnv
Definition:
TrigMonROBCnv_p1.h:43
TrigMonROB_p1.h
TrigMonROBCnv_p1::TrigMonROBCnv_p1
TrigMonROBCnv_p1()
Definition:
TrigMonROBCnv_p1.h:27
TrigMonROB_p1
Definition:
TrigMonROB_p1.h:21
TrigMonROB
Definition:
TrigMonROB.h:30
T_AthenaPoolTPConverter.h
TrigMonROBDataCnv_p1.h
TrigMonROBCnv_p1::~TrigMonROBCnv_p1
virtual ~TrigMonROBCnv_p1()
Definition:
TrigMonROBCnv_p1.h:28
TrigMonROBCnv_p1::persToTrans
virtual void persToTrans(const TrigMonROB_p1 *persObj, TrigMonROB *transObj, MsgStream &log) const override
Definition:
TrigMonROBCnv_p1.cxx:11
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
TPCnvStdVectorConst
Const version of TPCnvStdVector.
Definition:
TPConverter.h:1308
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrigMonROBCnv_p1
Definition:
TrigMonROBCnv_p1.h:21
TPConverterConstBase
Definition:
TPConverter.h:776
Generated on Sun Mar 30 2025 21:21:45 for ATLAS Offline Software by
1.8.18