#include <TRawData.h>
◆ TRawData() [1/2]
◆ ~TRawData() [1/2]
Definition at line 13 of file TRawData.cxx.
13 {
15 }
void Clear(Option_t *option="")
◆ TRawData() [2/2]
◆ ~TRawData() [2/2]
◆ Clear() [1/2]
void TRawData::Clear |
( |
Option_t * |
option = "" | ) |
|
◆ Clear() [2/2]
void TRawData::Clear |
( |
Option_t * |
option = "" | ) |
|
◆ getChargeChannel() [1/2]
UInt_t TRawData::getChargeChannel |
( |
| ) |
const |
Definition at line 60 of file TRawData.cxx.
60 {
61 return m_chargeChannel;
62 }
Referenced by EmcROOTGeo::DrawHits(), MdcROOTGeo::DrawHits(), TofROOTGeo::DrawHits(), RootRawEvtReader::readEmc(), RootRawEvtReader::readMdc(), RootRawEvtReader::readMuc(), RootRawEvtReader::readTof(), EmcROOTGeo::SetHits(), MdcROOTGeo::SetHits(), TofROOTGeo::SetHits(), EmcDigiCnv::TObjectToDataObject(), LumiDigiCnv::TObjectToDataObject(), MdcDigiCnv::TObjectToDataObject(), MucDigiCnv::TObjectToDataObject(), TofDigiCnv::TObjectToDataObject(), and HltRawCnv::TObjectToDataObject().
◆ getChargeChannel() [2/2]
UInt_t TRawData::getChargeChannel |
( |
| ) |
const |
◆ getIntId() [1/2]
UInt_t TRawData::getIntId |
( |
| ) |
const |
Definition at line 50 of file TRawData.cxx.
50 {
51 return m_intId;
52 }
Referenced by EmcROOTGeo::DrawHits(), MdcROOTGeo::DrawHits(), MucROOTGeo::DrawHits(), TofROOTGeo::DrawHits(), RootRawEvtReader::readEmc(), RootRawEvtReader::readMdc(), RootRawEvtReader::readMuc(), RootRawEvtReader::readTof(), EmcROOTGeo::SetHits(), MdcROOTGeo::SetHits(), TofROOTGeo::SetHits(), EmcDigiCnv::TObjectToDataObject(), LumiDigiCnv::TObjectToDataObject(), MdcDigiCnv::TObjectToDataObject(), MucDigiCnv::TObjectToDataObject(), TofDigiCnv::TObjectToDataObject(), and HltRawCnv::TObjectToDataObject().
◆ getIntId() [2/2]
UInt_t TRawData::getIntId |
( |
| ) |
const |
◆ getTimeChannel() [1/2]
UInt_t TRawData::getTimeChannel |
( |
| ) |
const |
Definition at line 55 of file TRawData.cxx.
55 {
56 return m_timeChannel;
57 }
Referenced by MdcROOTGeo::DrawHits(), TofROOTGeo::DrawHits(), RootRawEvtReader::readEmc(), RootRawEvtReader::readMdc(), RootRawEvtReader::readMuc(), RootRawEvtReader::readTof(), EmcROOTGeo::SetHits(), MdcROOTGeo::SetHits(), TofROOTGeo::SetHits(), EmcDigiCnv::TObjectToDataObject(), LumiDigiCnv::TObjectToDataObject(), MdcDigiCnv::TObjectToDataObject(), MucDigiCnv::TObjectToDataObject(), TofDigiCnv::TObjectToDataObject(), and HltRawCnv::TObjectToDataObject().
◆ getTimeChannel() [2/2]
UInt_t TRawData::getTimeChannel |
( |
| ) |
const |
◆ getTrackIndex() [1/2]
int TRawData::getTrackIndex |
( |
| ) |
const |
◆ getTrackIndex() [2/2]
int TRawData::getTrackIndex |
( |
| ) |
const |
◆ initialize() [1/2]
void TRawData::initialize |
( |
UInt_t |
id, |
|
|
UInt_t |
time = 0 , |
|
|
UInt_t |
charge = 0 |
|
) |
| |
◆ initialize() [2/2]
void TRawData::initialize |
( |
UInt_t |
id, |
|
|
UInt_t |
time = 0 , |
|
|
UInt_t |
charge = 0 |
|
) |
| |
◆ Print() [1/2]
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().
◆ Print() [2/2]
void TRawData::Print |
( |
Option_t * |
option = "" | ) |
const |
◆ setTrackIndex() [1/2]
void TRawData::setTrackIndex |
( |
const int |
trackIndex | ) |
|
◆ setTrackIndex() [2/2]
void TRawData::setTrackIndex |
( |
const int |
trackIndex | ) |
|
The documentation for this class was generated from the following files: