#include <TRawData.h>
◆ TRawData() [1/3]
◆ ~TRawData() [1/3]
◆ TRawData() [2/3]
◆ ~TRawData() [2/3]
◆ TRawData() [3/3]
◆ ~TRawData() [3/3]
◆ Clear() [1/3]
| void TRawData::Clear |
( |
Option_t * | option = "" | ) |
|
Definition at line 14 of file TRawData.cxx.
14 {
15 m_intId = 0;
16 m_timeChannel = 0;
17 m_chargeChannel = 0;
18}
Referenced by TEmcDigi::TEmcDigi(), THltRaw::THltRaw(), TLumiDigi::TLumiDigi(), TMdcDigi::TMdcDigi(), TMucDigi::TMucDigi(), TRawData(), TTofDigi::TTofDigi(), TEmcDigi::~TEmcDigi(), THltRaw::~THltRaw(), TLumiDigi::~TLumiDigi(), TMdcDigi::~TMdcDigi(), TMucDigi::~TMucDigi(), ~TRawData(), and TTofDigi::~TTofDigi().
◆ Clear() [2/3]
| void TRawData::Clear |
( |
Option_t * | option = "" | ) |
|
◆ Clear() [3/3]
| void TRawData::Clear |
( |
Option_t * | option = "" | ) |
|
◆ getChargeChannel() [1/3]
| UInt_t TRawData::getChargeChannel |
( |
| ) |
const |
Definition at line 48 of file TRawData.cxx.
48{ return m_chargeChannel; }
Referenced by RootRawEvtReader::readEmc(), RootRawEvtReader::readMdc(), RootRawEvtReader::readMuc(), RootRawEvtReader::readTof(), EmcROOTGeo::SetHits(), MdcROOTGeo::SetHits(), TofROOTGeo::SetHits(), EmcDigiCnv::TObjectToDataObject(), HltRawCnv::TObjectToDataObject(), LumiDigiCnv::TObjectToDataObject(), MdcDigiCnv::TObjectToDataObject(), MucDigiCnv::TObjectToDataObject(), and TofDigiCnv::TObjectToDataObject().
◆ getChargeChannel() [2/3]
| UInt_t TRawData::getChargeChannel |
( |
| ) |
const |
◆ getChargeChannel() [3/3]
| UInt_t TRawData::getChargeChannel |
( |
| ) |
const |
◆ getIntId() [1/3]
| UInt_t TRawData::getIntId |
( |
| ) |
const |
Definition at line 42 of file TRawData.cxx.
Referenced by RootRawEvtReader::readEmc(), RootRawEvtReader::readMdc(), RootRawEvtReader::readMuc(), RootRawEvtReader::readTof(), EmcROOTGeo::SetHits(), MdcROOTGeo::SetHits(), TofROOTGeo::SetHits(), EmcDigiCnv::TObjectToDataObject(), HltRawCnv::TObjectToDataObject(), LumiDigiCnv::TObjectToDataObject(), MdcDigiCnv::TObjectToDataObject(), MucDigiCnv::TObjectToDataObject(), and TofDigiCnv::TObjectToDataObject().
◆ getIntId() [2/3]
| UInt_t TRawData::getIntId |
( |
| ) |
const |
◆ getIntId() [3/3]
| UInt_t TRawData::getIntId |
( |
| ) |
const |
◆ getTimeChannel() [1/3]
| UInt_t TRawData::getTimeChannel |
( |
| ) |
const |
Definition at line 45 of file TRawData.cxx.
45{ return m_timeChannel; }
Referenced by RootRawEvtReader::readEmc(), RootRawEvtReader::readMdc(), RootRawEvtReader::readMuc(), RootRawEvtReader::readTof(), EmcROOTGeo::SetHits(), MdcROOTGeo::SetHits(), TofROOTGeo::SetHits(), EmcDigiCnv::TObjectToDataObject(), HltRawCnv::TObjectToDataObject(), LumiDigiCnv::TObjectToDataObject(), MdcDigiCnv::TObjectToDataObject(), MucDigiCnv::TObjectToDataObject(), and TofDigiCnv::TObjectToDataObject().
◆ getTimeChannel() [2/3]
| UInt_t TRawData::getTimeChannel |
( |
| ) |
const |
◆ getTimeChannel() [3/3]
| UInt_t TRawData::getTimeChannel |
( |
| ) |
const |
◆ getTrackIndex() [1/3]
| int TRawData::getTrackIndex |
( |
| ) |
const |
◆ 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 21 of file TRawData.cxx.
21 {
22 TObject::Print( option );
23 std::cout.precision( 2 );
24 std::cout << "Idetifier: " << m_intId << std::endl;
25 std::cout << "TimeChannel: " << m_timeChannel << std::endl;
26 std::cout << "ChargeChannel:" << m_chargeChannel << std::endl;
27}
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: