9#ifndef ITKPIXELOFFLINECALIBDATA_H
10#define ITKPIXELOFFLINECALIBDATA_H
Hold mappings of ranges to condition objects.
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Hold mapping of ranges to condition objects.
The ITk::PixelOfflineCalibData is a class that designed to hold the data used by ITk pixel offline al...
void setConstants(const std::vector< float > &constants)
std::unique_ptr< PixelClusterErrorData > m_clusterErrorData
~PixelOfflineCalibData()=default
default destructor
std::vector< float > getConstants() const
bool update(const PixelClusterErrorData &idat)
PixelOfflineCalibData()
Constructor:
PixelOfflineCalibData & operator=(const PixelOfflineCalibData &rhs)
PixelClusterErrorData * getClusterErrorData()
It manages the parametrizations of the uncertainty on the position of pixel clusters.