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
JetMETCorrections
FFTJetObjects
interface
AbsFFTJetAdjuster.h
Go to the documentation of this file.
1
#ifndef JetMETCorrections_FFTJetObjects_AbsFFTJetAdjuster_h
2
#define JetMETCorrections_FFTJetObjects_AbsFFTJetAdjuster_h
3
4
template
<
class
Jet,
class
Adjustable>
5
struct
AbsFFTJetAdjuster
{
6
typedef
Jet
jet_type
;
7
typedef
Adjustable
adjustable_type
;
8
9
inline
virtual
~AbsFFTJetAdjuster
() {}
10
11
virtual
void
adjust
(
12
const
Jet
&
jet
,
const
Adjustable&
in
,
const
double
* factors,
unsigned
lenFactors, Adjustable*
out
)
const
= 0;
13
};
14
15
#endif // JetMETCorrections_FFTJetObjects_AbsFFTJetAdjuster_h
metsig::jet
Definition:
SignAlgoResolutions.h:47
recoMuon::in
Definition:
RecoMuonEnumerators.h:6
AbsFFTJetAdjuster::adjustable_type
Adjustable adjustable_type
Definition:
AbsFFTJetAdjuster.h:7
Jet
Definition:
Jet.py:1
AbsFFTJetAdjuster
Definition:
AbsFFTJetAdjuster.h:5
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
AbsFFTJetAdjuster::jet_type
Jet jet_type
Definition:
AbsFFTJetAdjuster.h:6
AbsFFTJetAdjuster::adjust
virtual void adjust(const Jet &jet, const Adjustable &in, const double *factors, unsigned lenFactors, Adjustable *out) const =0
AbsFFTJetAdjuster::~AbsFFTJetAdjuster
virtual ~AbsFFTJetAdjuster()
Definition:
AbsFFTJetAdjuster.h:9
Generated for CMSSW Reference Manual by
1.8.14