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

Detailed Description

Definition at line 7 of file TRawData.h.

Constructor & Destructor Documentation

◆ TRawData()

TRawData::TRawData ( )

◆ ~TRawData()

TRawData::~TRawData ( )

Definition at line 13 of file TRawData.cxx.

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

Member Function Documentation

◆ Clear()

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

◆ getChargeChannel()

◆ getIntId()

◆ getTimeChannel()

◆ getTrackIndex()

◆ initialize()

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

◆ Print()

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

Definition at line 25 of file 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().

◆ setTrackIndex()

void TRawData::setTrackIndex ( const int trackIndex)

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