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
CMXJetTob_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
#ifndef CMXJetTob_p1_H
7
#define CMXJetTob_p1_H
8
9
12
class
CMXJetTob_p1
{
13
14
friend
class
CMXJetTobCnv_p1
;
15
16
public
:
17
19
CMXJetTob_p1
();
20
22
//virtual ~CMXJetTob_p1();
23
25
// protected:
26
int
m_crate
;
27
int
m_jem
;
28
int
m_frame
;
29
int
m_location
;
30
int
m_peak
;
31
std::vector<int>
m_energyLarge
;
32
std::vector<int>
m_energySmall
;
33
std::vector<int>
m_error
;
34
std::vector<unsigned int>
m_presenceMap
;
35
36
};
37
38
inline
CMXJetTob_p1::CMXJetTob_p1
()
39
: m_crate(0),
40
m_jem(0),
41
m_frame(0),
42
m_location(0),
43
m_peak(0),
44
m_energyLarge(0),
45
m_energySmall(0),
46
m_error(0),
47
m_presenceMap(0)
48
{
49
}
50
51
#endif
CMXJetTob_p1::m_energySmall
std::vector< int > m_energySmall
Definition:
CMXJetTob_p1.h:32
CMXJetTob_p1::m_peak
int m_peak
Definition:
CMXJetTob_p1.h:30
CMXJetTob_p1::m_jem
int m_jem
Definition:
CMXJetTob_p1.h:27
CMXJetTob_p1::m_crate
int m_crate
Destructor.
Definition:
CMXJetTob_p1.h:26
CMXJetTobCnv_p1
T/P convertor for TrigT1Calo CMXJetTob class.
Definition:
CMXJetTobCnv_p1.h:22
CMXJetTob_p1::m_error
std::vector< int > m_error
Definition:
CMXJetTob_p1.h:33
CMXJetTob_p1::m_energyLarge
std::vector< int > m_energyLarge
Definition:
CMXJetTob_p1.h:31
CMXJetTob_p1::m_presenceMap
std::vector< unsigned int > m_presenceMap
Definition:
CMXJetTob_p1.h:34
CMXJetTob_p1::m_frame
int m_frame
Definition:
CMXJetTob_p1.h:28
CMXJetTob_p1
T/P separation for TrigT1Calo::CMXJetTob class.
Definition:
CMXJetTob_p1.h:12
CMXJetTob_p1::m_location
int m_location
Definition:
CMXJetTob_p1.h:29
CMXJetTob_p1::CMXJetTob_p1
CMXJetTob_p1()
Constructors.
Definition:
CMXJetTob_p1.h:38
Generated on Fri Mar 28 2025 21:08:29 for ATLAS Offline Software by
1.8.18