Main Page
+
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
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
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
+
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
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
CUDADataFormats
TrackingRecHit
interface
SiPixelHitStatus.h
Go to the documentation of this file.
1
#ifndef CUDADataFormats_TrackingRecHit_interface_SiPixelHitStatus_H
2
#define CUDADataFormats_TrackingRecHit_interface_SiPixelHitStatus_H
3
4
#include <cstdint>
5
6
// more information on bit fields : https://en.cppreference.com/w/cpp/language/bit_field
7
struct
SiPixelHitStatus
{
8
bool
isBigX
: 1;
// ∈[0,1]
9
bool
isOneX
: 1;
// ∈[0,1]
10
bool
isBigY
: 1;
// ∈[0,1]
11
bool
isOneY
: 1;
// ∈[0,1]
12
uint8_t
qBin
: 3;
// ∈[0,1,...,7]
13
};
14
15
#endif
SiPixelHitStatus::isOneX
bool isOneX
Definition:
SiPixelHitStatus.h:9
SiPixelHitStatus
Definition:
SiPixelHitStatus.h:7
SiPixelHitStatus::isBigX
bool isBigX
Definition:
SiPixelHitStatus.h:8
SiPixelHitStatus::qBin
uint8_t qBin
Definition:
SiPixelHitStatus.h:12
SiPixelHitStatus::isBigY
bool isBigY
Definition:
SiPixelHitStatus.h:10
SiPixelHitStatus::isOneY
bool isOneY
Definition:
SiPixelHitStatus.h:11
Generated for CMSSW Reference Manual by
1.8.14