| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

HistoryObj.h

Go to the documentation of this file.
00001 // $Header: /local/reps/Gaudi/GaudiKernel/GaudiKernel/HistoryObj.h,v 1.1 2004/07/14 18:13:56 leggett Exp $
00002 
00003 #ifndef GAUDIKERNEL_HISTORYOBJ_H
00004 #define GAUDIKERNEL_HISTORYOBJ_H
00005 
00006 #include "GaudiKernel/DataObject.h"
00007 #include "GaudiKernel/ClassID.h"
00008 
00018 class HistoryObj: public DataObject {
00019 public:
00020   HistoryObj();
00021   virtual ~HistoryObj(){};
00022   
00023   virtual const CLID& clID() const { return HistoryObj::classID(); }
00024   static const CLID& classID();
00025 
00026 
00027 };
00028 
00029 #endif
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:56:57 2011 for GaudiKernel by doxygen 1.4.7