FastJet
3.1.3
|
An abstract base class that will provide the recombination scheme facilities and/or allow a user to extend these facilities. More...
#include <fastjet/JetDefinition.hh>
Public Member Functions | |
virtual std::string | description () const =0 |
return a textual description of the recombination scheme implemented here | |
virtual void | recombine (const PseudoJet &pa, const PseudoJet &pb, PseudoJet &pab) const =0 |
recombine pa and pb and put result into pab | |
virtual void | preprocess (PseudoJet &) const |
routine called to preprocess each input jet (to make all input jets compatible with the scheme requirements (e.g. More... | |
virtual | ~Recombiner () |
a destructor to be replaced if necessary in derived classes... | |
void | plus_equal (PseudoJet &pa, const PseudoJet &pb) const |
pa += pb in the given recombination scheme. More... | |
An abstract base class that will provide the recombination scheme facilities and/or allow a user to extend these facilities.
Definition at line 478 of file JetDefinition.hh.
|
inlinevirtual |
routine called to preprocess each input jet (to make all input jets compatible with the scheme requirements (e.g.
massless).
Reimplemented in fastjet::JetDefinition::DefaultRecombiner.
Definition at line 490 of file JetDefinition.hh.
|
inline |
pa += pb in the given recombination scheme.
Not virtual – the user should have no reason to want to redefine this!
Definition at line 497 of file JetDefinition.hh.