Belle II Software development
TRGECLTMMPara Class Reference

Raw TC result nefor digitizing. More...

#include <TRGECLTMMPara.h>

Inheritance diagram for TRGECLTMMPara:

Public Member Functions

 TRGECLTMMPara ()
 Empty constructor Recommended for ROOT IO.
 
 TRGECLTMMPara (int FPGAversion)
 Construction.
 
void setFPGAversion (int FPGAversion)
 Set FPGAversion.
 
int getFPGAversion () const
 Get FPGAversion.
 
 ClassDef (TRGECLTMMPara, 1)
 the class title
 

Public Attributes

int m_FPGAversion
 FPGAversion.
 

Detailed Description

Raw TC result nefor digitizing.

Definition at line 21 of file TRGECLTMMPara.h.

Constructor & Destructor Documentation

◆ TRGECLTMMPara() [1/2]

TRGECLTMMPara ( )
inline

Empty constructor Recommended for ROOT IO.

Definition at line 25 of file TRGECLTMMPara.h.

25 : m_FPGAversion(1)
26 {
27
28 }
int m_FPGAversion
FPGAversion.
Definition: TRGECLTMMPara.h:47

◆ TRGECLTMMPara() [2/2]

TRGECLTMMPara ( int  FPGAversion)
inlineexplicit

Construction.

Definition at line 30 of file TRGECLTMMPara.h.

30 :
31 m_FPGAversion(FPGAversion)
32
33 {
34 }

Member Function Documentation

◆ getFPGAversion()

int getFPGAversion ( ) const
inline

Get FPGAversion.

Definition at line 40 of file TRGECLTMMPara.h.

41 { return m_FPGAversion ; }

◆ setFPGAversion()

void setFPGAversion ( int  FPGAversion)
inline

Set FPGAversion.

Definition at line 37 of file TRGECLTMMPara.h.

37{ m_FPGAversion = FPGAversion; }

Member Data Documentation

◆ m_FPGAversion

int m_FPGAversion

FPGAversion.

Definition at line 47 of file TRGECLTMMPara.h.


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