CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
iEventTransmission.cc
Go to the documentation of this file.
00001 
00002 /*
00003   Implementation of class iEventTransmission
00004 
00005   - separators: 
00006   - doxygen: 
00007   - default initialization: 
00008   - CASTOR_DEBUG: 
00009   - CASTOR_VERBOSE: 
00010 */
00011 
00019 #include "iEventTransmission.hh"
00020 #include "sOutputManager.hh"
00021 
00022 // =====================================================================
00023 // ---------------------------------------------------------------------
00024 // ---------------------------------------------------------------------
00025 // =====================================================================
00026 
00027 iEventTransmission::iEventTransmission() : vEvent()
00028 {
00029   // Throw an error
00030   Cerr("***** iEventTransmission::iEventTransmission() -> Not yet implemented !" << endl);
00031   Exit(EXIT_FAILURE);
00032 }
00033 
00034 // =====================================================================
00035 // ---------------------------------------------------------------------
00036 // ---------------------------------------------------------------------
00037 // =====================================================================
00038 
00039 iEventTransmission::~iEventTransmission() {}
 All Classes Files Functions Variables Typedefs Defines