X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STRUCT%2FAliHALL.h;h=56e54f3d5ac0ba68a07bdae5431373017ea7eb03;hb=1e54e9aea3365c6e2582255673fe19ac4c1fcaca;hp=33d99c6f9de240ae33ac8dfa6dcd23539c8bd0d4;hpb=b8032157fb97a25da547a1145b1d0c7ace4cfa81;p=u%2Fmrichter%2FAliRoot.git diff --git a/STRUCT/AliHALL.h b/STRUCT/AliHALL.h index 33d99c6f9de..56e54f3d5ac 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,7 @@ public: virtual void CreateMaterials(); virtual void Init(); virtual Int_t IsVersion() const {return 0;} - virtual void DrawModule(); + virtual void DrawModule() const; ClassDef(AliHALL,1) //Class for ALICE experimental hall };