All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
TGeant3f77.h
Go to the documentation of this file.
1 #ifndef ROOT_TGeant3f77
2 #define ROOT_TGeant3f77
3 
4 ////////////////////////////////////////////////////
5 // C++/f77 interface to Geant3 basic routines //
6 ////////////////////////////////////////////////////
7 
9 
10 class TGeant3f77 : public TGeant3 {
11 
12 public:
13  TGeant3f77();
14  TGeant3f77(const char *title, Int_t nwgeant=0);
15  virtual ~TGeant3f77() {}
16 
17 
18 private:
19  TGeant3f77(const TGeant3f77 &tg3);
20  TGeant3f77 & operator=(const TGeant3f77 &tg3);
21 
22  ClassDef(TGeant3f77,1) //C++/f77 interface to Geant basic routines
23 };
24 #endif //ROOT_TGeant3f77
virtual ~TGeant3f77()
Definition: TGeant3f77.h:15
TGeant3f77 & operator=(const TGeant3f77 &tg3)