#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.
35{
36 for (
unsigned int k=0;
k<
length;
k++) {
38 }
39}
void fill(H5::Group &out_file, size_t iterations)
◆ DataPoint() [3/4]
| DataPoint::DataPoint |
( |
const Amg::VectorX & | 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 47 of file DataPoint.cxx.
50{
51}
std::vector< size_t > vec
◆ 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.
62{
63 for(
int i=0;
i<
vec.num_row();
i++)
64 {
66 }
67}
◆ dataVector() [1/2]
◆ dataVector() [2/2]
◆ operator<()
| bool DataPoint::operator< |
( |
const DataPoint & | point | ) |
const |
|
inline |
◆ operator<=()
| bool DataPoint::operator<= |
( |
const DataPoint & | point | ) |
const |
|
inline |
◆ operator==()
| bool DataPoint::operator== |
( |
const DataPoint & | point | ) |
const |
|
inline |
◆ operator>()
| bool DataPoint::operator> |
( |
const DataPoint & | point | ) |
const |
|
inline |
Definition at line 28 of file DataPoint.h.
30 {
31
DataPoint()
Default constructor. Gives the vector of length 0.
◆ operator>=()
| bool 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: