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
TrigCaloEventTPCnv
TrigCaloEventTPCnv
TrigTauClusterDetailsContainerCnv_tlp1.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: TrigCaloEventTPCnv
8
* @class : TrigTauClusterDetailsContainerCnv_tlp1
9
*
10
* @brief "top level" transient-persistent converter for TrigTauClusterDetailsContainer
11
*
12
* @author M. Pilar Casado <casado@ifae.es> - IFAE-Barcelona
13
**********************************************************************************/
14
#ifndef TRIGCALOEVENTTPCNV_TRIGTAUCLUSTERDETAILSCONTAINER_CNV_TLP1_H
15
#define TRIGCALOEVENTTPCNV_TRIGTAUCLUSTERDETAILSCONTAINER_CNV_TLP1_H
16
17
#include "
AthenaPoolCnvSvc/AthenaPoolTopLevelTPConverter.h
"
18
19
#include "
TrigCaloEventTPCnv/TrigTauClusterDetailsContainer_tlp1.h
"
20
21
#include "
TrigCaloEventTPCnv/TrigTauClusterDetailsContainerCnv_p1.h
"
22
#include "
TrigCaloEventTPCnv/TrigTauClusterDetailsCnv_p1.h
"
23
24
25
class
TrigTauClusterDetailsContainerCnv_tlp1
:
public
AthenaPoolTopLevelTPConverter
< TrigTauClusterDetailsContainerCnv_p1, TrigTauClusterDetailsContainer_tlp1 >
26
{
27
28
public
:
29
30
TrigTauClusterDetailsContainerCnv_tlp1
();
31
virtual
~TrigTauClusterDetailsContainerCnv_tlp1
() {}
32
33
//default methods
34
virtual
void
setPStorage
(
TrigTauClusterDetailsContainer_tlp1
*storage );
35
36
protected
:
37
TrigTauClusterDetailsContainerCnv_p1
m_trigTauClusterContCnv
;
38
TrigTauClusterDetailsCnv_p1
m_TauClusterDetailsCnv
;
39
40
};
//end of class definitions
41
42
#endif
TrigTauClusterDetailsContainerCnv_tlp1::setPStorage
virtual void setPStorage(TrigTauClusterDetailsContainer_tlp1 *storage)
Definition:
TrigTauClusterDetailsContainerCnv_tlp1.cxx:18
TrigTauClusterDetailsCnv_p1
Definition:
TrigTauClusterDetailsCnv_p1.h:27
TrigTauClusterDetailsContainerCnv_tlp1::~TrigTauClusterDetailsContainerCnv_tlp1
virtual ~TrigTauClusterDetailsContainerCnv_tlp1()
Definition:
TrigTauClusterDetailsContainerCnv_tlp1.h:39
TrigTauClusterDetailsCnv_p1.h
TrigTauClusterDetailsContainerCnv_p1
Definition:
TrigTauClusterDetailsContainerCnv_p1.h:24
TrigTauClusterDetailsContainer_tlp1
Definition:
TrigTauClusterDetailsContainer_tlp1.h:21
AthenaPoolTopLevelTPConverter.h
TrigTauClusterDetailsContainer_tlp1.h
TrigTauClusterDetailsContainerCnv_tlp1::m_trigTauClusterContCnv
TrigTauClusterDetailsContainerCnv_p1 m_trigTauClusterContCnv
Definition:
TrigTauClusterDetailsContainerCnv_tlp1.h:45
TrigTauClusterDetailsContainerCnv_tlp1::m_TauClusterDetailsCnv
TrigTauClusterDetailsCnv_p1 m_TauClusterDetailsCnv
Definition:
TrigTauClusterDetailsContainerCnv_tlp1.h:46
TrigTauClusterDetailsContainerCnv_tlp1::TrigTauClusterDetailsContainerCnv_tlp1
TrigTauClusterDetailsContainerCnv_tlp1()
Definition:
TrigTauClusterDetailsContainerCnv_tlp1.cxx:8
TrigTauClusterDetailsContainerCnv_p1.h
TrigTauClusterDetailsContainerCnv_tlp1
Definition:
TrigTauClusterDetailsContainerCnv_tlp1.h:26
TopLevelTPConverter
Definition:
TopLevelTPConverter.h:35
Generated on Sat Apr 26 2025 21:22:06 for ATLAS Offline Software by
1.8.18