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
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"
);
ResolutionModel.h
PerfectResolutionModel::getTimeResolution
float getTimeResolution(const reco::Track &) const override
Definition:
PerfectResolutionModel.cc:7
reco::Track
Definition:
Track.h:27
DEFINE_EDM_PLUGIN
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition:
PluginFactory.h:124
edm::ParameterSet
Definition:
ParameterSet.h:36
edmplugin::PluginFactory
Definition:
PluginFactory.h:34
PerfectResolutionModel
Definition:
PerfectResolutionModel.cc:3
PerfectResolutionModel::getTimeResolution
float getTimeResolution(const reco::PFCluster &) const override
Definition:
PerfectResolutionModel.cc:8
reco::PFCluster
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition:
PFCluster.h:46
ResolutionModel
Definition:
ResolutionModel.h:11
PerfectResolutionModel::PerfectResolutionModel
PerfectResolutionModel(const edm::ParameterSet &conf)
Definition:
PerfectResolutionModel.cc:5
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
Generated for CMSSW Reference Manual by
1.8.16