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
Booster.h
Go to the documentation of this file.
1
#ifndef CandUtils_Booster_h
2
#define CandUtils_Booster_h
3
14
#include "
DataFormats/Candidate/interface/CandidateFwd.h
"
15
#include "
DataFormats/Math/interface/Vector3D.h
"
16
17
struct
Booster
{
19
Booster
(
const
math::XYZVector
&
b
) :
boost
(
b
) {}
21
void
set
(
reco::Candidate
&
c
);
22
23
private
:
24
const
math::XYZVector
boost
;
25
};
26
27
#endif
Booster::Booster
Booster(const math::XYZVector &b)
constructor from a boost vector
Definition:
Booster.h:19
boost
Definition:
CLHEP.h:16
reco::Candidate
Definition:
Candidate.h:27
Booster::boost
const math::XYZVector boost
Definition:
Booster.h:24
Booster
Definition:
Booster.h:17
c
auto & c
Definition:
CAHitNtupletGeneratorKernelsImpl.h:56
math::XYZVector
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition:
Vector3D.h:31
b
double b
Definition:
hdecay.h:118
Vector3D.h
CandidateFwd.h
Generated for CMSSW Reference Manual by
1.8.14