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
CMXJetHits_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 CMXJetHits_p1_H
7
#define CMXJetHits_p1_H
8
9
12
class
CMXJetHits_p1
{
13
14
friend
class
CMXJetHitsCnv_p1
;
15
16
public
:
17
19
CMXJetHits_p1
();
20
22
//virtual ~CMXJetHits_p1();
23
25
// protected:
26
int
m_crate
;
27
int
m_source
;
28
int
m_peak
;
29
std::vector <unsigned int>
m_hits0
;
30
std::vector <unsigned int>
m_hits1
;
31
std::vector <int>
m_error0
;
32
std::vector <int>
m_error1
;
33
34
};
35
36
inline
CMXJetHits_p1::CMXJetHits_p1
()
37
: m_crate(0),
38
m_source(0),
39
m_peak(0),
40
m_hits0(0),
41
m_hits1(0),
42
m_error0(0),
43
m_error1(0)
44
{
45
}
46
47
#endif
CMXJetHitsCnv_p1
T/P convertor for TrigT1Calo CMXJetHits class.
Definition:
CMXJetHitsCnv_p1.h:22
CMXJetHits_p1::m_peak
int m_peak
Definition:
CMXJetHits_p1.h:28
CMXJetHits_p1::m_source
int m_source
Definition:
CMXJetHits_p1.h:27
CMXJetHits_p1::CMXJetHits_p1
CMXJetHits_p1()
Constructors.
Definition:
CMXJetHits_p1.h:36
CMXJetHits_p1::m_error0
std::vector< int > m_error0
Definition:
CMXJetHits_p1.h:31
CMXJetHits_p1::m_crate
int m_crate
Destructor.
Definition:
CMXJetHits_p1.h:26
CMXJetHits_p1::m_hits1
std::vector< unsigned int > m_hits1
Definition:
CMXJetHits_p1.h:30
CMXJetHits_p1::m_hits0
std::vector< unsigned int > m_hits0
Definition:
CMXJetHits_p1.h:29
CMXJetHits_p1
T/P separation for TrigT1Calo::CMXJetHits class.
Definition:
CMXJetHits_p1.h:12
CMXJetHits_p1::m_error1
std::vector< int > m_error1
Definition:
CMXJetHits_p1.h:32
Generated on Sat Mar 29 2025 21:08:28 for ATLAS Offline Software by
1.8.18