Belle II Software development
|
#include <TestCalibObject.h>
Public Member Functions | |
TestCalibObject () | |
Default constructor. | |
TestCalibObject (float value) | |
Constructor. | |
~TestCalibObject () | |
Destructor. | |
float | getConstantValue () const |
Return constant. | |
void | setConstantValue (float value) |
Set value of constant. | |
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 |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
Set value of constant.
value |
Definition at line 50 of file TestCalibObject.h.
|
private |
Constant value.
Definition at line 53 of file TestCalibObject.h.