|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef MuonCalib_DataPointH
10 #define MuonCalib_DataPointH
29 #include "CLHEP/Matrix/Vector.h"
49 DataPoint(
const CLHEP::HepVector &
vec,
const unsigned int ref_comp);
85 #include "MuonCalibMath/DataPoint.ixx"
Eigen::Matrix< double, Eigen::Dynamic, 1 > VectorX
Dynamic Vector - dynamic allocation.
bool operator>=(const DataPoint &point) const
bool operator<=(const DataPoint &point) const
std::vector< size_t > vec
bool operator<(const DataPoint &point) const
void setReferenceComponent(const unsigned int &ref_comp)
set the ordering component to ref_comp (>=0)
bool operator>(const DataPoint &point) const
const Amg::VectorX & dataVector() const
get the data vector
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
unsigned int referenceComponent() const
get the ordering component (>=0)
void fill(H5::Group &out_file, size_t iterations)
DataPoint()
Default constructor. Gives the vector of length 0.
bool operator==(const DataPoint &point) const