Belle II Software  release-08-01-10
TestCalibObject Class Reference

Test DBObject. More...

#include <TestCalibObject.h>

Inheritance diagram for TestCalibObject:
Collaboration diagram for TestCalibObject:

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.
 

Detailed Description

Test DBObject.

Definition at line 23 of file TestCalibObject.h.

Member Function Documentation

◆ getConstantValue()

float getConstantValue ( ) const
inline

Return constant.

Returns
constant

Definition at line 45 of file TestCalibObject.h.

45 {return m_value; };
float m_value
Constant value.

◆ setConstantValue()

void setConstantValue ( float  value)
inline

Set value of constant.

Parameters
value

Definition at line 50 of file TestCalibObject.h.


The documentation for this class was generated from the following file: