#include <DataPoint.h>
Definition at line 32 of file DataPoint.h.
◆ DataPoint() [1/4]
◆ DataPoint() [2/4]
DataPoint::DataPoint |
( |
const unsigned int & |
length, |
|
|
const double |
fill |
|
) |
| |
Constructor.
- Parameters
-
length | Length of the vector. |
fill | Sets the value of the components of the vector to fill. |
Definition at line 32 of file DataPoint.cxx.
◆ DataPoint() [3/4]
Constructor.
- Parameters
-
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.
◆ DataPoint() [4/4]
DataPoint::DataPoint |
( |
const CLHEP::HepVector & |
vec, |
|
|
const unsigned int |
ref_comp |
|
) |
| |
Constructor.
- Parameters
-
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.
63 for(
int i=0;
i<
vec.num_row();
i++)
◆ dataVector() [1/2]
◆ dataVector() [2/2]
◆ operator<()
◆ operator<=()
bool MuonCalib::DataPoint::operator<= |
( |
const DataPoint & |
point | ) |
const |
|
inline |
◆ operator==()
bool MuonCalib::DataPoint::operator== |
( |
const DataPoint & |
point | ) |
const |
|
inline |
◆ operator>()
◆ operator>=()
bool MuonCalib::DataPoint::operator>= |
( |
const DataPoint & |
point | ) |
const |
|
inline |
◆ referenceComponent()
unsigned int DataPoint::referenceComponent |
( |
| ) |
const |
get the ordering component (>=0)
Definition at line 99 of file DataPoint.cxx.
◆ setReferenceComponent()
void DataPoint::setReferenceComponent |
( |
const unsigned int & |
ref_comp | ) |
|
set the ordering component to ref_comp (>=0)
Definition at line 111 of file DataPoint.cxx.
◆ m_ref_comp
unsigned int MuonCalib::DataPoint::m_ref_comp |
|
private |
◆ m_vec
The documentation for this class was generated from the following files: