]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliHALL.h
added new enum that describes the type of analysis, passed to all analysis classes
[u/mrichter/AliRoot.git] / STRUCT / AliHALL.h
index 54de0f7de47cfbae99855a87d401d32aacc686cb..56e54f3d5ac0ba68a07bdae5431373017ea7eb03 100644 (file)
@@ -1,5 +1,5 @@
-#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                               */
 
@@ -22,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
 };