26 #ifndef __stir_ProjDataInfoCylindricalArcCorr_H__ 27 #define __stir_ProjDataInfoCylindricalArcCorr_H__ 58 const int num_tangential_poss,
59 const int tof_mash_factor = 0);
63 bool operator==(
const self_type&)
const;
65 inline float get_s(
const Bin&)
const override;
67 void set_tangential_sampling(
const float bin_size);
69 inline float get_tangential_sampling()
const;
75 Bin get_bin(
const LOR<float>&,
const double delta_time = 0.0)
const override;
77 std::string parameter_info()
const override;
82 bool blindly_equals(
const root_type*
const)
const override;
float get_sampling_in_s(const Bin &) const override
Get sampling distance in the s coordinate.
Definition: ProjDataInfoCylindricalArcCorr.h:70
Projection data info for arc-corrected data.
Definition: ProjDataInfoCylindricalArcCorr.h:40
Declaration of class stir::ProjDataInfoCylindrical.
A class for storing coordinates and value of a single projection bin.
Definition: Bin.h:48
projection data info for data corresponding to a 'cylindrical' sampling.
Definition: ProjDataInfoCylindrical.h:48
An (abstract base) class that contains information on the projection data.
Definition: ProjDataInfo.h:69
Implementation of inline functions of class stir::ProjDataInfoCylindricalArcCorr. ...