FairRoot/PandaRoot
|
#include <PndMvaClass.h>
Public Member Functions | |
PndMvaClass (std::string const &name) | |
Constructor. More... | |
virtual | ~PndMvaClass () |
Destructor. More... | |
PndMvaClass (PndMvaClass const &oth) | |
Copy constructor. More... | |
PndMvaClass & | operator= (PndMvaClass const &oth) |
= Operator More... | |
Public Attributes | |
std::string | Name |
size_t | NExamples |
size_t | StartIdx |
size_t | EndIdx |
size_t | NTrainEx |
Private Member Functions | |
bool | operator== (PndMvaClass const &oth) const |
bool | operator> (PndMvaClass const &oth) const |
bool | operator< (PndMvaClass const &oth) const |
Struct to describe a class of particles. It stores the name of the class, the number of examples available and their indices.
Definition at line 15 of file PndMvaClass.h.
|
inlineexplicit |
Constructor.
name Class name.
Constructor implementation. name Class name.
Definition at line 49 of file PndMvaClass.h.
|
inlinevirtual |
|
inline |
|
private |
|
inline |
|
private |
|
private |
size_t PndMvaClass::EndIdx |
End index of events of this class.
Definition at line 35 of file PndMvaClass.h.
Referenced by operator=().
std::string PndMvaClass::Name |
size_t PndMvaClass::NExamples |
Number of examples available of the class.
Definition at line 33 of file PndMvaClass.h.
Referenced by operator=().
size_t PndMvaClass::NTrainEx |
Number of examples in the train set.
Definition at line 36 of file PndMvaClass.h.
Referenced by operator=().
size_t PndMvaClass::StartIdx |
Start index of events of this class.
Definition at line 34 of file PndMvaClass.h.
Referenced by operator=().