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
DualByEtaTSG.h
Go to the documentation of this file.
1
#ifndef RecoMuon_TrackerSeedGenerator_DualByEtaTSG_H
2
#define RecoMuon_TrackerSeedGenerator_DualByEtaTSG_H
3
11
#include "
RecoMuon/TrackerSeedGenerator/plugins/SeparatingTSG.h
"
12
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
13
14
class
DualByEtaTSG
:
public
SeparatingTSG
{
15
public
:
16
DualByEtaTSG
(
const
edm::ParameterSet
&
pset
,
edm::ConsumesCollector
& iC);
17
19
unsigned
int
selectTSG
(
const
TrackCand
&,
const
TrackingRegion
&)
override
;
20
21
private
:
22
std::string
theCategory
;
23
double
theEtaSeparation
;
24
};
25
26
#endif
DualByEtaTSG::theCategory
std::string theCategory
Definition:
DualByEtaTSG.h:22
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
SeparatingTSG
Definition:
SeparatingTSG.h:17
DualByEtaTSG::DualByEtaTSG
DualByEtaTSG(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
Definition:
DualByEtaTSG.cc:4
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
SeparatingTSG.h
DualByEtaTSG::theEtaSeparation
double theEtaSeparation
Definition:
DualByEtaTSG.h:23
DualByEtaTSG
Definition:
DualByEtaTSG.h:14
DualByEtaTSG::selectTSG
unsigned int selectTSG(const TrackCand &, const TrackingRegion &) override
decide the TSG depending on the absolute value of momentum eta of the track. Return value is 0 or 1...
Definition:
DualByEtaTSG.cc:12
edm::ParameterSet
Definition:
ParameterSet.h:48
ConsumesCollector.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.14