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
TrigT1
TrigT1EventTPCnv
TrigT1EventTPCnv
CPMTower_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//***************************************************************************
6
// CPMTower_p1.h - description
7
// -------------------
8
// begin : 29/11/2007
9
// email : Alan.Watson@cern.ch
10
// ***************************************************************************/
11
12
13
#ifndef CPMTower_P1_H
14
#define CPMTower_P1_H
15
16
#include <vector>
17
18
// Forward declaration of the convertor
19
//class CPMTowerCnv_p1;
20
//namespace LVL1 {
21
22
//Doxygen class description below:
26
class
CPMTower_p1
{
27
28
friend
class
CPMTowerCnv_p1
;
29
30
public
:
31
32
CPMTower_p1
();
33
virtual
~CPMTower_p1
(){}
34
37
//protected:
38
39
std::vector<int>
m_em_energy
;
40
std::vector<int>
m_had_energy
;
41
std::vector<int>
m_em_error
;
42
std::vector<int>
m_had_error
;
43
double
m_phi
;
44
double
m_eta
;
45
int
m_peak
;
46
};
47
48
49
inline
CPMTower_p1::CPMTower_p1
()
50
: m_em_energy(0),
51
m_had_energy(0),
52
m_em_error(0),
53
m_had_error(0),
54
m_phi(0),
55
m_eta(0),
56
m_peak(0)
57
{
58
}
59
60
61
62
//} // end of namespace
63
64
#endif
CPMTower_p1
Persistent form of CPMTower using T/P separation.
Definition:
CPMTower_p1.h:26
CPMTower_p1::m_em_energy
std::vector< int > m_em_energy
Internal data.
Definition:
CPMTower_p1.h:39
CPMTower_p1::m_peak
int m_peak
Definition:
CPMTower_p1.h:45
CPMTowerCnv_p1
T/P converter for CPMTower and CPMTower_p1.
Definition:
CPMTowerCnv_p1.h:26
CPMTower_p1::m_phi
double m_phi
Definition:
CPMTower_p1.h:43
CPMTower_p1::m_em_error
std::vector< int > m_em_error
Definition:
CPMTower_p1.h:41
CPMTower_p1::m_eta
double m_eta
Definition:
CPMTower_p1.h:44
CPMTower_p1::m_had_energy
std::vector< int > m_had_energy
Definition:
CPMTower_p1.h:40
CPMTower_p1::~CPMTower_p1
virtual ~CPMTower_p1()
Definition:
CPMTower_p1.h:33
CPMTower_p1::CPMTower_p1
CPMTower_p1()
Definition:
CPMTower_p1.h:49
CPMTower_p1::m_had_error
std::vector< int > m_had_error
Definition:
CPMTower_p1.h:42
Generated on Sat Mar 29 2025 21:08:54 for ATLAS Offline Software by
1.8.18