|
FastJet 3.5.0
|
Class to boost a PseudoJet. More...
#include <fastjet/tools/Boost.hh>


Public Member Functions | |
| 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 | |
Public Member Functions inherited from fastjet::FunctionOfPseudoJet< PseudoJet > | |
| FunctionOfPseudoJet () | |
| default ctor | |
| virtual | ~FunctionOfPseudoJet () |
| default dtor (virtual to allow safe polymorphism) | |
| virtual std::string | description () const |
| returns a description of the function (an empty string by default) | |
| PseudoJet | operator() (const PseudoJet &pj) const |
| apply the function using the "traditional" () operator. | |
| std::vector< PseudoJet > | operator() (const std::vector< PseudoJet > &pjs) const |
| apply the function on a vector of PseudoJet, returning a vector of the results. | |
Protected Attributes | |
| PseudoJet | _jet_rest |
| the boost vector | |
Class to boost a PseudoJet.
This is a FunctionOfPseudoJet with return type PseudoJet. Its action if to boost the PseudoJet by a boost vector passed to its constructor
|
inline |
the action of the function: boost the PseudoJet by a boost vector _jet_rest
Implements fastjet::FunctionOfPseudoJet< PseudoJet >.
|
protected |