HEJ 2 2.0
High energy resummation for hadron colliders
|
Class to split jets into their constituents. More...
#include <JetSplitter.hh>
Classes | |
struct | SplitResult |
Public Member Functions | |
JetSplitter (fastjet::JetDefinition jet_def, double min_pt, HEJ::RNG &ran) | |
Constructor. More... | |
SplitResult | split (fastjet::PseudoJet const &j2split, int ncons) const |
Split a get into constituents. More... | |
Static Public Attributes | |
static constexpr double | R_factor = 5./3. |
Maximum distance of constituents to jet axis. More... | |
Class to split jets into their constituents.
|
inline |
Constructor.
jet_def | Jet definition |
min_pt | Minimum jet transverse momentum |
ran | Random number generator |
SplitResult HEJ::JetSplitter::split | ( | fastjet::PseudoJet const & | j2split, |
int | ncons | ||
) | const |
Split a get into constituents.
j2split | Jet to be split |
ncons | Number of constituents |
|
staticconstexpr |
Maximum distance of constituents to jet axis.