CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
iEventTransmission.hh
Go to the documentation of this file.
00001 
00009 #ifndef IEVENTTRANSMISSION_HH
00010 #define IEVENTTRANSMISSION_HH 1
00011 
00012 #include "gVariables.hh"
00013 #include "vEvent.hh"
00014 
00015 
00016 
00022 class iEventTransmission : public vEvent
00023 {
00024   // -------------------------------------------------------------------
00025   // Constructor & Destructor
00026   public:
00027     iEventTransmission();
00028     virtual ~iEventTransmission();
00029 
00030   // -------------------------------------------------------------------
00031   // Public member functions
00032   public:
00033     int AllocateSpecificData() {return 0;}
00034     void Describe() {;}
00035 
00036   // -------------------------------------------------------------------
00037   // Public Get & Set functions
00038   public:
00039     inline void SetEventValue(int a_bin, FLTNBDATA a_value) {;}
00040     inline FLTNB GetEventValue(int a_bin) {return -1.;}
00041     inline FLTNB GetAdditiveCorrections(int a_bin) {return -1.;}
00042     inline FLTNB GetMultiplicativeCorrections() {return -1.;}
00043 
00044   // -------------------------------------------------------------------
00045   // Private member functions
00046   private:
00047 
00048   // -------------------------------------------------------------------
00049   // Data members
00050   private:
00051 };
00052 
00053 #endif
 All Classes Files Functions Variables Typedefs Defines