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
SpecialSeedGenerators
interface
BeamHaloPairGenerator.h
Go to the documentation of this file.
1
#ifndef BeamHaloGenerators_BeamHaloPairGenerator_h
2
#define BeamHaloGenerators_BeamHaloPairGenerator_h
3
//FWK
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
#include "
FWCore/Framework/interface/Event.h
"
6
#include "
FWCore/Framework/interface/EventSetup.h
"
7
#include "
FWCore/Utilities/interface/EDGetToken.h
"
8
9
#include "
RecoTracker/TkTrackingRegions/interface/OrderedHitsGenerator.h
"
10
#include "
RecoTracker/TkTrackingRegions/interface/TrackingRegion.h
"
11
#include "
RecoTracker/TkHitPairs/interface/OrderedHitPairs.h
"
12
#include "
RecoTracker/TkSeedingLayers/interface/OrderedSeedingHits.h
"
13
14
class
SeedingLayerSetsHits
;
15
16
class
BeamHaloPairGenerator
:
public
OrderedHitsGenerator
{
17
public
:
18
BeamHaloPairGenerator
(
const
edm::ParameterSet
& conf,
edm::ConsumesCollector
& iC);
19
~BeamHaloPairGenerator
()
override
{};
20
const
OrderedSeedingHits
&
run
(
const
TrackingRegion
&
region
,
const
edm::Event
&
ev
,
const
edm::EventSetup
& es)
override
;
21
22
private
:
23
edm::EDGetTokenT<SeedingLayerSetsHits>
theSeedingLayerToken
;
24
OrderedHitPairs
hitPairs
;
25
double
theMaxTheta
;
26
};
27
28
#endif
makeMEIFBenchmarkPlots.ev
ev
Definition:
makeMEIFBenchmarkPlots.py:55
OrderedSeedingHits
Definition:
OrderedSeedingHits.h:7
BeamHaloPairGenerator::~BeamHaloPairGenerator
~BeamHaloPairGenerator() override
Definition:
BeamHaloPairGenerator.h:19
BeamHaloPairGenerator::theMaxTheta
double theMaxTheta
Definition:
BeamHaloPairGenerator.h:25
Event.h
EventSetup.h
OrderedHitPairs
Definition:
OrderedHitPairs.h:8
TrackingRegion
Definition:
TrackingRegion.h:40
edm::EDGetTokenT< SeedingLayerSetsHits >
OrderedSeedingHits.h
BeamHaloPairGenerator::BeamHaloPairGenerator
BeamHaloPairGenerator(const edm::ParameterSet &conf, edm::ConsumesCollector &iC)
Definition:
BeamHaloPairGenerator.cc:8
BeamHaloPairGenerator::theSeedingLayerToken
edm::EDGetTokenT< SeedingLayerSetsHits > theSeedingLayerToken
Definition:
BeamHaloPairGenerator.h:23
ParameterSet.h
TrackingRegion.h
edm::EventSetup
Definition:
EventSetup.h:56
BeamHaloPairGenerator::run
const OrderedSeedingHits & run(const TrackingRegion ®ion, const edm::Event &ev, const edm::EventSetup &es) override
Definition:
BeamHaloPairGenerator.cc:15
EDGetToken.h
BeamHaloPairGenerator::hitPairs
OrderedHitPairs hitPairs
Definition:
BeamHaloPairGenerator.h:24
BeamHaloPairGenerator
Definition:
BeamHaloPairGenerator.h:16
SeedingLayerSetsHits
Definition:
SeedingLayerSetsHits.h:18
edm::ParameterSet
Definition:
ParameterSet.h:48
nano_mu_digi_cff.region
region
Definition:
nano_mu_digi_cff.py:45
OrderedHitsGenerator
Definition:
OrderedHitsGenerator.h:14
edm::Event
Definition:
Event.h:73
OrderedHitsGenerator.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
OrderedHitPairs.h
Generated for CMSSW Reference Manual by
1.8.14