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
TrigPhotonContainer_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 : TrigPhotonContainer_tlp2
9
*
10
* @brief "top level" persistent partner 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: TrigPhotonContainer_tlp2.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
17
**********************************************************************************/
18
#ifndef TRIGPARTICLETPCNV_TRIGPHOTONCONTAINER_TLP2_H
19
#define TRIGPARTICLETPCNV_TRIGPHOTONCONTAINER_TLP2_H
20
21
#include "
TrigParticleTPCnv/TrigPhotonContainer_p2.h
"
22
#include "
TrigParticleTPCnv/TrigPhoton_p2.h
"
23
#include "
TrigCaloEventTPCnv/TrigEMCluster_p1.h
"
24
#include "
TrigCaloEventTPCnv/TrigCaloCluster_p1.h
"
25
#include "
EventCommonTPCnv/P4PtEtaPhiM_p1.h
"
26
27
class
TrigPhotonContainer_tlp2
28
{
29
30
public
:
31
32
TrigPhotonContainer_tlp2
(){}
33
friend
class
TrigPhotonContainerCnv_tlp2
;
34
35
private
:
36
37
std::vector<TrigPhotonContainer_p2>
m_TrigPhotonContainers
;
38
std::vector<TrigPhoton_p2>
m_Photon
;
39
std::vector<P4PtEtaPhiM_p1>
m_P4PtEtaPhiM
;
40
41
};
//end of class definitions
42
43
#endif
TrigCaloCluster_p1.h
TrigPhoton_p2.h
TrigPhotonContainer_tlp2::m_P4PtEtaPhiM
std::vector< P4PtEtaPhiM_p1 > m_P4PtEtaPhiM
Definition:
TrigPhotonContainer_tlp2.h:51
TrigPhotonContainer_tlp2::m_TrigPhotonContainers
std::vector< TrigPhotonContainer_p2 > m_TrigPhotonContainers
Definition:
TrigPhotonContainer_tlp2.h:49
P4PtEtaPhiM_p1.h
TrigPhotonContainer_tlp2::TrigPhotonContainer_tlp2
TrigPhotonContainer_tlp2()
Definition:
TrigPhotonContainer_tlp2.h:44
TrigPhotonContainer_tlp2
Definition:
TrigPhotonContainer_tlp2.h:28
TrigPhotonContainerCnv_tlp2
Definition:
TrigPhotonContainerCnv_tlp2.h:33
TrigEMCluster_p1.h
TrigPhotonContainer_p2.h
TrigPhotonContainer_tlp2::m_Photon
std::vector< TrigPhoton_p2 > m_Photon
Definition:
TrigPhotonContainer_tlp2.h:50
Generated on Fri Mar 14 2025 21:21:50 for ATLAS Offline Software by
1.8.18