#include <Node.h>
Public Member Functions | |
void | calcOptimumSplit () |
void | filterEventsToDaughters () |
Node * | filterEventToDaughter (emtf::Event *e) |
Double_t | getAvgError () |
Double_t | getErrorReduction () |
std::vector< std::vector < emtf::Event * > > & | getEvents () |
Double_t | getFitValue () |
Node * | getLeftDaughter () |
std::string | getName () |
Int_t | getNumEvents () |
Node * | getParent () |
Node * | getRightDaughter () |
Double_t | getSplitValue () |
Int_t | getSplitVariable () |
Double_t | getTotalError () |
void | listEvents () |
Node () | |
Node (std::string cName) | |
void | setAvgError (Double_t sAvgError) |
void | setErrorReduction (Double_t sErrorReduction) |
void | setEvents (std::vector< std::vector< emtf::Event * > > &sEvents) |
void | setFitValue (Double_t sFitValue) |
void | setLeftDaughter (Node *sLeftDaughter) |
void | setName (std::string sName) |
void | setNumEvents (Int_t sNumEvents) |
void | setParent (Node *sParent) |
void | setRightDaughter (Node *sLeftDaughter) |
void | setSplitValue (Double_t sSplitValue) |
void | setSplitVariable (Int_t sSplitVar) |
void | setTotalError (Double_t sTotalError) |
void | theMiracleOfChildBirth () |
~Node () | |
Private Attributes | |
Double_t | avgError |
Double_t | errorReduction |
std::vector< std::vector < emtf::Event * > > | events |
Double_t | fitValue |
Node * | leftDaughter |
std::string | name |
Int_t | numEvents |
Node * | parent |
Node * | rightDaughter |
Double_t | splitValue |
Int_t | splitVariable |
Double_t | totalError |
Node * Node::filterEventToDaughter | ( | emtf::Event * | e | ) |
void Node::setEvents | ( | std::vector< std::vector< emtf::Event * > > & | sEvents | ) |
void Node::setParent | ( | Node * | sParent | ) |
Definition at line 118 of file Node.cc.
Referenced by lumiQTWidget.LumiCanvas::__init__().
|
private |
Definition at line 77 of file Node.h.
Referenced by eventsfwlite.Events::__getattr__(), and eventsfwlite.Events::__init__().
|
private |
Definition at line 61 of file Node.h.
Referenced by ElectronMVAID.ElectronMVAID::__call__(), counter.Counter::__str__(), average.Average::__str__(), VIDSelectorBase.VIDSelectorBase::initialize(), counter.Counter::write(), and average.Average::write().
|
private |
Definition at line 65 of file Node.h.
Referenced by Vispa.Gui.ZoomableScrollableWidgetOwner.ZoomableScrollableWidgetOwner::autosizeScrollArea(), Vispa.Share.ImageExporter.ImageExporter::exportImageDialog(), Vispa.Views.WidgetView.WidgetView::restoreSelection(), and Vispa.Views.WidgetView.WidgetView::select().