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
RecoPixelVertexing
PixelLowPtUtilities
plugins
PixelVertexProducerMedian.h
Go to the documentation of this file.
1
#ifndef PixelVertexProducerMedian_H
2
#define PixelVertexProducerMedian_H
3
4
#include "
FWCore/Framework/interface/global/EDProducer.h
"
5
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
6
7
namespace
edm
{
8
class
Event
;
9
class
EventSetup
;
10
}
// namespace edm
11
12
class
PixelVertexProducerMedian
:
public
edm::global::EDProducer
<> {
13
public
:
14
explicit
PixelVertexProducerMedian
(
const
edm::ParameterSet
& ps);
15
~PixelVertexProducerMedian
()
override
;
16
void
produce
(
edm::StreamID
,
edm::Event
&
ev
,
const
edm::EventSetup
& es)
const override
;
17
18
private
:
19
edm::ParameterSet
theConfig
;
20
double
thePtMin
;
21
};
22
#endif
makeMEIFBenchmarkPlots.ev
ev
Definition:
makeMEIFBenchmarkPlots.py:55
PixelVertexProducerMedian
Definition:
PixelVertexProducerMedian.h:12
edm::StreamID
Definition:
StreamID.h:30
ParameterSet.h
PixelVertexProducerMedian::PixelVertexProducerMedian
PixelVertexProducerMedian(const edm::ParameterSet &ps)
Definition:
PixelVertexProducerMedian.cc:29
EventSetup
PixelVertexProducerMedian::~PixelVertexProducerMedian
~PixelVertexProducerMedian() override
Definition:
PixelVertexProducerMedian.cc:35
edm::EventSetup
Definition:
EventSetup.h:56
edm::global::EDProducer
Definition:
EDProducer.h:32
Event
EDProducer.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
PixelVertexProducerMedian::thePtMin
double thePtMin
Definition:
PixelVertexProducerMedian.h:20
edm::ParameterSet
Definition:
ParameterSet.h:47
PixelVertexProducerMedian::theConfig
edm::ParameterSet theConfig
Definition:
PixelVertexProducerMedian.h:19
edm::Event
Definition:
Event.h:73
PixelVertexProducerMedian::produce
void produce(edm::StreamID, edm::Event &ev, const edm::EventSetup &es) const override
Definition:
PixelVertexProducerMedian.cc:38
Generated for CMSSW Reference Manual by
1.8.14