Loading [MathJax]/jax/output/SVG/config.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
TileCalorimeter
TileSvc
TileTPCnv
TileTPCnv
TileMu_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
// TileMu_p1.h
8
// Header file for class TileMu_p1
9
// Author: Aranzazu Ruiz <aranzazu.ruiz.martinez@cern.ch>
10
// Date: July 2008
12
#ifndef TILETPCNV_TILEMU_P1_H
13
#define TILETPCNV_TILEMU_P1_H
14
15
#include <vector>
16
17
// forward declarations
18
class
TileMuCnv_p1
;
19
20
class
TileMu_p1
{
21
22
// Make the AthenaPoolCnv class our friend
23
friend
class
TileMuCnv_p1
;
24
25
public
:
26
29
TileMu_p1
() :
m_eta
(0.0),
m_phi
(0.0),
m_energy_deposited
(),
m_quality_factor
() {}
30
31
private
:
32
33
float
m_eta
;
34
float
m_phi
;
35
std::vector<float>
m_energy_deposited
;
36
float
m_quality_factor
;
37
38
};
39
40
#endif //> TILETPCNV_TILEMU_P1_H
TileMuCnv_p1
Definition:
TileMuCnv_p1.h:26
TileMu_p1::m_energy_deposited
std::vector< float > m_energy_deposited
Definition:
TileMu_p1.h:35
TileMu_p1::TileMu_p1
TileMu_p1()
Default constructor:
Definition:
TileMu_p1.h:29
TileMu_p1::m_quality_factor
float m_quality_factor
Definition:
TileMu_p1.h:36
TileMu_p1::m_eta
float m_eta
Definition:
TileMu_p1.h:33
TileMu_p1
Definition:
TileMu_p1.h:20
TileMu_p1::m_phi
float m_phi
Definition:
TileMu_p1.h:34
Generated on Thu Apr 17 2025 21:20:02 for ATLAS Offline Software by
1.8.18