#include <Booster.h>
Public Member Functions | |
Booster (const math::XYZVector &b) | |
constructor from a boost vector More... | |
void | set (reco::Candidate &c) |
set up a candidate kinematics according to the boost More... | |
Private Attributes | |
const math::XYZVector | boost |
Boost a reco::Candidate by a specified boost vector
|
inline |
constructor from a boost vector
Definition at line 19 of file Booster.h.
References EnergyCorrector::c.
void Booster::set | ( | reco::Candidate & | c | ) |
set up a candidate kinematics according to the boost
Definition at line 8 of file Booster.cc.
References b, reco::Candidate::begin(), edmIntegrityCheck::d, MillePedeFileConverter_cfg::e, reco::Candidate::end(), reco::Candidate::p4(), and reco::Candidate::setP4().
Referenced by CenterOfMassBooster::set().
|
private |