EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairGeoLoader.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairGeoLoader.h
1 /***************************************************************************
2  FairGeoLoader.h - description
3  -------------------
4  begin : Thu Jun 17 2004
5  copyright : (C) 2004 by turany
6  email : m.al-turany@gsi.de
7  ***************************************************************************/
8 
9 
10 #ifndef FairGeoLOADER_H
11 #define FairGeoLOADER_H
12 
13 #include "TNamed.h"
14 
15 
16 class FairGeoInterface;
17 class FairGeoBuilder;
22 class FairGeoLoader : public TNamed
23 {
24  public:
25  FairGeoLoader(const char* Name, const char* title);
26  FairGeoLoader();
27  virtual ~FairGeoLoader();
31  static FairGeoLoader* Instance();
32 
33  private:
39  ClassDef(FairGeoLoader,1)
40 
41 };
42 
43 #endif