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
MuonSeed
interface
L2MuonTrajectorySeed.h
Go to the documentation of this file.
1
#ifndef DataFormats_MuonSeed_L2MuonTrajectorySeed_H
2
#define DataFormats_MuonSeed_L2MuonTrajectorySeed_H
3
11
#include "
DataFormats/TrajectorySeed/interface/TrajectorySeed.h
"
12
#include "
DataFormats/L1Trigger/interface/L1MuonParticleFwd.h
"
13
#include "
DataFormats/L1Trigger/interface/Muon.h
"
14
#include "
DataFormats/TrajectorySeed/interface/PropagationDirection.h
"
15
#include "
DataFormats/TrajectoryState/interface/PTrajectoryStateOnDet.h
"
16
17
class
L2MuonTrajectorySeed
:
public
TrajectorySeed
{
18
public
:
20
L2MuonTrajectorySeed
();
21
23
L2MuonTrajectorySeed
(
PTrajectoryStateOnDet
const
& ptsos,
24
RecHitContainer
const
& rh,
25
PropagationDirection
dir
,
26
l1extra::L1MuonParticleRef
l1Ref);
27
29
L2MuonTrajectorySeed
(
PTrajectoryStateOnDet
const
& ptsos,
30
RecHitContainer
const
& rh,
31
PropagationDirection
dir
,
32
l1t::MuonRef
l1Ref);
33
35
~L2MuonTrajectorySeed
()
override
{};
36
37
// Operations
38
40
inline
l1extra::L1MuonParticleRef
l1Particle
()
const
{
return
theL1Particle
; }
41
inline
l1t::MuonRef
l1tParticle
()
const
{
return
theL1TParticle
; }
42
43
protected
:
44
private
:
45
l1extra::L1MuonParticleRef
theL1Particle
;
46
l1t::MuonRef
theL1TParticle
;
47
};
48
#endif
L1MuonParticleFwd.h
Muon.h
L2MuonTrajectorySeed::l1Particle
l1extra::L1MuonParticleRef l1Particle() const
Get L1 info.
Definition:
L2MuonTrajectorySeed.h:40
L2MuonTrajectorySeed::theL1TParticle
l1t::MuonRef theL1TParticle
Definition:
L2MuonTrajectorySeed.h:46
L2MuonTrajectorySeed::L2MuonTrajectorySeed
L2MuonTrajectorySeed()
Default constructor.
Definition:
L2MuonTrajectorySeed.cc:11
edm::Ref< L1MuonParticleCollection >
PTrajectoryStateOnDet.h
TrajectorySeed.h
PropagationDirection.h
L2MuonTrajectorySeed
Definition:
L2MuonTrajectorySeed.h:17
L2MuonTrajectorySeed::l1tParticle
l1t::MuonRef l1tParticle() const
Definition:
L2MuonTrajectorySeed.h:41
PropagationDirection
PropagationDirection
Definition:
PropagationDirection.h:4
TrajectorySeed
Definition:
TrajectorySeed.h:18
L2MuonTrajectorySeed::theL1Particle
l1extra::L1MuonParticleRef theL1Particle
Definition:
L2MuonTrajectorySeed.h:45
PTrajectoryStateOnDet
Definition:
PTrajectoryStateOnDet.h:10
edm::OwnVector< TrackingRecHit >
DeadROC_duringRun.dir
dir
Definition:
DeadROC_duringRun.py:23
L2MuonTrajectorySeed::~L2MuonTrajectorySeed
~L2MuonTrajectorySeed() override
Destructor.
Definition:
L2MuonTrajectorySeed.h:35
Generated for CMSSW Reference Manual by
1.8.16