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
RecoPixelVertexing
PixelTriplets
interface
OrderedHitTriplets.h
Go to the documentation of this file.
1
#ifndef OrderedHitTriplets_H
2
#define OrderedHitTriplets_H
3
4
#include <vector>
5
#include "
RecoPixelVertexing/PixelTriplets/interface/OrderedHitTriplet.h
"
6
#include "
RecoTracker/TkSeedingLayers/interface/OrderedSeedingHits.h
"
7
#include <vector>
8
9
class
OrderedHitTriplets
:
public
std::vector<OrderedHitTriplet>,
public
OrderedSeedingHits
{
10
public
:
11
~OrderedHitTriplets
()
override
{}
12
13
unsigned
int
size
()
const override
{
return
std::vector<OrderedHitTriplet>::size
(); }
14
15
const
OrderedHitTriplet
&
operator[]
(
unsigned
int
i
)
const override
{
16
return
std::vector<OrderedHitTriplet>::operator[]
(
i
);
17
}
18
};
19
#endif
OrderedSeedingHits.h
mps_fire.i
i
Definition:
mps_fire.py:355
OrderedHitTriplet.h
OrderedSeedingHits
Definition:
OrderedSeedingHits.h:7
OrderedHitTriplets
Definition:
OrderedHitTriplets.h:9
OrderedHitTriplets::size
unsigned int size() const override
Definition:
OrderedHitTriplets.h:13
OrderedHitTriplets::~OrderedHitTriplets
~OrderedHitTriplets() override
Definition:
OrderedHitTriplets.h:11
OrderedHitTriplet
Definition:
OrderedHitTriplet.h:11
operator[]
T operator[](int i) const
Definition:
extBasic3DVector.h:222
OrderedHitTriplets::operator[]
const OrderedHitTriplet & operator[](unsigned int i) const override
Definition:
OrderedHitTriplets.h:15
findQualityFiles.size
size
Write out results.
Definition:
findQualityFiles.py:443
Generated for CMSSW Reference Manual by
1.8.16