FieldManager.hh

Go to the documentation of this file.
00001 // $Id: FieldManager.hh,v 1.2 2006/11/14 01:14:37 jeremy Exp $
00002 
00003 #ifndef SLIC_FIELDMANAGER_HH
00004 #define SLIC_FIELDMANAGER_HH 1
00005 
00006 #include "Module.hh"
00007 #include "FieldMessenger.hh"
00008 #include "Singleton.hh"
00009 
00010 namespace slic
00011 {
00012   class FieldManager : public Module, public Singleton<FieldManager>
00013   {
00014 
00015   public:
00016     FieldManager();
00017 
00018     virtual ~FieldManager();
00019 
00020   private:
00021 
00022     FieldMessenger* m_messenger;
00023   };
00024 }
00025 
00026 #endif

Generated on Thu Nov 15 15:24:15 2007 for Simulator for the Linear Collider by  doxygen 1.5.4