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
Reconstruction
egamma
egammaEventTPCnv
egammaEventTPCnv
egDetail_p1.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// egDetailContainer_p1.h
8
// Header file for class egDetailContainer_p1
9
// Author: K.Cranmer<cranmer@cern.ch>
10
// Author: S.Binet<binet@cern.ch>
11
// Date: December 2006
13
#ifndef EGAMMAEVENTTPCNV_EGDETAIL_P1_H
14
#define EGAMMAEVENTTPCNV_EGDETAIL_P1_H
15
16
// STL includes
17
#include <vector>
18
#include <string>
19
20
// forward declarations
21
class
egDetailCnv_p1;
22
23
class
egDetail_p1
24
{
26
// Friend classes
28
29
// Make the AthenaPoolCnv class our friend
30
// friend class egDetailCnv_p1;
31
friend
class
egDetailContainerCnv_p1
;
32
34
// Public methods:
36
public
:
37
40
egDetail_p1
();
41
44
~egDetail_p1
();
45
47
// Private data:
49
private
:
50
52
std::string
m_className
;
53
std::vector<unsigned int>
m_egDetailEnumParams
;
54
std::vector<float>
m_egDetailFloatParams
;
55
};
56
58
// Inline methods:
60
61
inline
egDetail_p1::egDetail_p1
()
62
{}
63
64
#endif //> EGAMMAEVENTTPCNV_EGDETAIL_P1_H
egDetail_p1::m_egDetailEnumParams
std::vector< unsigned int > m_egDetailEnumParams
Definition:
egDetail_p1.h:53
egDetail_p1::egDetail_p1
egDetail_p1()
Default constructor:
Definition:
egDetail_p1.h:61
egDetail_p1::m_className
std::string m_className
egDetail Parameters and name of class
Definition:
egDetail_p1.h:52
egDetail_p1::~egDetail_p1
~egDetail_p1()
Destructor:
egDetailContainerCnv_p1
Definition:
egDetailContainerCnv_p1.h:31
egDetail_p1
Definition:
egDetail_p1.h:24
egDetail_p1::m_egDetailFloatParams
std::vector< float > m_egDetailFloatParams
Definition:
egDetail_p1.h:54
Generated on Tue May 6 2025 21:09:06 for ATLAS Offline Software by
1.8.18