Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ExampleContinedObject.h

Go to the documentation of this file.
00001 // ExampleContainedObject - used for Atlfast testing
00002 //
00003 #ifndef TESTATLFAST_EXAMPLECONTAINEDOBJECT_H
00004 #define TESTATLFAST_EXAMPLECONTAINEDOBJECT_H
00005 
00006   
00007 #ifndef GAUDIKERNEL_CONTAINEDOBJECT_H
00008 #include "GaudiKernel/ContainedObject.h"
00009 #define GAUDIKERNEL_CONTAINEDOBJECT_H
00010 #endif
00011 
00012 #ifndef GAUDIKERNEL_OBJECTFACTORY_H
00013 #include "GaudiKernel/ObjectFactory.h"
00014 #define GAUDIKERNEL_OBJECTFACTORY_H
00015 #endif
00016 
00017 
00018 // Class ID for ExampleContinedObject class
00019 static const CLID CLID_TESTATLFAST_EXAMPLECONTAINEDOBJECT=2301 ;
00020 
00021 namespace TestAtlfast {
00022   class ExampleContainedObject : public ContainedObject{
00023     public:
00025     ExampleContainedObject();
00026     virtual ~ExampleContainedObject() { } 
00028     static const  CLID& classID()    { 
00029       return CLID_TESTATLFAST_EXAMPLECONTAINEDOBJECT; }
00031     virtual const CLID& clID() const { 
00032       return CLID_TESTATLFAST_EXAMPLECONTAINEDOBJECT; }
00033     private:
00034       
00035   };
00036 }  //end of namespace bracket
00037 #endif
00038 
00039 
00040 
00041 
00042 
00043 
00044 
00045 
00046 

Generated on Thu Apr 18 12:04:30 2002 for TestAtlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001