AmpGen 2.1
Loading...
Searching...
No Matches
AmpGen::FastDT::Node Struct Reference

Detailed Description

Definition at line 27 of file FastDT.h.

Public Member Functions

 Node ()=default
 Node (const int &index, const int &left, const int &right, const double &cutValue)

Public Attributes

int index
int left
int right
double cutValue

Constructor & Destructor Documentation

◆ Node() [1/2]

AmpGen::FastDT::Node::Node ( )
default

◆ Node() [2/2]

AmpGen::FastDT::Node::Node ( const int & index,
const int & left,
const int & right,
const double & cutValue )
inline

Definition at line 33 of file FastDT.h.

Member Data Documentation

◆ cutValue

double AmpGen::FastDT::Node::cutValue

Definition at line 31 of file FastDT.h.

◆ index

int AmpGen::FastDT::Node::index

Definition at line 28 of file FastDT.h.

◆ left

int AmpGen::FastDT::Node::left

Definition at line 29 of file FastDT.h.

◆ right

int AmpGen::FastDT::Node::right

Definition at line 30 of file FastDT.h.


The documentation for this struct was generated from the following file: