InitializedDouble class used to define mva features.
More...
#include <LArMvaInterface.h>
InitializedDouble class used to define mva features.
Definition at line 27 of file LArMvaInterface.h.
lar_content::MvaTypes::InitializedDouble::InitializedDouble |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 130 of file LArMvaInterface.h.
bool m_isInitialized
Whether the number has been initialized.
double m_number
Number held by class.
lar_content::MvaTypes::InitializedDouble::InitializedDouble |
( |
const double |
number | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 136 of file LArMvaInterface.h.
bool m_isInitialized
Whether the number has been initialized.
double m_number
Number held by class.
lar_content::MvaTypes::InitializedDouble::InitializedDouble |
( |
const InitializedDouble & |
rhs | ) |
|
|
inline |
Copy constructor.
- Parameters
-
rhs | the initialized double to copy |
Definition at line 142 of file LArMvaInterface.h.
bool m_isInitialized
Whether the number has been initialized.
double m_number
Number held by class.
double lar_content::MvaTypes::InitializedDouble::Get |
( |
void |
| ) |
const |
|
inline |
Get number held in class.
- Returns
- number held in class
Definition at line 173 of file LArMvaInterface.h.
176 throw pandora::StatusCodeException(pandora::STATUS_CODE_NOT_INITIALIZED);
bool m_isInitialized
Whether the number has been initialized.
double m_number
Number held by class.
bool lar_content::MvaTypes::InitializedDouble::IsInitialized |
( |
| ) |
const |
|
inline |
Check number has been initialized.
- Returns
- whether number has been initialized
Definition at line 183 of file LArMvaInterface.h.
bool m_isInitialized
Whether the number has been initialized.
Assignment operator.
- Parameters
-
number | the double to assign |
Definition at line 150 of file LArMvaInterface.h.
bool m_isInitialized
Whether the number has been initialized.
double m_number
Number held by class.
Assignment operator.
- Parameters
-
rhs | the initialized double to assign |
Definition at line 160 of file LArMvaInterface.h.
bool m_isInitialized
Whether the number has been initialized.
double m_number
Number held by class.
bool lar_content::MvaTypes::InitializedDouble::m_isInitialized |
|
private |
double lar_content::MvaTypes::InitializedDouble::m_number |
|
private |
The documentation for this class was generated from the following file: