CASToR  1.1
Tomographic Reconstruction (PET/SPECT)
 All Classes Files Functions Variables Typedefs Macros Groups Pages
iEventTransmission.cc
Go to the documentation of this file.
1 
2 /*
3  Implementation of class iEventTransmission
4 
5  - separators:
6  - doxygen:
7  - default initialization:
8  - CASTOR_DEBUG:
9  - CASTOR_VERBOSE:
10 */
11 
19 #include "iEventTransmission.hh"
20 #include "sOutputManager.hh"
21 
22 // =====================================================================
23 // ---------------------------------------------------------------------
24 // ---------------------------------------------------------------------
25 // =====================================================================
26 
28 {
29  // Throw an error
30  Cerr("***** iEventTransmission::iEventTransmission() -> Not yet implemented !" << endl);
31  Exit(EXIT_FAILURE);
32 }
33 
34 // =====================================================================
35 // ---------------------------------------------------------------------
36 // ---------------------------------------------------------------------
37 // =====================================================================
38 
Declaration of class iEventTransmission.
void Exit(int code)
#define Cerr(MESSAGE)
Declaration of class sOutputManager.
Mother class for the Event objects.
Definition: vEvent.hh:23