STIR
6.2.0
|
A class for a general element of a listmode file for a Siemens scanner using the ROOT files. More...
#include "stir/listmode/CListRecordROOT.h"
Public Member Functions | |
bool | is_time () const override |
Returns always true. | |
bool | is_event () const override |
Returns always true. | |
CListEventROOT & | event () override |
const CListEventROOT & | event () const override |
CListTimeROOT & | time () override |
const CListTimeROOT & | time () const override |
bool | operator== (const CListRecord &e2) const |
CListRecordROOT (const shared_ptr< const ProjDataInfo > &proj_data_info_sptr) | |
virtual Succeeded | init_from_data (const int &ring1, const int &ring2, const int &crystal1, const int &crystal2, const double &time1, const double &delta_time, const int &event1, const int &event2) |
A class for a general element of a listmode file for a Siemens scanner using the ROOT files.
|
inlinevirtual |
Referenced by stir::InputStreamFromROOTFileForECATPET::get_next_record(), and stir::InputStreamFromROOTFileForCylindricalPET::get_next_record().