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
RecoTracker
TkSeedingLayers
interface
OrderedSeedingHits.h
Go to the documentation of this file.
1
#ifndef TkSeedingLayers_OrderedSeedingHits_H
2
#define TkSeedingLayers_OrderedSeedingHits_H
3
4
#include "
RecoTracker/TkSeedingLayers/interface/SeedingHitSet.h
"
5
#include <vector>
6
7
class
OrderedSeedingHits
{
8
public
:
9
virtual
~OrderedSeedingHits
() {}
10
virtual
unsigned
int
size
()
const
= 0;
11
virtual
const
SeedingHitSet
&
operator[]
(
unsigned
int
i
)
const
= 0;
12
};
13
14
#endif
OrderedSeedingHits
Definition:
OrderedSeedingHits.h:7
mps_fire.i
i
Definition:
mps_fire.py:429
OrderedSeedingHits::size
virtual unsigned int size() const =0
SeedingHitSet
Definition:
SeedingHitSet.h:10
OrderedSeedingHits::operator[]
virtual const SeedingHitSet & operator[](unsigned int i) const =0
OrderedSeedingHits::~OrderedSeedingHits
virtual ~OrderedSeedingHits()
Definition:
OrderedSeedingHits.h:9
SeedingHitSet.h
Generated for CMSSW Reference Manual by
1.8.14