![]() |
ATLAS Offline Software
|
#include <DataPoint.h>
Public Member Functions | |
| DataPoint () | |
| Default constructor. Gives the vector of length 0. | |
| DataPoint (const unsigned int &length, const double fill) | |
| Constructor. | |
| DataPoint (const Amg::VectorX &vec, const unsigned int ref_comp) | |
| Constructor. | |
| DataPoint (const CLHEP::HepVector &vec, const unsigned int ref_comp) | |
| Constructor. | |
| const Amg::VectorX & | dataVector () const |
| get the data vector | |
| Amg::VectorX & | dataVector () |
| get the data vector | |
| unsigned int | referenceComponent () const |
| get the ordering component (>=0) | |
| void | setReferenceComponent (const unsigned int &ref_comp) |
| set the ordering component to ref_comp (>=0) | |
| bool | operator< (const DataPoint &point) const |
| bool | operator> (const DataPoint &point) const |
| bool | operator<= (const DataPoint &point) const |
| bool | operator>= (const DataPoint &point) const |
| bool | operator== (const DataPoint &point) const |
Private Attributes | |
| Amg::VectorX | m_vec |
| unsigned int | m_ref_comp |
Definition at line 32 of file DataPoint.h.
| DataPoint::DataPoint | ( | ) |
Default constructor. Gives the vector of length 0.
Definition at line 23 of file DataPoint.cxx.
| DataPoint::DataPoint | ( | const Amg::VectorX & | vec, |
| const unsigned int | ref_comp ) |
Constructor.
| vec | Vector to be made the data point. |
| ref_comp | Component used for ordering and comparison (>=0). |
Definition at line 47 of file DataPoint.cxx.
Constructor.
| vec | Vector to be made the data point. |
| ref_comp | Component used for ordering and comparison (>=0). |
Definition at line 59 of file DataPoint.cxx.
| Amg::VectorX & DataPoint::dataVector | ( | ) |
| const Amg::VectorX & DataPoint::dataVector | ( | ) | const |
Definition at line 16 of file DataPoint.h.
Definition at line 40 of file DataPoint.h.
Definition at line 64 of file DataPoint.h.
Definition at line 28 of file DataPoint.h.
Definition at line 52 of file DataPoint.h.
| unsigned int DataPoint::referenceComponent | ( | ) | const |
get the ordering component (>=0)
Definition at line 99 of file DataPoint.cxx.
| void DataPoint::setReferenceComponent | ( | const unsigned int & | ref_comp | ) |
set the ordering component to ref_comp (>=0)
Definition at line 111 of file DataPoint.cxx.
|
private |
Definition at line 77 of file DataPoint.h.
|
private |
Definition at line 76 of file DataPoint.h.