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
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
OrderedSeedingHits.h
OrderedHitPairs
Definition:
OrderedHitPairs.h:8
edm::EDGetTokenT< SeedingLayerSetsHits >
SeedingLayerSetsHits
Definition:
SeedingLayerSetsHits.h:18
BeamHaloPairGenerator::hitPairs
OrderedHitPairs hitPairs
Definition:
BeamHaloPairGenerator.h:24
OrderedSeedingHits
Definition:
OrderedSeedingHits.h:7
BeamHaloPairGenerator::BeamHaloPairGenerator
BeamHaloPairGenerator(const edm::ParameterSet &conf, edm::ConsumesCollector &iC)
Definition:
BeamHaloPairGenerator.cc:8
EDGetToken.h
OrderedHitPairs.h
edm::ParameterSet
Definition:
ParameterSet.h:47
OrderedHitsGenerator
Definition:
OrderedHitsGenerator.h:14
Event.h
HLT_FULL_cff.region
region
Definition:
HLT_FULL_cff.py:88272
edm::EventSetup
Definition:
EventSetup.h:57
BeamHaloPairGenerator
Definition:
BeamHaloPairGenerator.h:16
BeamHaloPairGenerator::~BeamHaloPairGenerator
~BeamHaloPairGenerator() override
Definition:
BeamHaloPairGenerator.h:19
ev
bool ev
Definition:
Hydjet2Hadronizer.cc:95
EventSetup.h
BeamHaloPairGenerator::theMaxTheta
double theMaxTheta
Definition:
BeamHaloPairGenerator.h:25
TrackingRegion
Definition:
TrackingRegion.h:41
BeamHaloPairGenerator::run
const OrderedSeedingHits & run(const TrackingRegion ®ion, const edm::Event &ev, const edm::EventSetup &es) override
Definition:
BeamHaloPairGenerator.cc:15
TrackingRegion.h
ParameterSet.h
BeamHaloPairGenerator::theSeedingLayerToken
edm::EDGetTokenT< SeedingLayerSetsHits > theSeedingLayerToken
Definition:
BeamHaloPairGenerator.h:23
edm::Event
Definition:
Event.h:73
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
OrderedHitsGenerator.h
Generated for CMSSW Reference Manual by
1.8.16