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
TrigMonSeqCnv_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_SEQCNV_P1_H
6
#define TRIGMON_SEQCNV_P1_H
7
8
// Framework
9
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
10
11
// Transient data
12
#include "
TrigMonitoringEvent/TrigMonSeq.h
"
13
14
// Persistent data and converters
15
#include "
TrigMonitoringEventTPCnv/TrigMonSeq_p1.h
"
16
#include "
TrigMonitoringEventTPCnv/TrigMonAlgCnv_p1.h
"
17
18
class
MsgStream;
19
20
class
TrigMonSeqCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<TrigMonSeq, TrigMonSeq_p1>
21
{
22
public
:
23
using
base_class::transToPers
;
24
using
base_class::persToTrans
;
25
26
27
TrigMonSeqCnv_p1
() {}
28
virtual
~TrigMonSeqCnv_p1
() {}
29
30
virtual
31
void
persToTrans
(
const
TrigMonSeq_p1
* persObj,
32
TrigMonSeq
* transObj,
33
MsgStream &
log
)
const override
;
34
35
virtual
36
void
transToPers
(
const
TrigMonSeq
* transObj,
37
TrigMonSeq_p1
* persObj,
38
MsgStream &
log
)
const override
;
39
40
private
:
41
42
T_AthenaPoolTPCnvStdVectorConst<std::vector<TrigMonAlg>
,
43
std::vector<TrigMonAlg_p1>,
TrigMonAlgCnv_p1
>
m_algCnv
;
44
};
45
46
#endif
47
TrigMonSeqCnv_p1
Definition:
TrigMonSeqCnv_p1.h:21
TrigMonSeq_p1.h
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TrigMonAlgCnv_p1.h
TrigMonSeq.h
TrigMonAlgCnv_p1
Definition:
TrigMonAlgCnv_p1.h:16
T_AthenaPoolTPConverter.h
TrigMonSeqCnv_p1::transToPers
virtual void transToPers(const TrigMonSeq *transObj, TrigMonSeq_p1 *persObj, MsgStream &log) const override
Definition:
TrigMonSeqCnv_p1.cxx:27
TrigMonSeq
Definition:
TrigMonSeq.h:28
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
TrigMonSeqCnv_p1::persToTrans
virtual void persToTrans(const TrigMonSeq_p1 *persObj, TrigMonSeq *transObj, MsgStream &log) const override
Definition:
TrigMonSeqCnv_p1.cxx:11
TPCnvStdVectorConst
Const version of TPCnvStdVector.
Definition:
TPConverter.h:1308
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrigMonSeq_p1
Definition:
TrigMonSeq_p1.h:20
TrigMonSeqCnv_p1::TrigMonSeqCnv_p1
TrigMonSeqCnv_p1()
Definition:
TrigMonSeqCnv_p1.h:27
TrigMonSeqCnv_p1::m_algCnv
T_AthenaPoolTPCnvStdVectorConst< std::vector< TrigMonAlg >, std::vector< TrigMonAlg_p1 >, TrigMonAlgCnv_p1 > m_algCnv
Definition:
TrigMonSeqCnv_p1.h:43
TPConverterConstBase
Definition:
TPConverter.h:776
TrigMonSeqCnv_p1::~TrigMonSeqCnv_p1
virtual ~TrigMonSeqCnv_p1()
Definition:
TrigMonSeqCnv_p1.h:28
Generated on Sun Mar 30 2025 21:21:45 for ATLAS Offline Software by
1.8.18