31#ifndef __FASTJET_TOOL_BOOST_HH__
32#define __FASTJET_TOOL_BOOST_HH__
34#include "fastjet/PseudoJet.hh"
35#include "fastjet/FunctionOfPseudoJet.hh"
36#include "fastjet/PseudoJetStructureBase.hh"
38FASTJET_BEGIN_NAMESPACE
56 return res.
boost(_jet_rest);
Class to boost a PseudoJet.
Boost(const PseudoJet &jet_rest)
default ctor
PseudoJet _jet_rest
the boost vector
PseudoJet result(const PseudoJet &original) const
the action of the function: boost the PseudoJet by a boost vector _jet_rest
base class providing interface for a generic function of a PseudoJet
Class to contain pseudojets, including minimal information of use to jet-clustering routines.
PseudoJet & boost(const PseudoJet &prest)
transform this jet (given in the rest frame of prest) into a jet in the lab frame
PseudoJet & unboost(const PseudoJet &prest)
transform this jet (given in lab) into a jet in the rest frame of prest
Class to un-boost a PseudoJet.
PseudoJet _jet_rest
the boost vector
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