fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/FEdata/RootManager.h
Go to the documentation of this file.
00001 // RootManager.h: Schnittstelle für die Klasse RootManager.
00002 //
00004 
00005 #if !defined(AFX_ROOTMANAGER_H__D30D973D_7766_11D5_AD7E_0050040DB385__INCLUDED_)
00006 #define AFX_ROOTMANAGER_H__D30D973D_7766_11D5_AD7E_0050040DB385__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 //#include <FEdata/tsdef.h>
00013 
00014 #ifdef USE_ROOT
00015 class TApplication;
00016 
00020 class RootManager  
00021 {
00022 public:
00023         RootManager();
00024         virtual ~RootManager();
00025 
00026         void loadEventFile(char *file);
00027 
00028 private:
00029         TApplication *a;
00030 
00031 };
00032 #endif
00033 
00034 #endif // !defined(AFX_ROOTMANAGER_H__D30D973D_7766_11D5_AD7E_0050040DB385__INCLUDED_)