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
L1Trigger
TrackFindingTracklet
src
VMStubTE.cc
Go to the documentation of this file.
1
#include "
L1Trigger/TrackFindingTracklet/interface/VMStubTE.h
"
2
3
using namespace
std
;
4
using namespace
trklet
;
5
6
VMStubTE::VMStubTE(
const
Stub
* stub,
FPGAWord
finephi,
FPGAWord
bend
,
FPGAWord
vmbits,
FPGAWord
allstubindex) {
7
stub_ = stub;
8
finephi_ = finephi;
9
bend_ =
bend
;
10
vmbits_ = vmbits;
11
allStubIndex_ = allstubindex;
12
}
13
14
std::string
VMStubTE::str
()
const
{
15
string
stub = allStubIndex_.str();
16
stub +=
"|"
;
17
stub += bend_.str();
18
stub +=
"|"
;
19
stub += finephi_.str();
20
stub +=
"|"
;
21
stub += vmbits_.str();
22
23
return
stub;
24
}
trklet::Stub
Definition:
Stub.h:16
str
#define str(s)
Definition:
TestProcessor.cc:52
trklet::FPGAWord
Definition:
FPGAWord.h:9
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
trklet
Definition:
AllProjectionsMemory.h:9
std
Definition:
JetResolutionObject.h:76
VMStubTE.h
trklet::bend
double bend(double r, double rinv, double stripPitch)
Definition:
Util.h:166
Generated for CMSSW Reference Manual by
1.8.16