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
PhysicsTools
PatAlgos
plugins
BaseMVAValueMapProducer.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: PhysicsTools/PatAlgos
4
// Class: BaseMVAValueMapProducer
5
//
13
//
14
// Original Author: Andre Rizzi
15
// Created: Mon, 07 Sep 2017 09:18:03 GMT
16
//
17
//
18
19
#include "
PhysicsTools/PatAlgos/interface/BaseMVAValueMapProducer.h
"
20
21
typedef
BaseMVAValueMapProducer<pat::Jet>
JetBaseMVAValueMapProducer
;
22
typedef
BaseMVAValueMapProducer<pat::Muon>
MuonBaseMVAValueMapProducer
;
23
typedef
BaseMVAValueMapProducer<pat::Electron>
EleBaseMVAValueMapProducer
;
24
25
//define this as a plug-in
26
DEFINE_FWK_MODULE
(
JetBaseMVAValueMapProducer
);
27
DEFINE_FWK_MODULE
(
MuonBaseMVAValueMapProducer
);
28
DEFINE_FWK_MODULE
(
EleBaseMVAValueMapProducer
);
EleBaseMVAValueMapProducer
BaseMVAValueMapProducer< pat::Electron > EleBaseMVAValueMapProducer
Definition:
BaseMVAValueMapProducer.cc:23
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
MuonBaseMVAValueMapProducer
BaseMVAValueMapProducer< pat::Muon > MuonBaseMVAValueMapProducer
Definition:
BaseMVAValueMapProducer.cc:22
JetBaseMVAValueMapProducer
BaseMVAValueMapProducer< pat::Jet > JetBaseMVAValueMapProducer
Definition:
BaseMVAValueMapProducer.cc:21
BaseMVAValueMapProducer.h
BaseMVAValueMapProducer< pat::Jet >
Generated for CMSSW Reference Manual by
1.8.14