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
Trigger
TrigEvent
TrigInDetEventTPCnv
TrigInDetEventTPCnv
TrigSpacePointCountsCnv_p3.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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigInDetEventTPCnv
8
* @class : TrigSpacePointCountsCnv_p3
9
*
10
* @brief transient-persistent converter for TrigSpacePointCounts
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
*
15
* File and Version Information:
16
* $Id: TrigSpacePointCountsCnv_p3.h,v 1.2 2009-04-01 22:08:44 salvator Exp $
17
**********************************************************************************/
18
#ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P3_H
19
#define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P3_H
20
21
//converter base
22
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
23
24
//TrigHisto converter
25
#include "
TrigInDetEventTPCnv/TrigHisto2DCnv_p1.h
"
26
27
#include "
TrigInDetEvent/TrigSpacePointCounts.h
"
28
#include "
TrigInDetEventTPCnv/TrigSpacePointCounts_p3.h
"
29
30
class
MsgStream;
31
32
33
class
TrigSpacePointCountsCnv_p3
:
public
T_AthenaPoolTPCnvBase
<TrigSpacePointCounts, TrigSpacePointCounts_p3>
34
{
35
36
public
:
37
38
TrigSpacePointCountsCnv_p3
() {}
39
40
virtual
void
persToTrans
(
const
TrigSpacePointCounts_p3
* persObj,
TrigSpacePointCounts
* transObj, MsgStream &
log
);
41
virtual
void
transToPers
(
const
TrigSpacePointCounts
* transObj,
TrigSpacePointCounts_p3
* persObj, MsgStream &
log
);
42
43
private
:
44
45
TrigHisto2DCnv_p1
m_trigHistoCnv
;
46
};
47
48
49
50
#endif
TPConverterBase
Definition:
TPConverter.h:738
TrigSpacePointCountsCnv_p3
Definition:
TrigSpacePointCountsCnv_p3.h:34
TrigSpacePointCounts_p3.h
T_AthenaPoolTPConverter.h
TrigSpacePointCountsCnv_p3::transToPers
virtual void transToPers(const TrigSpacePointCounts *transObj, TrigSpacePointCounts_p3 *persObj, MsgStream &log)
Definition:
TrigSpacePointCountsCnv_p3.cxx:46
TrigSpacePointCounts_p3
Definition:
TrigSpacePointCounts_p3.h:23
TrigSpacePointCountsCnv_p3::m_trigHistoCnv
TrigHisto2DCnv_p1 m_trigHistoCnv
Definition:
TrigSpacePointCountsCnv_p3.h:45
TrigSpacePointCountsCnv_p3::persToTrans
virtual void persToTrans(const TrigSpacePointCounts_p3 *persObj, TrigSpacePointCounts *transObj, MsgStream &log)
Definition:
TrigSpacePointCountsCnv_p3.cxx:10
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrigHisto2DCnv_p1
Definition:
TrigHisto2DCnv_p1.h:24
TrigSpacePointCountsCnv_p3::TrigSpacePointCountsCnv_p3
TrigSpacePointCountsCnv_p3()
Definition:
TrigSpacePointCountsCnv_p3.h:38
TrigHisto2DCnv_p1.h
TrigSpacePointCounts
Definition:
Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigSpacePointCounts.h:20
TrigSpacePointCounts.h
Generated on Fri Mar 14 2025 21:21:52 for ATLAS Offline Software by
1.8.18