20 #ifndef __stir_recon_buildblock_BinNormalisationFromML2D_H__ 21 #define __stir_recon_buildblock_BinNormalisationFromML2D_H__ 72 virtual Succeeded set_up(
const shared_ptr<const ProjDataInfo>&);
89 void set_defaults()
override;
90 void initialise_keymap()
override;
91 bool post_processing()
override;
93 std::string normalisation_filename_prefix;
100 shared_ptr<ProjDataInMemory> norm_factors_ptr;
Declaration of class stir::ProjDataInMemory.
static const char *const registered_name
Name which will be used when parsing a BinNormalisation object.
Definition: BinNormalisationFromML2D.h:61
Import of std::shared_ptr, std::dynamic_pointer_cast and std::static_pointer_cast (or corresponding b...
Declaration of class stir::ProjData.
Declaration of class stir::BinNormalisation.
Parent class for all leaves in a RegisteredObject hierarchy that do parsing of parameter files...
Definition: RegisteredParsingObject.h:77
A BinNormalisation class that gets the normalisation factors from the files output by find_ML_normfac...
Definition: BinNormalisationFromML2D.h:57
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition: Succeeded.h:43
Declaration of class stir::RegisteredParsingObject.