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
TrigPhotonContainerCnv_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 : TrigPhotonContainerCnv_tlp2
9
*
10
* @brief "top level" transient-persistent converter for TrigPhotonContainer
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: TrigPhotonContainerCnv_tlp2.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
17
**********************************************************************************/
18
#ifndef TRIGPARTICLETPCNV_TRIGPHOTONCONTAINER_CNV_TLP2_H
19
#define TRIGPARTICLETPCNV_TRIGPHOTONCONTAINER_CNV_TLP2_H
20
21
#include "
AthenaPoolCnvSvc/AthenaPoolTopLevelTPConverter.h
"
22
23
#include "
TrigParticleTPCnv/TrigPhotonContainer_tlp2.h
"
24
25
#include "
TrigParticleTPCnv/TrigPhotonContainerCnv_p2.h
"
26
#include "
TrigCaloEventTPCnv/TrigEMClusterCnv_p1.h
"
27
#include "
TrigCaloEventTPCnv/TrigCaloClusterCnv_p1.h
"
28
#include "
EventCommonTPCnv/P4PtEtaPhiMCnv_p1.h
"
29
30
31
32
class
TrigPhotonContainerCnv_tlp2
:
public
AthenaPoolTopLevelTPConverter
< TrigPhotonContainerCnv_p2, TrigPhotonContainer_tlp2 >
33
{
34
35
public
:
36
37
TrigPhotonContainerCnv_tlp2
();
38
virtual
~TrigPhotonContainerCnv_tlp2
() {}
39
40
//default methods
41
virtual
void
setPStorage
(
TrigPhotonContainer_tlp2
*storage );
42
43
protected
:
44
TrigPhotonContainerCnv_p2
m_trigPhotonContCnv
;
45
TrigPhotonCnv_p2
m_PhotonCnv
;
46
P4PtEtaPhiMCnv_p1
m_P4PtEtaPhiMCnv
;
47
48
};
//end of class definitions
49
50
51
52
#endif
TrigPhotonContainerCnv_tlp2::TrigPhotonContainerCnv_tlp2
TrigPhotonContainerCnv_tlp2()
Definition:
TrigPhotonContainerCnv_tlp2.cxx:8
TrigPhotonContainerCnv_tlp2::m_P4PtEtaPhiMCnv
P4PtEtaPhiMCnv_p1 m_P4PtEtaPhiMCnv
Definition:
TrigPhotonContainerCnv_tlp2.h:58
TrigPhotonContainerCnv_p2
Definition:
TrigPhotonContainerCnv_p2.h:28
P4PtEtaPhiMCnv_p1.h
TrigPhotonContainerCnv_tlp2::~TrigPhotonContainerCnv_tlp2
virtual ~TrigPhotonContainerCnv_tlp2()
Definition:
TrigPhotonContainerCnv_tlp2.h:50
TrigPhotonCnv_p2
Definition:
TrigPhotonCnv_p2.h:35
TrigPhotonContainer_tlp2.h
TrigCaloClusterCnv_p1.h
AthenaPoolTopLevelTPConverter.h
TrigPhotonContainerCnv_tlp2::m_PhotonCnv
TrigPhotonCnv_p2 m_PhotonCnv
Definition:
TrigPhotonContainerCnv_tlp2.h:57
TrigPhotonContainerCnv_tlp2::setPStorage
virtual void setPStorage(TrigPhotonContainer_tlp2 *storage)
Definition:
TrigPhotonContainerCnv_tlp2.cxx:20
TrigPhotonContainer_tlp2
Definition:
TrigPhotonContainer_tlp2.h:28
TrigPhotonContainerCnv_tlp2
Definition:
TrigPhotonContainerCnv_tlp2.h:33
TrigPhotonContainerCnv_tlp2::m_trigPhotonContCnv
TrigPhotonContainerCnv_p2 m_trigPhotonContCnv
Definition:
TrigPhotonContainerCnv_tlp2.h:56
TrigEMClusterCnv_p1.h
P4PtEtaPhiMCnv_p1
Definition:
P4PtEtaPhiMCnv_p1.h:35
TrigPhotonContainerCnv_p2.h
TopLevelTPConverter
Definition:
TopLevelTPConverter.h:35
Generated on Fri Mar 14 2025 21:21:50 for ATLAS Offline Software by
1.8.18