29 #ifndef __FASTJET_TOOL_BOOST_HH__
30 #define __FASTJET_TOOL_BOOST_HH__
32 #include <fastjet/PseudoJet.hh>
33 #include <fastjet/FunctionOfPseudoJet.hh>
34 #include <fastjet/PseudoJetStructureBase.hh>
36 FASTJET_BEGIN_NAMESPACE
54 return res.
boost(_jet_rest);
86 #endif // __FASTJET_TRANSFORMER_HH__
PseudoJet result(const PseudoJet &original) const
the action of the function: boost the PseudoJet to the rest frame of _jet_rest
Unboost(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
Boost(const PseudoJet &jet_rest)
default ctor
PseudoJet & unboost(const PseudoJet &prest)
transform this jet (given in lab) into a jet in the rest frame of prest [NOT FULLY TESTED]
PseudoJet & boost(const PseudoJet &prest)
transform this jet (given in the rest frame of prest) into a jet in the lab frame [NOT FULLY TESTED]
PseudoJet _jet_rest
the boost vector