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
RecoTracker
TkTrackingRegions
interface
TrackingRegionProducer.h
Go to the documentation of this file.
1
#ifndef RecoTracker_TkTrackingRegions_TrackingRegionProducer_H
2
#define RecoTracker_TkTrackingRegions_TrackingRegionProducer_H
3
4
#include <vector>
5
#include <memory>
6
class
TrackingRegion
;
7
namespace
edm
{
8
class
Event
;
9
class
EventSetup
;
10
}
// namespace edm
11
12
class
TrackingRegionProducer
{
13
public
:
14
virtual
~TrackingRegionProducer
() {}
15
virtual
std::vector<std::unique_ptr<TrackingRegion> >
regions
(
const
edm::Event
&
ev
,
16
const
edm::EventSetup
& es)
const
= 0;
17
};
18
#endif
makeMEIFBenchmarkPlots.ev
ev
Definition:
makeMEIFBenchmarkPlots.py:55
TrackingRegionProducer::~TrackingRegionProducer
virtual ~TrackingRegionProducer()
Definition:
TrackingRegionProducer.h:14
TrackingRegion
Definition:
TrackingRegion.h:40
EventSetup
edm::EventSetup
Definition:
EventSetup.h:59
TrackingRegionProducer
Definition:
TrackingRegionProducer.h:12
Event
TrackingRegionProducer::regions
virtual std::vector< std::unique_ptr< TrackingRegion > > regions(const edm::Event &ev, const edm::EventSetup &es) const =0
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.14