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
CommonTools
CandUtils
interface
CenterOfMassBooster.h
Go to the documentation of this file.
1
#ifndef CandUtils_CenterOfMassBooster_h
2
#define CandUtils_CenterOfMassBooster_h
3
14
#include "
CommonTools/CandUtils/interface/Booster.h
"
15
16
struct
CenterOfMassBooster
{
18
CenterOfMassBooster
(
const
reco::Candidate
&
c
);
20
void
set
(
reco::Candidate
&
c
) {
booster
.
set
(
c
); }
21
22
private
:
23
Booster
booster
;
24
};
25
26
#endif
reco::Candidate
Definition:
Candidate.h:27
CenterOfMassBooster::booster
Booster booster
Definition:
CenterOfMassBooster.h:23
Booster
Definition:
Booster.h:17
c
auto & c
Definition:
CAHitNtupletGeneratorKernelsImpl.h:56
CenterOfMassBooster
Definition:
CenterOfMassBooster.h:16
Booster::set
void set(reco::Candidate &c)
set up a candidate kinematics according to the boost
Definition:
Booster.cc:8
CenterOfMassBooster::CenterOfMassBooster
CenterOfMassBooster(const reco::Candidate &c)
constructor from a candidate
Definition:
CenterOfMassBooster.cc:4
Booster.h
Generated for CMSSW Reference Manual by
1.8.14