src
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
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:35
Booster
Definition:
Booster.h:17
math::XYZVector
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition:
Vector3D.h:31
b
double b
Definition:
hdecay.h:120
Vector3D.h
CandidateFwd.h
Generated for CMSSW Reference Manual by
1.8.14