]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STRUCT/AliHALLv3.h
gcc 4.3 warnings fixed
[u/mrichter/AliRoot.git] / STRUCT / AliHALLv3.h
1 #ifndef ALIHALLV3_H
2 #define ALIHALLV3_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 ////////////////////////////////////////////////
9 //  Manager class for detector: HALL          //
10 ////////////////////////////////////////////////
11  
12 #include "AliHALL.h"
13  
14  
15 class AliHALLv3 : public AliHALL {
16  
17 public:
18    AliHALLv3();
19    AliHALLv3(const char *name, const char *title);
20    virtual      ~AliHALLv3() {}
21    virtual void  CreateGeometry();
22    ClassDef(AliHALLv3,1)  //Class for ALICE experimental hall
23 };
24
25 #endif