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
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
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
TotemRPDigi.h
Go to the documentation of this file.
1
/****************************************************************************
2
*
3
* This is a part of TOTEM offline software.
4
* Authors:
5
* Hubert Niewiadomski
6
* Jan Kašpar (jan.kaspar@gmail.com)
7
*
8
****************************************************************************/
9
10
#ifndef DataFormats_CTPPSDigi_TotemRPDigi
11
#define DataFormats_CTPPSDigi_TotemRPDigi
12
16
class
TotemRPDigi
{
17
public
:
18
TotemRPDigi
(
unsigned
short
strip_no = 0) :
strip_no_
(strip_no){};
19
20
unsigned
short
stripNumber
()
const
{
return
strip_no_
; }
21
22
private
:
24
unsigned
short
strip_no_
;
25
};
26
27
inline
bool
operator<
(
const
TotemRPDigi
& one,
const
TotemRPDigi
&
other
) {
28
return
one.
stripNumber
() <
other
.stripNumber();
29
}
30
31
#endif
operator<
bool operator<(const TotemRPDigi &one, const TotemRPDigi &other)
Definition:
TotemRPDigi.h:26
TotemRPDigi
Definition:
TotemRPDigi.h:15
trackingPlots.other
other
Definition:
trackingPlots.py:1465
TotemRPDigi::stripNumber
unsigned short stripNumber() const
Definition:
TotemRPDigi.h:25
TotemRPDigi::strip_no_
unsigned short strip_no_
index of the activated strip
Definition:
TotemRPDigi.h:29
TotemRPDigi::TotemRPDigi
TotemRPDigi(unsigned short strip_no=0)
Definition:
TotemRPDigi.h:23
Generated for CMSSW Reference Manual by
1.8.16