FastJet 3.0.2
|
Class to un-boost a PseudoJet. More...
#include <fastjet/tools/Boost.hh>
Public Member Functions | |
Unboost (const PseudoJet &jet_rest) | |
default ctor | |
PseudoJet | result (const PseudoJet &original) const |
the action of the function: boost the PseudoJet to the rest frame of _jet_rest | |
Protected Attributes | |
PseudoJet | _jet_rest |
the boost vector |
Class to un-boost a PseudoJet.
This is a FunctionOfPseudoJet with return type PseudoJet. Its action if to un-boost the PseudoJet back in the restframe of the PseudoJet passed to its constructor