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
SimTracker
TrackAssociation
plugins
PerfectResolutionModel.cc
Go to the documentation of this file.
1
#include "
SimTracker/TrackAssociation/interface/ResolutionModel.h
"
2
3
class
PerfectResolutionModel
:
public
ResolutionModel
{
4
public
:
5
PerfectResolutionModel
(
const
edm::ParameterSet
&conf) :
ResolutionModel
(conf) {}
6
7
float
getTimeResolution
(
const
reco::Track
&)
const override
{
return
1
e
-6; }
8
float
getTimeResolution
(
const
reco::PFCluster
&)
const override
{
return
1
e
-6; }
9
};
10
11
DEFINE_EDM_PLUGIN
(
ResolutionModelFactory
,
PerfectResolutionModel
,
"PerfectResolutionModel"
);
PerfectResolutionModel::getTimeResolution
float getTimeResolution(const reco::Track &) const override
Definition:
PerfectResolutionModel.cc:7
reco::PFCluster
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition:
PFCluster.h:42
ResolutionModel.h
PerfectResolutionModel::getTimeResolution
float getTimeResolution(const reco::PFCluster &) const override
Definition:
PerfectResolutionModel.cc:8
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
PerfectResolutionModel
Definition:
PerfectResolutionModel.cc:3
PerfectResolutionModel::PerfectResolutionModel
PerfectResolutionModel(const edm::ParameterSet &conf)
Definition:
PerfectResolutionModel.cc:5
edmplugin::PluginFactory
Definition:
PluginFactory.h:35
reco::Track
Definition:
Track.h:27
edm::ParameterSet
Definition:
ParameterSet.h:47
DEFINE_EDM_PLUGIN
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition:
PluginFactory.h:123
ResolutionModel
Definition:
ResolutionModel.h:11
Generated for CMSSW Reference Manual by
1.8.14