#include <PhysicsTools/CandUtils/interface/CenterOfMassBooster.h>
Public Member Functions | |
CenterOfMassBooster (const reco::Candidate &c) | |
constructor from a candidate | |
void | set (reco::Candidate &c) |
set up a candidate kinematics according to the boost | |
Private Attributes | |
Booster | booster |
Definition at line 16 of file CenterOfMassBooster.h.
CenterOfMassBooster::CenterOfMassBooster | ( | const reco::Candidate & | c | ) |
void CenterOfMassBooster::set | ( | reco::Candidate & | c | ) | [inline] |
set up a candidate kinematics according to the boost
Definition at line 20 of file CenterOfMassBooster.h.
References booster, and Booster::set().
Booster CenterOfMassBooster::booster [private] |