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>
38 FASTJET_BEGIN_NAMESPACE
56 return res.
boost(_jet_rest);
88 #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
PseudoJet & boost(const PseudoJet &prest)
transform this jet (given in the rest frame of prest) into a jet in the lab frame
PseudoJet _jet_rest
the boost vector