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
CMXCPTob_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
// CMXCPTob_p1.h - description
7
// -------------------
8
// begin : 21 04 2008
9
// email : Alan.Watson@cern.ch
10
// ***************************************************************************/
11
12
13
#ifndef CMXCPTob_p1_H
14
#define CMXCPTob_p1_H
15
16
19
class
CMXCPTob_p1
{
20
21
friend
class
CMXCPTobCnv_p1
;
22
23
public
:
24
26
CMXCPTob_p1
();
27
29
//virtual ~CMXCPTob_p1();
30
32
// protected:
33
int
m_crate
;
34
int
m_cmx
;
35
int
m_cpm
;
36
int
m_chip
;
37
int
m_location
;
38
int
m_peak
;
39
std::vector<int>
m_energy
;
40
std::vector<int>
m_isolation
;
41
std::vector<int>
m_error
;
42
std::vector<unsigned int>
m_presenceMap
;
43
44
};
45
46
inline
CMXCPTob_p1::CMXCPTob_p1
()
47
: m_crate(0),
48
m_cmx(0),
49
m_cpm(0),
50
m_chip(0),
51
m_location(0),
52
m_peak(0),
53
m_energy(0),
54
m_isolation(0),
55
m_error(0),
56
m_presenceMap(0)
57
{
58
}
59
60
#endif
CMXCPTob_p1::m_presenceMap
std::vector< unsigned int > m_presenceMap
Definition:
CMXCPTob_p1.h:42
CMXCPTob_p1::m_error
std::vector< int > m_error
Definition:
CMXCPTob_p1.h:41
CMXCPTob_p1::m_peak
int m_peak
Definition:
CMXCPTob_p1.h:38
CMXCPTobCnv_p1
T/P convertor for TrigT1Calo CMXCPTob class.
Definition:
CMXCPTobCnv_p1.h:29
CMXCPTob_p1::CMXCPTob_p1
CMXCPTob_p1()
Constructors.
Definition:
CMXCPTob_p1.h:46
CMXCPTob_p1::m_location
int m_location
Definition:
CMXCPTob_p1.h:37
CMXCPTob_p1
T/P separation for TrigT1Calo::CMXCPTob class.
Definition:
CMXCPTob_p1.h:19
CMXCPTob_p1::m_energy
std::vector< int > m_energy
Definition:
CMXCPTob_p1.h:39
CMXCPTob_p1::m_cmx
int m_cmx
Definition:
CMXCPTob_p1.h:34
CMXCPTob_p1::m_isolation
std::vector< int > m_isolation
Definition:
CMXCPTob_p1.h:40
CMXCPTob_p1::m_crate
int m_crate
Destructor.
Definition:
CMXCPTob_p1.h:33
CMXCPTob_p1::m_chip
int m_chip
Definition:
CMXCPTob_p1.h:36
CMXCPTob_p1::m_cpm
int m_cpm
Definition:
CMXCPTob_p1.h:35
Generated on Sat Mar 29 2025 21:08:27 for ATLAS Offline Software by
1.8.18