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
TkTrackingRegions
interface
OrderedHitsGenerator.h
Go to the documentation of this file.
1
#ifndef TkTrackingRegions_OrderedHitsGenerator_H
2
#define TkTrackingRegions_OrderedHitsGenerator_H
3
4
#include "
RecoTracker/TkSeedingLayers/interface/OrderedSeedingHits.h
"
5
#include <vector>
6
7
class
TrackingRegion
;
8
namespace
edm
{
9
class
Event
;
10
class
EventSetup
;
11
class
ConsumesCollector;
12
}
// namespace edm
13
14
class
OrderedHitsGenerator
{
15
public
:
16
OrderedHitsGenerator
() :
theMaxElement
(0) {}
17
virtual
~OrderedHitsGenerator
() {}
18
19
virtual
const
OrderedSeedingHits
&
run
(
const
TrackingRegion
& reg,
const
edm::Event
&
ev
,
const
edm::EventSetup
& es) = 0;
20
21
virtual
void
clear
() {}
//fixme: should be purely virtual!
22
23
unsigned
int
theMaxElement
;
24
};
25
26
#endif
makeMEIFBenchmarkPlots.ev
ev
Definition:
makeMEIFBenchmarkPlots.py:55
OrderedSeedingHits
Definition:
OrderedSeedingHits.h:7
OrderedHitsGenerator::clear
virtual void clear()
Definition:
OrderedHitsGenerator.h:21
TrackingRegion
Definition:
TrackingRegion.h:40
OrderedSeedingHits.h
OrderedHitsGenerator::OrderedHitsGenerator
OrderedHitsGenerator()
Definition:
OrderedHitsGenerator.h:16
EventSetup
OrderedHitsGenerator::run
virtual const OrderedSeedingHits & run(const TrackingRegion ®, const edm::Event &ev, const edm::EventSetup &es)=0
OrderedHitsGenerator::~OrderedHitsGenerator
virtual ~OrderedHitsGenerator()
Definition:
OrderedHitsGenerator.h:17
OrderedHitsGenerator::theMaxElement
unsigned int theMaxElement
Definition:
OrderedHitsGenerator.h:23
edm::EventSetup
Definition:
EventSetup.h:56
Event
edm
HLT enums.
Definition:
AlignableModifier.h:19
OrderedHitsGenerator
Definition:
OrderedHitsGenerator.h:14
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.14