#ifndef ROOT_TEveMacro
#define ROOT_TEveMacro
#include "TEveUtil.h"
#include "TMacro.h"
class TEveMacro : public TMacro
{
protected:
public:
   TEveMacro();
   TEveMacro(const TEveMacro&);
   TEveMacro(const char* name);
   virtual ~TEveMacro() {}
   virtual Long_t Exec(const char* params = "0", Int_t* error = 0);
   void ResetRoot();
   ClassDef(TEveMacro, 1); 
};
#endif
Last update: Thu Jan 17 08:48:49 2008
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.