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
DataFormats
CTPPSDigi
interface
TotemTriggerCounters.h
Go to the documentation of this file.
1
/****************************************************************************
2
*
3
* This is a part of the TOTEM offline software.
4
* Authors:
5
* Jan Kašpar (jan.kaspar@gmail.com)
6
*
7
****************************************************************************/
8
9
#ifndef DataFormats_CTPPSDigi_TotemTriggerCounters
10
#define DataFormats_CTPPSDigi_TotemTriggerCounters
11
15
struct
TotemTriggerCounters
{
16
unsigned
char
type
;
17
unsigned
int
event_num
,
bunch_num
,
src_id
;
18
unsigned
int
orbit_num
;
19
unsigned
char
revision_num
;
20
unsigned
int
run_num
,
trigger_num
,
inhibited_triggers_num
,
input_status_bits
;
21
22
TotemTriggerCounters
()
23
:
type
(0),
24
event_num
(0),
25
bunch_num
(0),
26
src_id
(0),
27
orbit_num
(0),
28
revision_num
(0),
29
run_num
(0),
30
trigger_num
(0),
31
inhibited_triggers_num
(0),
32
input_status_bits
(0) {}
33
};
34
35
#endif
TotemTriggerCounters::TotemTriggerCounters
TotemTriggerCounters()
Definition:
TotemTriggerCounters.h:22
TotemTriggerCounters::type
unsigned char type
Definition:
TotemTriggerCounters.h:16
type
type
Definition:
SiPixelVCal_PayloadInspector.cc:39
TotemTriggerCounters::input_status_bits
unsigned int input_status_bits
Definition:
TotemTriggerCounters.h:20
TotemTriggerCounters::event_num
unsigned int event_num
Definition:
TotemTriggerCounters.h:17
TotemTriggerCounters::src_id
unsigned int src_id
Definition:
TotemTriggerCounters.h:17
TotemTriggerCounters::trigger_num
unsigned int trigger_num
Definition:
TotemTriggerCounters.h:20
TotemTriggerCounters::run_num
unsigned int run_num
Definition:
TotemTriggerCounters.h:20
TotemTriggerCounters::orbit_num
unsigned int orbit_num
Definition:
TotemTriggerCounters.h:18
TotemTriggerCounters::inhibited_triggers_num
unsigned int inhibited_triggers_num
Definition:
TotemTriggerCounters.h:20
TotemTriggerCounters::bunch_num
unsigned int bunch_num
Definition:
TotemTriggerCounters.h:17
TotemTriggerCounters
Definition:
TotemTriggerCounters.h:15
TotemTriggerCounters::revision_num
unsigned char revision_num
Definition:
TotemTriggerCounters.h:19
Generated for CMSSW Reference Manual by
1.8.14