CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
TLumiDigi Class Reference

#include <TLumiDigi.h>

+ Inheritance diagram for TLumiDigi:

Public Member Functions

 TLumiDigi ()
 
 ~TLumiDigi ()
 
void setOverflow (const UInt_t overflow)
 
UInt_t getOverflow () const
 
- Public Member Functions inherited from TRawData
 TRawData ()
 
 ~TRawData ()
 
void initialize (UInt_t id, UInt_t time=0, UInt_t charge=0)
 
void Clear (Option_t *option="")
 
void Print (Option_t *option="") const
 
void setTrackIndex (const int trackIndex)
 
UInt_t getIntId () const
 
UInt_t getTimeChannel () const
 
UInt_t getChargeChannel () const
 
int getTrackIndex () const
 

Detailed Description

Definition at line 6 of file TLumiDigi.h.

Constructor & Destructor Documentation

◆ TLumiDigi()

TLumiDigi::TLumiDigi ( )

◆ ~TLumiDigi()

TLumiDigi::~TLumiDigi ( )

Definition at line 9 of file TLumiDigi.cxx.

9 {
10 Clear();
11}
void Clear(Option_t *option="")
Definition: TRawData.cxx:18

Member Function Documentation

◆ getOverflow()

UInt_t TLumiDigi::getOverflow ( ) const

Definition at line 17 of file TLumiDigi.cxx.

17 {
18 return m_overflow;
19}

Referenced by LumiDigiCnv::TObjectToDataObject().

◆ setOverflow()

void TLumiDigi::setOverflow ( const UInt_t  overflow)

Definition at line 13 of file TLumiDigi.cxx.

13 {
14 m_overflow = overflow;
15}

Referenced by LumiDigiCnv::DataObjectToTObject().


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