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
RecoTracker
ConversionSeedGenerators
plugins
SeedChargeSelector.h
Go to the documentation of this file.
1
#ifndef RecoTracker_TkSeedGenerator_SeedChargeSelector_h
2
#define RecoTracker_TkSeedGenerator_SeedChargeSelector_h
3
/* \class SeedChargeSelector
4
*
5
* \author Giuseppe Cerati, INFN
6
*
7
*/
8
9
struct
SeedChargeSelector
{
10
SeedChargeSelector
(
int
charge
) :
charge_
(
charge
) {}
11
template
<
typename
T>
12
bool
operator()
(
const
T
&
t
)
const
{
13
return
(
t
.startingState().parameters().charge() ==
charge_
);
14
}
15
16
private
:
17
int
charge_
;
18
};
19
20
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
21
#include "
CommonTools/UtilAlgos/interface/ParameterAdapter.h
"
22
23
namespace
reco
{
24
namespace
modules
{
25
26
template
<>
27
struct
ParameterAdapter
<
SeedChargeSelector
> {
28
static
SeedChargeSelector
make
(
const
edm::ParameterSet
&
cfg
,
edm::ConsumesCollector
& iC) {
29
return
SeedChargeSelector
(
cfg
.getParameter<
int
>(
"charge"
));
30
}
31
};
32
33
}
// namespace modules
34
}
// namespace reco
35
36
#endif
SeedChargeSelector::operator()
bool operator()(const T &t) const
Definition:
SeedChargeSelector.h:12
reco::modules::ParameterAdapter< SeedChargeSelector >::make
static SeedChargeSelector make(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
Definition:
SeedChargeSelector.h:28
submitPVValidationJobs.t
string t
Definition:
submitPVValidationJobs.py:651
reco::modules::SeedChargeSelector
SingleObjectSelector< TrajectorySeedCollection, ::SeedChargeSelector > SeedChargeSelector
Definition:
SeedChargeSelector.cc:8
ALCARECOTkAlJpsiMuMu_cff.charge
charge
Definition:
ALCARECOTkAlJpsiMuMu_cff.py:47
looper.cfg
cfg
Definition:
looper.py:296
SeedChargeSelector::charge_
int charge_
Definition:
SeedChargeSelector.h:17
reco::modules::ParameterAdapter
Definition:
ParameterAdapter.h:12
SingleObjectSelectorBase
Definition:
SingleObjectSelector.h:31
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
ParameterAdapter.h
edm::ParameterSet
Definition:
ParameterSet.h:47
SeedChargeSelector
Definition:
SeedChargeSelector.h:9
T
long double T
Definition:
Basic3DVectorLD.h:48
ConsumesCollector.h
SeedChargeSelector::SeedChargeSelector
SeedChargeSelector(int charge)
Definition:
SeedChargeSelector.h:10
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
modules
Definition:
MuonCleanerBySegments.cc:35
Generated for CMSSW Reference Manual by
1.8.14