Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TGo4EventEndException.cxx

Go to the documentation of this file.
00001 //-------------------------------------------------------------
00002 //        Go4 Release Package v3.04-01 (build 30401)
00003 //                      28-November-2008
00004 //---------------------------------------------------------------
00005 //   The GSI Online Offline Object Oriented (Go4) Project
00006 //   Experiment Data Processing at EE department, GSI
00007 //---------------------------------------------------------------
00008 //
00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI
00010 //                    Planckstr. 1, 64291 Darmstadt, Germany
00011 //Contact:            http://go4.gsi.de
00012 //----------------------------------------------------------------
00013 //This software can be used under the license agreements as stated
00014 //in Go4License.txt file which is part of the distribution.
00015 //----------------------------------------------------------------
00016 #include "TGo4EventEndException.h"
00017 
00018 #include "TGo4Log.h"
00019 
00020 TGo4EventEndException::TGo4EventEndException (TGo4EventSource* eventsource)
00021 : TGo4EventSourceException(eventsource)
00022 {
00023    TRACE((16,"TGo4EventEndException::TGo4EventEndException (TGo4EventSource*)", __LINE__, __FILE__));
00024    fxDescription= " Go4 End Of Eventsource Exception ";
00025 
00026 }
00027 
00028 TGo4EventEndException::TGo4EventEndException(const TGo4EventEndException &right)
00029   :TGo4EventSourceException(right)
00030 {
00031  TRACE((16,"TGo4EventEndException::TGo4EventEndException(right)", __LINE__, __FILE__));   ;
00032 
00033 }
00034 
00035 TGo4EventEndException & TGo4EventEndException::operator= (const TGo4EventEndException & right)
00036 {
00037  TRACE((16,"TGo4EventEndException::operator=",__LINE__, __FILE__));
00038  if (&right!=this)
00039     {
00040       TGo4EventSourceException::operator=(right); // copy base class members
00041       // put additional member copies here...
00042       return *this;
00043     }
00044   else
00045     {
00046       // copy is already source object
00047       return *this;
00048     }
00049 }
00050 
00051 TGo4EventEndException::~TGo4EventEndException()
00052 {
00053    TRACE((16,"TGo4EventEndException::~TGo4EventEndException()", __LINE__, __FILE__));
00054 }
00055 
00056 //----------------------------END OF GO4 SOURCE FILE ---------------------

Generated on Fri Nov 28 12:59:07 2008 for Go4-v3.04-1 by  doxygen 1.4.2