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
TrigParticleTPCnv
TrigParticleTPCnv
TrigElectronContainerCnv_tlp2.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: TrigParticleTPCnv
8
* @class : TrigElectronContainerCnv_tlp2
9
*
10
* @brief "top level" transient-persistent converter for TrigElectronContainer
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14
* @author Ricardo Goncalo <r.goncalo@rhul.ac.uk> - Royal Holloway
15
*
16
* File and Version Information:
17
* $Id: TrigElectronContainerCnv_tlp2.h,v 1.2 2009-04-01 22:13:30 salvator Exp $
18
**********************************************************************************/
19
#ifndef TRIGPARTICLETPCNV_TRIGELECTRONCONTAINERCNV_TLP2_H
20
#define TRIGPARTICLETPCNV_TRIGELECTRONCONTAINERCNV_TLP2_H
21
22
#include "
AthenaPoolCnvSvc/AthenaPoolTopLevelTPConverter.h
"
23
24
#include "
TrigParticleTPCnv/TrigElectronContainerCnv_p2.h
"
25
#include "
TrigParticleTPCnv/TrigElectronContainer_tlp2.h
"
26
#include "
EventCommonTPCnv/P4PtEtaPhiMCnv_p1.h
"
27
28
class
TrigElectronContainerCnv_tlp2
:
public
AthenaPoolTopLevelTPConverter
<TrigElectronContainerCnv_p2, TrigElectronContainer_tlp2 >
29
{
30
31
public
:
32
33
TrigElectronContainerCnv_tlp2
();
34
virtual
~TrigElectronContainerCnv_tlp2
() {}
35
36
virtual
void
setPStorage
(
TrigElectronContainer_tlp2
*storage );
37
38
protected
:
39
40
//tp converters for ALL types used in TrigElectronContainer
41
TrigElectronContainerCnv_p2
m_trigElectronContainerCnv
;
42
TrigElectronCnv_p2
m_trigElectronCnv
;
43
P4PtEtaPhiMCnv_p1
m_p4PtEtaPhiMCnv
;
44
45
};
46
47
48
49
#endif
TrigElectronContainerCnv_tlp2::setPStorage
virtual void setPStorage(TrigElectronContainer_tlp2 *storage)
Definition:
TrigElectronContainerCnv_tlp2.cxx:22
P4PtEtaPhiMCnv_p1.h
TrigElectronCnv_p2
Definition:
TrigElectronCnv_p2.h:41
TrigElectronContainerCnv_p2
Definition:
TrigElectronContainerCnv_p2.h:32
TrigElectronContainerCnv_tlp2::~TrigElectronContainerCnv_tlp2
virtual ~TrigElectronContainerCnv_tlp2()
Definition:
TrigElectronContainerCnv_tlp2.h:47
TrigElectronContainerCnv_p2.h
TrigElectronContainerCnv_tlp2::m_trigElectronCnv
TrigElectronCnv_p2 m_trigElectronCnv
Definition:
TrigElectronContainerCnv_tlp2.h:55
AthenaPoolTopLevelTPConverter.h
TrigElectronContainerCnv_tlp2
Definition:
TrigElectronContainerCnv_tlp2.h:29
TrigElectronContainerCnv_tlp2::m_p4PtEtaPhiMCnv
P4PtEtaPhiMCnv_p1 m_p4PtEtaPhiMCnv
Definition:
TrigElectronContainerCnv_tlp2.h:56
TrigElectronContainerCnv_tlp2::TrigElectronContainerCnv_tlp2
TrigElectronContainerCnv_tlp2()
Definition:
TrigElectronContainerCnv_tlp2.cxx:9
TrigElectronContainer_tlp2
Definition:
TrigElectronContainer_tlp2.h:27
TrigElectronContainerCnv_tlp2::m_trigElectronContainerCnv
TrigElectronContainerCnv_p2 m_trigElectronContainerCnv
Definition:
TrigElectronContainerCnv_tlp2.h:54
P4PtEtaPhiMCnv_p1
Definition:
P4PtEtaPhiMCnv_p1.h:35
TrigElectronContainer_tlp2.h
TopLevelTPConverter
Definition:
TopLevelTPConverter.h:35
Generated on Fri Mar 14 2025 21:21:30 for ATLAS Offline Software by
1.8.18