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
CommonTools
CandUtils
src
Booster.cc
Go to the documentation of this file.
1
// $Id: Booster.cc,v 1.9 2007/09/27 13:55:04 llista Exp $
2
#include "
CommonTools/CandUtils/interface/Booster.h
"
3
#include "
DataFormats/Candidate/interface/Candidate.h
"
4
#include <Math/VectorUtil.h>
5
using namespace
std
;
6
using namespace
reco
;
7
8
void
Booster::set
(
Candidate
&
c
) {
9
c
.setP4(ROOT::Math::VectorUtil::boost(
c
.p4(),
boost
));
10
Candidate::iterator
b
=
c
.begin(),
e
=
c
.end();
11
for
(
Candidate::iterator
d
=
b
;
d
!=
e
; ++
d
)
12
set
(*
d
);
13
}
boost
Definition:
CLHEP.h:16
reco::Candidate
Definition:
Candidate.h:27
std
Definition:
JetResolutionObject.h:76
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:35
Candidate.h
ztail.d
d
Definition:
ztail.py:151
Booster::set
void set(reco::Candidate &c)
set up a candidate kinematics according to the boost
Definition:
Booster.cc:8
reco::candidate::iterator
Definition:
iterator.h:14
b
double b
Definition:
hdecay.h:120
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
Booster.h
Generated for CMSSW Reference Manual by
1.8.14