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
plugins
CombinedHitTripletGenerator.h
Go to the documentation of this file.
1
#ifndef CombinedHitTripletGenerator_H
2
#define CombinedHitTripletGenerator_H
3
9
#include <vector>
10
#include <memory>
11
#include "
RecoPixelVertexing/PixelTriplets/interface/HitTripletGenerator.h
"
12
#include "
RecoTracker/TkHitPairs/interface/LayerHitMapCache.h
"
13
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
14
#include "
FWCore/Utilities/interface/EDGetToken.h
"
15
16
#include <string>
17
#include <memory>
18
19
class
TrackingRegion
;
20
class
HitTripletGeneratorFromPairAndLayers
;
21
class
SeedingLayerSetsHits
;
22
23
namespace
edm
{
24
class
Event
;
25
}
26
namespace
edm
{
27
class
EventSetup
;
28
}
29
30
class
CombinedHitTripletGenerator
:
public
HitTripletGenerator
{
31
public
:
32
typedef
LayerHitMapCache
LayerCacheType
;
33
34
public
:
35
CombinedHitTripletGenerator
(
const
edm::ParameterSet
&
cfg
,
edm::ConsumesCollector
& iC);
36
37
~CombinedHitTripletGenerator
()
override
;
38
40
void
hitTriplets
(
const
TrackingRegion
& reg,
41
OrderedHitTriplets
& triplets,
42
const
edm::Event
&
ev
,
43
const
edm::EventSetup
& es)
override
;
44
45
private
:
46
edm::EDGetTokenT<SeedingLayerSetsHits>
theSeedingLayerToken
;
47
48
LayerCacheType
theLayerCache
;
49
50
std::unique_ptr<HitTripletGeneratorFromPairAndLayers>
theGenerator
;
51
};
52
#endif
CombinedHitTripletGenerator::theGenerator
std::unique_ptr< HitTripletGeneratorFromPairAndLayers > theGenerator
Definition:
CombinedHitTripletGenerator.h:50
edm::EDGetTokenT< SeedingLayerSetsHits >
edm
HLT enums.
Definition:
AlignableModifier.h:19
CombinedHitTripletGenerator::LayerCacheType
LayerHitMapCache LayerCacheType
Definition:
CombinedHitTripletGenerator.h:32
CombinedHitTripletGenerator::~CombinedHitTripletGenerator
~CombinedHitTripletGenerator() override
Definition:
CombinedHitTripletGenerator.cc:19
SeedingLayerSetsHits
Definition:
SeedingLayerSetsHits.h:18
CombinedHitTripletGenerator::theSeedingLayerToken
edm::EDGetTokenT< SeedingLayerSetsHits > theSeedingLayerToken
Definition:
CombinedHitTripletGenerator.h:46
HitTripletGenerator.h
LayerHitMapCache.h
LayerHitMapCache
Definition:
LayerHitMapCache.h:14
CombinedHitTripletGenerator::CombinedHitTripletGenerator
CombinedHitTripletGenerator(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
Definition:
CombinedHitTripletGenerator.cc:11
HitTripletGeneratorFromPairAndLayers
Definition:
HitTripletGeneratorFromPairAndLayers.h:25
Event
CombinedHitTripletGenerator::theLayerCache
LayerCacheType theLayerCache
Definition:
CombinedHitTripletGenerator.h:48
EDGetToken.h
edm::ParameterSet
Definition:
ParameterSet.h:36
CombinedHitTripletGenerator
Definition:
CombinedHitTripletGenerator.h:30
OrderedHitTriplets
Definition:
OrderedHitTriplets.h:9
edm::EventSetup
Definition:
EventSetup.h:57
HitTripletGenerator
Definition:
HitTripletGenerator.h:20
looper.cfg
cfg
Definition:
looper.py:297
ev
bool ev
Definition:
Hydjet2Hadronizer.cc:95
TrackingRegion
Definition:
TrackingRegion.h:40
EventSetup
ParameterSet.h
edm::Event
Definition:
Event.h:73
edm::ConsumesCollector
Definition:
ConsumesCollector.h:39
CombinedHitTripletGenerator::hitTriplets
void hitTriplets(const TrackingRegion ®, OrderedHitTriplets &triplets, const edm::Event &ev, const edm::EventSetup &es) override
from base class
Definition:
CombinedHitTripletGenerator.cc:21
Generated for CMSSW Reference Manual by
1.8.16