STIR
6.2.0
|
Class for handling PENNPet Explorer events. More...
#include "stir/listmode/CListRecordPENN.h"
Public Member Functions | |
CListEventPENN (const shared_ptr< Scanner > &scanner_sptr) | |
virtual void | get_detection_position (DetectionPositionPair<> &) const |
This routine returns the corresponding detector pair. | |
virtual void | set_detection_position (const DetectionPositionPair<> &) |
This routine sets in a coincidence event from detector "indices". | |
void | init_from_data (bool d, int dt, int xa, int xb, int za, int zb, int ea, int eb) |
bool | is_prompt () const |
Succeeded | set_prompt (const bool _prompt=true) |
Changes the event from prompt to delayed or vice versa. More... | |
Public Member Functions inherited from stir::CListEventScannerWithDiscreteDetectors< ProjDataInfoCylindricalNoArcCorr > | |
CListEventScannerWithDiscreteDetectors (const shared_ptr< const ProjDataInfo > &proj_data_info) | |
const Scanner * | get_scanner_ptr () const |
LORAs2Points< float > | get_LOR () const override |
find LOR between detector pairs More... | |
void | get_bin (Bin &bin, const ProjDataInfo &proj_data_info) const override |
find bin for this event More... | |
bool | is_valid_template (const ProjDataInfo &) const override |
This method checks if the template is valid for LmToProjData. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from stir::CListEventScannerWithDiscreteDetectors< ProjDataInfoCylindricalNoArcCorr > | |
shared_ptr< const ProjDataInfoCylindricalNoArcCorr > | get_uncompressed_proj_data_info_sptr () const |
Class for handling PENNPet Explorer events.
|
inlinevirtual |
Changes the event from prompt to delayed or vice versa.
Default implementation just returns Succeeded::no.
Reimplemented from stir::CListEvent.