BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
TTofDigi Class Reference

#include <TTofDigi.h>

+ Inheritance diagram for TTofDigi:

Public Member Functions

 TTofDigi ()
 
 ~TTofDigi ()
 
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 7 of file TTofDigi.h.

Constructor & Destructor Documentation

◆ TTofDigi()

TTofDigi::TTofDigi ( )

◆ ~TTofDigi()

TTofDigi::~TTofDigi ( )

Definition at line 12 of file TTofDigi.cxx.

12 {
13 Clear();
14 }
void Clear(Option_t *option="")
Definition: TRawData.cxx:18

Member Function Documentation

◆ getOverflow()

UInt_t TTofDigi::getOverflow ( ) const

Definition at line 42 of file TTofDigi.cxx.

42 {
43 return m_overflow;
44 }

Referenced by RootRawEvtReader::readTof(), and TofDigiCnv::TObjectToDataObject().

◆ setOverflow()

void TTofDigi::setOverflow ( const UInt_t  overflow)

Definition at line 36 of file TTofDigi.cxx.

36 {
37 m_overflow = overflow;
38 }

Referenced by TofDigiCnv::DataObjectToTObject().


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