CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
TRawData Class Reference

#include <TRawData.h>

+ Inheritance diagram for TRawData:

Public Member Functions

 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
 
 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

◆ TRawData() [1/3]

TRawData::TRawData ( )

◆ ~TRawData() [1/3]

TRawData::~TRawData ( )

Definition at line 13 of file bak_RootEventData-00-05-12/src/TRawData.cxx.

13 {
14 Clear();
15 }
void Clear(Option_t *option="")

◆ TRawData() [2/3]

TRawData::TRawData ( )

◆ ~TRawData() [2/3]

TRawData::~TRawData ( )

◆ TRawData() [3/3]

TRawData::TRawData ( )

◆ ~TRawData() [3/3]

TRawData::~TRawData ( )

Member Function Documentation

◆ Clear() [1/3]

void TRawData::Clear ( Option_t *  option = "")

◆ Clear() [2/3]

void TRawData::Clear ( Option_t *  option = "")

◆ Clear() [3/3]

void TRawData::Clear ( Option_t *  option = "")

◆ getChargeChannel() [1/3]

◆ getChargeChannel() [2/3]

UInt_t TRawData::getChargeChannel ( ) const

◆ getChargeChannel() [3/3]

UInt_t TRawData::getChargeChannel ( ) const

◆ getIntId() [1/3]

◆ getIntId() [2/3]

UInt_t TRawData::getIntId ( ) const

◆ getIntId() [3/3]

UInt_t TRawData::getIntId ( ) const

◆ getTimeChannel() [1/3]

◆ getTimeChannel() [2/3]

UInt_t TRawData::getTimeChannel ( ) const

◆ getTimeChannel() [3/3]

UInt_t TRawData::getTimeChannel ( ) const

◆ getTrackIndex() [1/3]

◆ getTrackIndex() [2/3]

int TRawData::getTrackIndex ( ) const

◆ getTrackIndex() [3/3]

int TRawData::getTrackIndex ( ) const

◆ initialize() [1/3]

void TRawData::initialize ( UInt_t  id,
UInt_t  time = 0,
UInt_t  charge = 0 
)

◆ initialize() [2/3]

void TRawData::initialize ( UInt_t  id,
UInt_t  time = 0,
UInt_t  charge = 0 
)

◆ initialize() [3/3]

void TRawData::initialize ( UInt_t  id,
UInt_t  time = 0,
UInt_t  charge = 0 
)

◆ Print() [1/3]

void TRawData::Print ( Option_t *  option = "") const

Definition at line 25 of file bak_RootEventData-00-05-12/src/TRawData.cxx.

25 {
26 TObject::Print(option);
27 std::cout.precision(2);
28 std::cout << "Idetifier: " << m_intId << std::endl;
29 std::cout << "TimeChannel: " << m_timeChannel <<std::endl;
30 std::cout << "ChargeChannel:" << m_chargeChannel <<std::endl;
31 }

Referenced by BesEvent::Print().

◆ Print() [2/3]

void TRawData::Print ( Option_t *  option = "") const

◆ Print() [3/3]

void TRawData::Print ( Option_t *  option = "") const

◆ setTrackIndex() [1/3]

void TRawData::setTrackIndex ( const int  trackIndex)

◆ setTrackIndex() [2/3]

void TRawData::setTrackIndex ( const int  trackIndex)

◆ setTrackIndex() [3/3]

void TRawData::setTrackIndex ( const int  trackIndex)

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