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
TkSeedGenerator
plugins
SeedGeneratorFromRegionHitsEDProducer.h
Go to the documentation of this file.
1
#ifndef RecoTracker_TkSeedGenerator_SeedGeneratorFromRegionHitsEDProducer_H
2
#define RecoTracker_TkSeedGenerator_SeedGeneratorFromRegionHitsEDProducer_H
3
#include "
FWCore/Utilities/interface/Visibility.h
"
4
5
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
6
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
7
#include "
RecoTracker/SpecialSeedGenerators/interface/ClusterChecker.h
"
8
9
namespace
edm
{
10
class
Event
;
11
class
EventSetup
;
12
}
// namespace edm
13
14
class
SeedGeneratorFromRegionHits
;
15
class
TrackingRegionProducer
;
16
17
class
dso_hidden
SeedGeneratorFromRegionHitsEDProducer
:
public
edm::stream::EDProducer
<> {
18
public
:
19
SeedGeneratorFromRegionHitsEDProducer
(
const
edm::ParameterSet
&
cfg
);
20
~
SeedGeneratorFromRegionHitsEDProducer
()
override
;
21
22
void
produce(
edm::Event
&
ev
,
const
edm::EventSetup
& es)
override
;
23
24
private
:
25
std::unique_ptr<SeedGeneratorFromRegionHits>
theGenerator
;
26
std::unique_ptr<TrackingRegionProducer>
theRegionProducer
;
27
ClusterChecker
theClusterCheck
;
28
29
std::string
moduleName
;
30
31
bool
theSilentOnClusterCheck
;
32
};
33
34
#endif
makeMEIFBenchmarkPlots.ev
ev
Definition:
makeMEIFBenchmarkPlots.py:55
SeedGeneratorFromRegionHitsEDProducer::theSilentOnClusterCheck
bool theSilentOnClusterCheck
Definition:
SeedGeneratorFromRegionHitsEDProducer.h:31
SeedGeneratorFromRegionHitsEDProducer::theClusterCheck
ClusterChecker theClusterCheck
Definition:
SeedGeneratorFromRegionHitsEDProducer.h:27
EDProducer.h
SeedGeneratorFromRegionHitsEDProducer::moduleName
std::string moduleName
Definition:
SeedGeneratorFromRegionHitsEDProducer.h:29
SeedGeneratorFromRegionHitsEDProducer
Definition:
SeedGeneratorFromRegionHitsEDProducer.h:17
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ParameterSet.h
Visibility.h
SeedGeneratorFromRegionHitsEDProducer::theRegionProducer
std::unique_ptr< TrackingRegionProducer > theRegionProducer
Definition:
SeedGeneratorFromRegionHitsEDProducer.h:26
EventSetup
edm::EventSetup
Definition:
EventSetup.h:56
TrackingRegionProducer
Definition:
TrackingRegionProducer.h:12
looper.cfg
cfg
Definition:
looper.py:296
dso_hidden
#define dso_hidden
Definition:
Visibility.h:12
edm::stream::EDProducer
Definition:
EDProducer.h:36
Event
edm
HLT enums.
Definition:
AlignableModifier.h:19
SeedGeneratorFromRegionHits
Definition:
SeedGeneratorFromRegionHits.h:19
edm::ParameterSet
Definition:
ParameterSet.h:47
ClusterChecker.h
edm::Event
Definition:
Event.h:73
SeedGeneratorFromRegionHitsEDProducer::theGenerator
std::unique_ptr< SeedGeneratorFromRegionHits > theGenerator
Definition:
SeedGeneratorFromRegionHitsEDProducer.h:25
ClusterChecker
Definition:
ClusterChecker.h:30
Generated for CMSSW Reference Manual by
1.8.14