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
src
DataFormats
MuonSeed
src
L2MuonTrajectorySeed.cc
Go to the documentation of this file.
1
8
#include "
DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h
"
9
10
// Default constructor
11
L2MuonTrajectorySeed::L2MuonTrajectorySeed
() :
TrajectorySeed
() {}
12
13
// Constructor
14
L2MuonTrajectorySeed::L2MuonTrajectorySeed
(
PTrajectoryStateOnDet
const
& ptsos,
15
RecHitContainer
const
& rh,
16
PropagationDirection
dir
,
17
l1extra::L1MuonParticleRef
l1Ref)
18
:
TrajectorySeed
(ptsos, rh,
dir
) {
19
theL1Particle
= l1Ref;
20
}
21
22
L2MuonTrajectorySeed::L2MuonTrajectorySeed
(
PTrajectoryStateOnDet
const
& ptsos,
23
RecHitContainer
const
& rh,
24
PropagationDirection
dir
,
25
l1t::MuonRef
l1Ref)
26
:
TrajectorySeed
(ptsos, rh,
dir
) {
27
theL1TParticle
= l1Ref;
28
}
edm::Ref< L1MuonParticleCollection >
PropagationDirection
PropagationDirection
Definition:
PropagationDirection.h:4
DeadROC_duringRun.dir
dir
Definition:
DeadROC_duringRun.py:23
edm::OwnVector< TrackingRecHit >
L2MuonTrajectorySeed::theL1TParticle
l1t::MuonRef theL1TParticle
Definition:
L2MuonTrajectorySeed.h:46
PTrajectoryStateOnDet
Definition:
PTrajectoryStateOnDet.h:10
L2MuonTrajectorySeed::L2MuonTrajectorySeed
L2MuonTrajectorySeed()
Default constructor.
Definition:
L2MuonTrajectorySeed.cc:11
TrajectorySeed
Definition:
TrajectorySeed.h:18
L2MuonTrajectorySeed.h
L2MuonTrajectorySeed::theL1Particle
l1extra::L1MuonParticleRef theL1Particle
Definition:
L2MuonTrajectorySeed.h:45
Generated for CMSSW Reference Manual by
1.8.14