Belle II Software development
TestCalibMean Class Reference

Test DBObject. More...

#include <TestCalibMean.h>

Inheritance diagram for TestCalibMean:

Public Member Functions

 TestCalibMean ()
 Default constructor.
 
 TestCalibMean (float mean, float meanError)
 Constructor.
 
float getMean () const
 Gets the stored mean.
 
float getMeanError () const
 Gets the stored error on the mean.
 
void setMean (float mean)
 Sets the stored mean.
 
void setMeanError (float meanError)
 Sets the Stored mean error.
 

Private Member Functions

 ClassDef (TestCalibMean, 1)
 ClassDef.
 

Private Attributes

float m_mean
 mean
 
float m_meanError
 meanError
 

Detailed Description

Test DBObject.

Definition at line 17 of file TestCalibMean.h.

Constructor & Destructor Documentation

◆ TestCalibMean() [1/2]

TestCalibMean ( )
inline

Default constructor.

Definition at line 22 of file TestCalibMean.h.

22: m_mean(0), m_meanError(0) {};
float m_meanError
meanError
Definition: TestCalibMean.h:38

◆ TestCalibMean() [2/2]

TestCalibMean ( float  mean,
float  meanError 
)
inline

Constructor.

Definition at line 25 of file TestCalibMean.h.

25: m_mean(mean), m_meanError(meanError) {};

Member Function Documentation

◆ getMean()

float getMean ( ) const
inline

Gets the stored mean.

Definition at line 28 of file TestCalibMean.h.

28{return m_mean;};

◆ getMeanError()

float getMeanError ( ) const
inline

Gets the stored error on the mean.

Definition at line 30 of file TestCalibMean.h.

30{return m_meanError;};

◆ setMean()

void setMean ( float  mean)
inline

Sets the stored mean.

Definition at line 32 of file TestCalibMean.h.

32{m_mean = mean;};

◆ setMeanError()

void setMeanError ( float  meanError)
inline

Sets the Stored mean error.

Definition at line 34 of file TestCalibMean.h.

34{m_meanError = meanError;};

Member Data Documentation

◆ m_mean

float m_mean
private

mean

Definition at line 37 of file TestCalibMean.h.

◆ m_meanError

float m_meanError
private

meanError

Definition at line 38 of file TestCalibMean.h.


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