Belle II Software
release-08-01-10
|
#include <TestCalibObject.h>
Public Member Functions | |
TestCalibObject () | |
Default constructor. | |
TestCalibObject (float value) | |
Constructor. | |
~TestCalibObject () | |
Destructor. | |
float | getConstantValue () const |
Return constant. More... | |
void | setConstantValue (float value) |
Set value of constant. More... | |
Private Member Functions | |
ClassDef (TestCalibObject, 1) | |
ClassDef. | |
Private Attributes | |
float | m_value |
Constant value. | |
Test DBObject.
Definition at line 23 of file TestCalibObject.h.
|
inline |
|
inline |