CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
iEventHistoSPECT.hh
Go to the documentation of this file.
00001 
00009 #ifndef IEVENTHISTOSPECT_HH
00010 #define IEVENTHISTOSPECT_HH 1
00011 
00012 #include "iEventSPECT.hh"
00013 
00014 
00015 
00021 class iEventHistoSPECT : public iEventSPECT
00022 {
00023   // -------------------------------------------------------------------
00024   // Constructor & Destructor
00025   public:
00030     iEventHistoSPECT();
00034     ~iEventHistoSPECT();
00035 
00036 
00037   // -------------------------------------------------------------------
00038   // Public member functions
00039   public:
00045     inline int AllocateSpecificData()
00046            {return 0;}
00051     void Describe();
00052 
00053 
00054   // -------------------------------------------------------------------
00055   // Public Get & Set functions
00056   public:
00062     inline FLTNB GetEventValue(int a_bin)
00063            {return m_eventValue;}
00070     inline void SetEventValue(int a_bin, FLTNBDATA a_value)
00071            {m_eventValue = (FLTNB)a_value;}
00072 
00073 
00074   // -------------------------------------------------------------------
00075   // Private member functions
00076   private:
00077 
00078 
00079   // -------------------------------------------------------------------
00080   // Data members
00081   private:
00082 };
00083 
00084 #endif
 All Classes Files Functions Variables Typedefs Defines