#include <DeDxCalibration.h>
|
typedef std::pair< uint32_t, unsigned char > | ChipId |
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 6 of file DeDxCalibration.h.
◆ ChipId
◆ DeDxCalibration() [1/2]
DeDxCalibration::DeDxCalibration |
( |
| ) |
|
◆ ~DeDxCalibration()
virtual DeDxCalibration::~DeDxCalibration |
( |
| ) |
|
|
inlinevirtual |
◆ DeDxCalibration() [2/2]
DeDxCalibration::DeDxCalibration |
( |
const std::vector< double > & |
thr, |
|
|
const std::vector< double > & |
alpha, |
|
|
const std::vector< double > & |
sigma, |
|
|
const std::map< ChipId, float > & |
gain |
|
) |
| |
|
inline |
Definition at line 12 of file DeDxCalibration.h.
std::map< ChipId, float > gain_
std::vector< double > thr_
const std::vector< double > & thr() const
const std::vector< double > & alpha() const
const std::map< ChipId, float > & gain() const
std::vector< double > sigma_
std::vector< double > alpha_
const std::vector< double > & sigma() const
◆ alpha()
const std::vector<double>& DeDxCalibration::alpha |
( |
| ) |
const |
|
inline |
◆ gain()
const std::map<ChipId, float>& DeDxCalibration::gain |
( |
| ) |
const |
|
inline |
◆ serialize()
template<class Archive >
void DeDxCalibration::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ setAlpha()
void DeDxCalibration::setAlpha |
( |
const std::vector< double > & |
v | ) |
|
|
inline |
◆ setGain()
void DeDxCalibration::setGain |
( |
const std::map< ChipId, float > & |
v | ) |
|
|
inline |
◆ setSigma()
void DeDxCalibration::setSigma |
( |
const std::vector< double > & |
v | ) |
|
|
inline |
◆ setThr()
void DeDxCalibration::setThr |
( |
const std::vector< double > & |
v | ) |
|
|
inline |
◆ sigma()
const std::vector<double>& DeDxCalibration::sigma |
( |
| ) |
const |
|
inline |
◆ thr()
const std::vector<double>& DeDxCalibration::thr |
( |
| ) |
const |
|
inline |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ alpha_
std::vector<double> DeDxCalibration::alpha_ |
|
private |
◆ gain_
std::map<ChipId, float> DeDxCalibration::gain_ |
|
private |
◆ sigma_
std::vector<double> DeDxCalibration::sigma_ |
|
private |
◆ thr_
std::vector<double> DeDxCalibration::thr_ |
|
private |