24#ifndef __stir_listmode_ListEvent_H__
25#define __stir_listmode_ListEvent_H__
49 virtual bool is_prompt()
const = 0;
Declaration of class stir::Bin.
defines the stir::CartesianCoordinate3D<coordT> class
defines various classes for specifying a line in 3 dimensions
Declaration of class stir::ProjDataInfo.
A class for storing coordinates and value of a single projection bin.
Definition Bin.h:49
A class for LORs.
Definition LORCoordinates.h:296
Class for storing and using gamma events from a list mode file.
Definition ListEvent.h:46
virtual void get_bin(Bin &bin, const ProjDataInfo &) const
Finds the bin coordinates of this event for some characteristics of the projection data.
Definition ListEvent.cxx:31
virtual bool is_valid_template(const ProjDataInfo &) const =0
This method checks if the template is valid for LmToProjData.
virtual LORAs2Points< float > get_LOR() const =0
Finds the LOR between the coordinates where the detection took place.
An (abstract base) class that contains information on the projection data.
Definition ProjDataInfo.h:70