]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STRUCT/AliFRAMEv0.h
Do not export any Make-depend, so we had to change the name of the
[u/mrichter/AliRoot.git] / STRUCT / AliFRAMEv0.h
1 #ifndef FRAMEv0_H
2 #define FRAMEv0_H
3 /////////////////////////////////////////////////////////
4 //  Manager and class for detector: FRAME  version 0    //
5 /////////////////////////////////////////////////////////
6  
7 #include "AliFRAME.h"
8
9 class AliFRAMEv0 : public AliFRAME {
10   
11 public:
12   AliFRAMEv0();
13   AliFRAMEv0(const char *name, const char *title);
14   virtual       ~AliFRAMEv0() {}
15   virtual void   CreateGeometry();
16   virtual void   CreateMaterials();
17   virtual Int_t  IsVersion() const {return 0;}
18    
19    ClassDef(AliFRAMEv0,1)  //Class for FRAME version 0
20 };
21  
22 #endif