24#ifndef __stir_recon_buildblock_PoissonLogLikelihoodWithLinearModelForMeanAndListModeData_H__
25#define __stir_recon_buildblock_PoissonLogLikelihoodWithLinearModelForMeanAndListModeData_H__
63template <
typename TargetT>
70 PoissonLogLikelihoodWithLinearModelForMeanAndListModeData();
129 bool get_recompute_cache()
const;
153 std::string frame_defs_filename;
158 shared_ptr<ProjData> additive_proj_data_sptr;
164 shared_ptr<BinNormalisation> normalisation_sptr;
169 unsigned int current_frame_num;
215 int max_segment_num_to_process;
Declaration of class stir::ListModeData.
Definition of the stir::ParseAndCreateFrom class.
Declaration of class stir::TimeFrameDefinitions.
The base class for reading list mode data.
Definition ListModeData.h:123
template for adding keywords to a parser and creating an object
Definition ParseAndCreateFrom.h:53
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition Succeeded.h:44
Class used for storing time frame durations.
Definition TimeFrameDefinitions.h:39