BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
TMdcDigi Class Reference

#include <TMdcDigi.h>

+ Inheritance diagram for TMdcDigi:

Public Member Functions

 TMdcDigi ()
 
 ~TMdcDigi ()
 
void setOverflow (const UInt_t overflow)
 
UInt_t getOverflow () const
 
 TMdcDigi ()
 
 ~TMdcDigi ()
 
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
 
 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

Constructor & Destructor Documentation

◆ TMdcDigi() [1/2]

TMdcDigi::TMdcDigi ( )

◆ ~TMdcDigi() [1/2]

TMdcDigi::~TMdcDigi ( )

Definition at line 12 of file TMdcDigi.cxx.

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

◆ TMdcDigi() [2/2]

TMdcDigi::TMdcDigi ( )

◆ ~TMdcDigi() [2/2]

TMdcDigi::~TMdcDigi ( )

Member Function Documentation

◆ getOverflow() [1/2]

UInt_t TMdcDigi::getOverflow ( ) const

Definition at line 42 of file TMdcDigi.cxx.

42 {
43 return m_overflow;
44 }

Referenced by MdcROOTGeo::DrawHits(), RootRawEvtReader::readMdc(), MdcROOTGeo::SetHits(), and MdcDigiCnv::TObjectToDataObject().

◆ getOverflow() [2/2]

UInt_t TMdcDigi::getOverflow ( ) const

◆ setOverflow() [1/2]

void TMdcDigi::setOverflow ( const UInt_t  overflow)

Definition at line 36 of file TMdcDigi.cxx.

36 {
37 m_overflow = overflow;
38 }

Referenced by MdcDigiCnv::DataObjectToTObject().

◆ setOverflow() [2/2]

void TMdcDigi::setOverflow ( const UInt_t  overflow)

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