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
RecoTracker
TkHitPairs
interface
OrderedHitPair.h
Go to the documentation of this file.
1
#ifndef OrderedHitPair_H
2
#define OrderedHitPair_H
3
4
#include "
RecoTracker/TkSeedingLayers/interface/SeedingHitSet.h
"
5
6
class
OrderedHitPair
:
public
SeedingHitSet
{
7
public
:
8
typedef
SeedingHitSet::ConstRecHitPointer
OuterRecHit
;
9
typedef
SeedingHitSet::ConstRecHitPointer
InnerRecHit
;
10
11
OrderedHitPair
() {}
12
OrderedHitPair
(
const
InnerRecHit
& ih,
const
OuterRecHit
& oh) :
SeedingHitSet
(ih, oh) {}
13
14
InnerRecHit
inner
()
const
{
return
get
(0); }
15
OuterRecHit
outer
()
const
{
return
get
(1); }
16
};
17
18
#endif
OrderedHitPair::OrderedHitPair
OrderedHitPair(const InnerRecHit &ih, const OuterRecHit &oh)
Definition:
OrderedHitPair.h:12
SeedingHitSet
Definition:
SeedingHitSet.h:6
SeedingHitSet::ConstRecHitPointer
BaseTrackerRecHit const * ConstRecHitPointer
Definition:
SeedingHitSet.h:10
OrderedHitPair::OuterRecHit
SeedingHitSet::ConstRecHitPointer OuterRecHit
Definition:
OrderedHitPair.h:8
SeedingHitSet::get
ConstRecHitPointer get(unsigned int i) const
Definition:
SeedingHitSet.h:43
SeedingHitSet.h
OrderedHitPair::OrderedHitPair
OrderedHitPair()
Definition:
OrderedHitPair.h:11
OrderedHitPair::inner
InnerRecHit inner() const
Definition:
OrderedHitPair.h:14
OrderedHitPair::InnerRecHit
SeedingHitSet::ConstRecHitPointer InnerRecHit
Definition:
OrderedHitPair.h:9
OrderedHitPair
Definition:
OrderedHitPair.h:6
OrderedHitPair::outer
OuterRecHit outer() const
Definition:
OrderedHitPair.h:15
Generated for CMSSW Reference Manual by
1.8.16