Belle II Software development
TRGECLFAMTCADCThreshold Class Reference

DB object to store TC ADC Threshold. More...

#include <TRGECLFAMTCADCThreshold.h>

Inheritance diagram for TRGECLFAMTCADCThreshold:

Public Member Functions

 TRGECLFAMTCADCThreshold ()
 Constructor.
 
 TRGECLFAMTCADCThreshold (int TCId, int TCADCThreshold)
 Constructor.
 
void setTCId (int TCId)
 Set TCId.
 
void setTCADCThreshold (int TCADCThreshold)
 Set TC ADC Threshold (ADC)
 
int getTCId () const
 Get TCId.
 
int getTCADCThreshold () const
 Get TC ADC Threshold (ADC)
 

Private Member Functions

 ClassDef (TRGECLFAMTCADCThreshold, 1)
 the class title
 

Private Attributes

int m_TCId
 TCId.
 
int m_TCADCThreshold
 TC ADC Threshold (ADC)
 

Detailed Description

DB object to store TC ADC Threshold.

Definition at line 21 of file TRGECLFAMTCADCThreshold.h.

Constructor & Destructor Documentation

◆ TRGECLFAMTCADCThreshold() [1/2]

Constructor.

Definition at line 25 of file TRGECLFAMTCADCThreshold.h.

25 :
26 m_TCId(0),
27 m_TCADCThreshold(0)
28 {}

◆ TRGECLFAMTCADCThreshold() [2/2]

TRGECLFAMTCADCThreshold ( int TCId,
int TCADCThreshold )
inline

Constructor.

Definition at line 30 of file TRGECLFAMTCADCThreshold.h.

31 :
32 m_TCId(TCId),
33 m_TCADCThreshold(TCADCThreshold)
34 {}

Member Function Documentation

◆ getTCADCThreshold()

int getTCADCThreshold ( ) const
inline

Get TC ADC Threshold (ADC)

Definition at line 50 of file TRGECLFAMTCADCThreshold.h.

51 { return m_TCADCThreshold ; }

◆ getTCId()

int getTCId ( ) const
inline

Get TCId.

Definition at line 47 of file TRGECLFAMTCADCThreshold.h.

48 { return m_TCId ; }

◆ setTCADCThreshold()

void setTCADCThreshold ( int TCADCThreshold)
inline

Set TC ADC Threshold (ADC)

Definition at line 42 of file TRGECLFAMTCADCThreshold.h.

43 {
44 m_TCADCThreshold = TCADCThreshold;
45 }

◆ setTCId()

void setTCId ( int TCId)
inline

Set TCId.

Definition at line 37 of file TRGECLFAMTCADCThreshold.h.

38 {
39 m_TCId = TCId;
40 }

Member Data Documentation

◆ m_TCADCThreshold

int m_TCADCThreshold
private

TC ADC Threshold (ADC)

Definition at line 58 of file TRGECLFAMTCADCThreshold.h.

◆ m_TCId

int m_TCId
private

TCId.

Definition at line 56 of file TRGECLFAMTCADCThreshold.h.


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