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
Event
EventBookkeeperTPCnv
EventBookkeeperTPCnv
SkimDecisionCnv_p1.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
// Author: David Cote, September 2008. <david.cote@cern.ch>
6
#ifndef SKIMDECISIONCNV_P1_H
7
#define SKIMDECISIONCNV_P1_H
8
9
#include "
EventBookkeeperMetaData/SkimDecision.h
"
10
#include "
EventBookkeeperTPCnv/SkimDecision_p1.h
"
11
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
12
13
class
MsgStream;
14
class
SkimDecisionCnv_p1
:
public
T_AthenaPoolTPCnvBase
<SkimDecision, SkimDecision_p1> {
15
public
:
16
SkimDecisionCnv_p1
() {}
17
virtual
void
persToTrans
(
const
SkimDecision_p1
* persObj,
SkimDecision
* transObj, MsgStream &
log
);
18
virtual
void
transToPers
(
const
SkimDecision
* transObj,
SkimDecision_p1
* persObj, MsgStream &
log
);
19
};
20
21
template
<>
22
class
T_TPCnv
<
SkimDecision
,
SkimDecision_p1
>
23
:
public
SkimDecisionCnv_p1
24
{
25
public
:
26
};
27
28
#endif // SKIMDECISIONCNV_P1_H
SkimDecisionCnv_p1::SkimDecisionCnv_p1
SkimDecisionCnv_p1()
Definition:
SkimDecisionCnv_p1.h:16
SkimDecision_p1
Definition:
SkimDecision_p1.h:15
SkimDecision.h
TPConverterBase
Definition:
TPConverter.h:738
SkimDecisionCnv_p1
Definition:
SkimDecisionCnv_p1.h:14
SkimDecision_p1.h
T_AthenaPoolTPConverter.h
SkimDecisionCnv_p1::persToTrans
virtual void persToTrans(const SkimDecision_p1 *persObj, SkimDecision *transObj, MsgStream &log)
Definition:
SkimDecisionCnv_p1.cxx:19
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
SkimDecisionCnv_p1::transToPers
virtual void transToPers(const SkimDecision *transObj, SkimDecision_p1 *persObj, MsgStream &log)
Definition:
SkimDecisionCnv_p1.cxx:14
SkimDecision
Definition:
SkimDecision.h:16
T_TPCnv
Definition:
T_AthenaPoolTPConverter.h:17
Generated on Mon Apr 21 2025 21:18:52 for ATLAS Offline Software by
1.8.18