#ifndef ALIHALLV3_H #define ALIHALLV3_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ //////////////////////////////////////////////// // Manager class for detector: HALL // //////////////////////////////////////////////// #include "AliHALL.h" class AliHALLv3 : public AliHALL { public: AliHALLv3(); AliHALLv3(const char *name, const char *title); virtual ~AliHALLv3() {} virtual void CreateGeometry(); ClassDef(AliHALLv3,1) //Class for ALICE experimental hall }; #endif