00001 // $Id: PreloadGeometryTool.h,v 1.2 2008/07/21 14:52:40 cattanem Exp $ 00002 #ifndef PRELOADGEOMETRYTOOL_H 00003 #define PRELOADGEOMETRYTOOL_H 1 00004 00005 // Include files 00006 // from Gaudi 00007 #include "GaudiAlg/GaudiTool.h" 00008 #include "GaudiAlg/IGenericTool.h" // Interface 00009 00010 00017 class PreloadGeometryTool : public GaudiTool, virtual public IGenericTool { 00018 public: 00020 PreloadGeometryTool( const std::string& type, 00021 const std::string& name, 00022 const IInterface* parent); 00023 00024 virtual ~PreloadGeometryTool( ); 00025 00026 void execute(); 00027 protected: 00028 00029 private: 00030 00031 }; 00032 #endif // PRELOADGEOMETRYTOOL_H