]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/AliHALLv3.h
Coding rule violation corrected
[u/mrichter/AliRoot.git] / STRUCT / AliHALLv3.h
CommitLineData
257726e6 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
15class AliHALLv3 : public AliHALL {
16
17public:
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