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__
Class to un-boost a PseudoJet.
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
PseudoJet _jet_rest
the boost vector
PseudoJet result(const PseudoJet &original) const
the action of the function: boost the PseudoJet to the rest frame of _jet_rest
PseudoJet & unboost(const PseudoJet &prest)
transform this jet (given in lab) into a jet in the rest frame of prest [NOT FULLY TESTED] ...
Boost(const PseudoJet &jet_rest)
default ctor
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
Unboost(const PseudoJet &jet_rest)
default ctor
Class to contain pseudojets, including minimal information of use to jet-clustering routines...
Class to boost a PseudoJet.