CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <DacCol.h>
Public Member Functions | |
DacCol (std::vector< unsigned > *vals=0) | |
DacCol (std::vector< int > *vals) | |
~DacCol () | |
const std::vector< unsigned > * | getDacs () const |
void | update (const DacCol *other) |
Deep copy. | |
Keeps track of a collection of dac settings, typically used for collecting calibration data for a single range
CalibData::DacCol::DacCol | ( | std::vector< unsigned > * | vals = 0 | ) |
Definition at line 7 of file DacCol.cxx.
CalibData::DacCol::DacCol | ( | std::vector< int > * | vals | ) |
Definition at line 15 of file DacCol.cxx.
|
inline |
void CalibData::DacCol::update | ( | const DacCol * | other | ) |
Deep copy.
Definition at line 25 of file DacCol.cxx.