X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STRUCT%2FAliHALL.h;h=f15427c72a813bcb9bb4f8bd284a6e00eb7fe20d;hb=0849921a51ee2a73d1d4f964b29168730a476b61;hp=33d99c6f9de240ae33ac8dfa6dcd23539c8bd0d4;hpb=b8032157fb97a25da547a1145b1d0c7ace4cfa81;p=u%2Fmrichter%2FAliRoot.git diff --git a/STRUCT/AliHALL.h b/STRUCT/AliHALL.h index 33d99c6f9de..f15427c72a8 100644 --- a/STRUCT/AliHALL.h +++ b/STRUCT/AliHALL.h @@ -1,5 +1,10 @@ -#ifndef HALL_H -#define HALL_H +#ifndef ALIHALL_H +#define ALIHALL_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 // //////////////////////////////////////////////// @@ -17,7 +22,6 @@ public: virtual void CreateMaterials(); virtual void Init(); virtual Int_t IsVersion() const {return 0;} - virtual void DrawModule(); ClassDef(AliHALL,1) //Class for ALICE experimental hall };