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
RecoMuon
TrackerSeedGenerator
plugins
CombinedTSG.h
Go to the documentation of this file.
1
#ifndef RecoMuon_TrackerSeedGenerator_CombinedTSG_H
2
#define RecoMuon_TrackerSeedGenerator_CombinedTSG_H
3
11
#include "
RecoMuon/TrackerSeedGenerator/plugins/CompositeTSG.h
"
12
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
13
14
class
TrackerTopology
;
15
16
class
CombinedTSG
:
public
CompositeTSG
{
17
public
:
18
CombinedTSG
(
const
edm::ParameterSet
&
pset
,
edm::ConsumesCollector
&iC);
19
~CombinedTSG
()
override
;
20
22
void
trackerSeeds
(
const
TrackCand
&,
const
TrackingRegion
&,
const
TrackerTopology
*,
BTSeedCollection
&)
override
;
23
24
private
:
25
std::string
theCategory
;
26
};
27
28
#endif
TrackerTopology
Definition:
TrackerTopology.h:16
CombinedTSG::~CombinedTSG
~CombinedTSG() override
Definition:
CombinedTSG.cc:14
CompositeTSG
Definition:
CompositeTSG.h:21
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
CompositeTSG.h
TrackerSeedGenerator::TrackCand
std::pair< const Trajectory *, reco::TrackRef > TrackCand
Definition:
TrackerSeedGenerator.h:30
TrackingRegion
Definition:
TrackingRegion.h:40
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
CombinedTSG::theCategory
std::string theCategory
Definition:
CombinedTSG.h:25
CombinedTSG
Definition:
CombinedTSG.h:16
TrackerSeedGenerator::BTSeedCollection
std::vector< TrajectorySeed > BTSeedCollection
Definition:
TrackerSeedGenerator.h:26
CombinedTSG::trackerSeeds
void trackerSeeds(const TrackCand &, const TrackingRegion &, const TrackerTopology *, BTSeedCollection &) override
provide the seeds from the TSGs: must be overloaded
Definition:
CombinedTSG.cc:18
edm::ParameterSet
Definition:
ParameterSet.h:48
CombinedTSG::CombinedTSG
CombinedTSG(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
Definition:
CombinedTSG.cc:9
ConsumesCollector.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.14