#include <MVAComputer.h>
Public Member Functions | |
BitSet & | operator= (const BitSet &other) |
Public Attributes | |
unsigned int | bitsInLast |
std::vector< unsigned char > | store |
Definition at line 26 of file MVAComputer.h.
Definition at line 29 of file MVAComputer.h.
References bitsInLast, and store.
unsigned int PhysicsTools::Calibration::BitSet::bitsInLast |
Definition at line 33 of file MVAComputer.h.
Referenced by PhysicsTools::Calibration::convert(), and operator=().
std::vector<unsigned char> PhysicsTools::Calibration::BitSet::store |
Definition at line 32 of file MVAComputer.h.
Referenced by PhysicsTools::Calibration::convert(), and operator=().