HEJ 2.2.2
High energy resummation for hadron colliders
|
Class to split jets into their constituents. More...
#include <JetSplitter.hh>
Classes | |
struct | SplitResult |
Wrapper for return values. More... | |
Public Member Functions | |
JetSplitter (fastjet::JetDefinition jet_def, double min_pt) | |
Constructor. More... | |
SplitResult | split (fastjet::PseudoJet const &j2split, int ncons, RNG &ran) 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.
HEJ::JetSplitter::JetSplitter | ( | fastjet::JetDefinition | jet_def, |
double | min_pt | ||
) |
Constructor.
jet_def | Jet definition |
min_pt | Minimum jet transverse momentum |
SplitResult HEJ::JetSplitter::split | ( | fastjet::PseudoJet const & | j2split, |
int | ncons, | ||
RNG & | ran | ||
) | const |
Split a get into constituents.
j2split | Jet to be split |
ncons | Number of constituents |
ran | Random number generator |
|
staticconstexpr |
Maximum distance of constituents to jet axis.