Belle II Software development
TestCalibObject Class Reference

Test DBObject. More...

#include <TestCalibObject.h>

Inheritance diagram for TestCalibObject:

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.
 

Detailed Description

Test DBObject.

Definition at line 23 of file TestCalibObject.h.

Constructor & Destructor Documentation

◆ TestCalibObject() [1/2]

TestCalibObject ( )
inline

Default constructor.

Definition at line 30 of file TestCalibObject.h.

30: m_value(0) {};
float m_value
Constant value.

◆ TestCalibObject() [2/2]

TestCalibObject ( float  value)
inlineexplicit

Constructor.

Definition at line 35 of file TestCalibObject.h.

35: m_value(value) {};

◆ ~TestCalibObject()

~TestCalibObject ( )
inline

Destructor.

Definition at line 40 of file TestCalibObject.h.

40{};

Member Function Documentation

◆ getConstantValue()

float getConstantValue ( ) const
inline

Return constant.

Returns
constant

Definition at line 45 of file TestCalibObject.h.

45{return m_value; };

◆ setConstantValue()

void setConstantValue ( float  value)
inline

Set value of constant.

Parameters
value

Definition at line 50 of file TestCalibObject.h.

50{m_value = value; };

Member Data Documentation

◆ m_value

float m_value
private

Constant value.

Definition at line 53 of file TestCalibObject.h.


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