![]() |
MiniballSort
|
#include <DataPackets.hh>
Public Member Functions | |
| MiniballDataPackets () | |
| ~MiniballDataPackets () | |
| MiniballDataPackets (std::shared_ptr< MiniballDataPackets > in) | |
| MiniballDataPackets (std::shared_ptr< DgfData > in) | |
| MiniballDataPackets (std::shared_ptr< AdcData > in) | |
| MiniballDataPackets (std::shared_ptr< FebexData > in) | |
| MiniballDataPackets (std::shared_ptr< InfoData > in) | |
| bool | IsDgf () const |
| bool | IsAdc () const |
| bool | IsFebex () const |
| bool | IsInfo () const |
| void | SetData (std::shared_ptr< MiniballDataPackets > in) |
| void | SetData (std::shared_ptr< DgfData > data) |
| void | SetData (std::shared_ptr< AdcData > data) |
| void | SetData (std::shared_ptr< FebexData > data) |
| void | SetData (std::shared_ptr< InfoData > data) |
| std::shared_ptr< DgfData > | GetDgfData () const |
| std::shared_ptr< AdcData > | GetAdcData () const |
| std::shared_ptr< FebexData > | GetFebexData () const |
| std::shared_ptr< InfoData > | GetInfoData () const |
| unsigned long long int | GetEventID () const |
| long long int | GetTime () const |
| UInt_t | GetTimeMSB () const |
| UInt_t | GetTimeLSB () const |
| unsigned char | GetSfp () const |
| unsigned char | GetBoard () const |
| unsigned char | GetModule () const |
| unsigned char | GetChannel () const |
| bool | operator< (const MiniballDataPackets &rhs) const |
| void | ClearData () |
Protected Attributes | |
| std::vector< DgfData > | dgf_packets |
| std::vector< AdcData > | adc_packets |
| std::vector< FebexData > | febex_packets |
| std::vector< InfoData > | info_packets |
Definition at line 412 of file DataPackets.hh.
|
inline |
Definition at line 416 of file DataPackets.hh.
|
inline |
Definition at line 417 of file DataPackets.hh.
|
inline |
Definition at line 419 of file DataPackets.hh.
|
inline |
Definition at line 420 of file DataPackets.hh.
|
inline |
Definition at line 421 of file DataPackets.hh.
|
inline |
Definition at line 422 of file DataPackets.hh.
|
inline |
Definition at line 423 of file DataPackets.hh.
| void MiniballDataPackets::ClearData | ( | ) |
|
inline |
Definition at line 445 of file DataPackets.hh.
Referenced by MiniballEventBuilder::BuildEvents(), MiniballCDCalibrator::FillHists(), GetBoard(), GetChannel(), GetEventID(), GetModule(), and GetTime().
| unsigned char MiniballDataPackets::GetBoard | ( | ) | const |
Definition at line 173 of file DataPackets.cc.
| unsigned char MiniballDataPackets::GetChannel | ( | ) | const |
Definition at line 195 of file DataPackets.cc.
|
inline |
Definition at line 442 of file DataPackets.hh.
Referenced by MiniballEventBuilder::BuildEvents(), GetBoard(), GetChannel(), GetEventID(), GetModule(), and GetTime().
| unsigned long long int MiniballDataPackets::GetEventID | ( | ) | const |
Definition at line 130 of file DataPackets.cc.
Referenced by MiniballEventBuilder::BuildEvents(), and MiniballCDCalibrator::FillHists().
|
inline |
Definition at line 448 of file DataPackets.hh.
Referenced by MiniballEventBuilder::BuildEvents(), MiniballCDCalibrator::FillHists(), GetBoard(), GetChannel(), GetEventID(), GetModule(), GetSfp(), and GetTime().
|
inline |
Definition at line 451 of file DataPackets.hh.
Referenced by MiniballEventBuilder::BuildEvents(), GetBoard(), GetEventID(), GetModule(), GetSfp(), and GetTime().
| unsigned char MiniballDataPackets::GetModule | ( | ) | const |
Definition at line 184 of file DataPackets.cc.
| unsigned char MiniballDataPackets::GetSfp | ( | ) | const |
Definition at line 164 of file DataPackets.cc.
| long long int MiniballDataPackets::GetTime | ( | ) | const |
Definition at line 141 of file DataPackets.cc.
Referenced by MiniballEventBuilder::BuildEvents(), MiniballCDCalibrator::FillHists(), GetTimeLSB(), GetTimeMSB(), and operator<().
| UInt_t MiniballDataPackets::GetTimeLSB | ( | ) | const |
Definition at line 158 of file DataPackets.cc.
| UInt_t MiniballDataPackets::GetTimeMSB | ( | ) | const |
Definition at line 152 of file DataPackets.cc.
|
inline |
Definition at line 426 of file DataPackets.hh.
Referenced by MiniballEventBuilder::BuildEvents(), MiniballCDCalibrator::FillHists(), GetBoard(), GetChannel(), GetEventID(), GetModule(), and GetTime().
|
inline |
Definition at line 425 of file DataPackets.hh.
Referenced by MiniballEventBuilder::BuildEvents(), GetBoard(), GetChannel(), GetEventID(), GetModule(), and GetTime().
|
inline |
Definition at line 427 of file DataPackets.hh.
Referenced by MiniballEventBuilder::BuildEvents(), MiniballCDCalibrator::FillHists(), GetBoard(), GetChannel(), GetEventID(), GetModule(), GetSfp(), and GetTime().
|
inline |
Definition at line 428 of file DataPackets.hh.
Referenced by MiniballEventBuilder::BuildEvents(), MiniballCDCalibrator::FillHists(), GetBoard(), GetChannel(), GetEventID(), GetModule(), GetSfp(), and GetTime().
|
inline |
Definition at line 466 of file DataPackets.hh.
| void MiniballDataPackets::SetData | ( | std::shared_ptr< AdcData > | data | ) |
Definition at line 53 of file DataPackets.cc.
| void MiniballDataPackets::SetData | ( | std::shared_ptr< DgfData > | data | ) |
Definition at line 25 of file DataPackets.cc.
| void MiniballDataPackets::SetData | ( | std::shared_ptr< FebexData > | data | ) |
Definition at line 75 of file DataPackets.cc.
| void MiniballDataPackets::SetData | ( | std::shared_ptr< InfoData > | data | ) |
Definition at line 102 of file DataPackets.cc.
|
inline |
Definition at line 430 of file DataPackets.hh.
Referenced by MiniballDataPackets(), MiniballDataPackets(), MiniballDataPackets(), MiniballDataPackets(), MiniballDataPackets(), and SetData().
|
protected |
Definition at line 475 of file DataPackets.hh.
Referenced by ClearData(), GetAdcData(), IsAdc(), and SetData().
|
protected |
Definition at line 474 of file DataPackets.hh.
Referenced by ClearData(), GetDgfData(), IsDgf(), and SetData().
|
protected |
Definition at line 476 of file DataPackets.hh.
Referenced by ClearData(), GetFebexData(), IsFebex(), and SetData().
|
protected |
Definition at line 477 of file DataPackets.hh.
Referenced by ClearData(), GetInfoData(), IsInfo(), and SetData().