]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliMAG.h
technical changes:
[u/mrichter/AliRoot.git] / STRUCT / AliMAG.h
index d94307ead0225ab817295601cbd9d573ba33c34e..250e73d81076fbf9c775ae5d9cb17748c726dfd6 100644 (file)
@@ -1,5 +1,10 @@
-#ifndef MAG_H
-#define MAG_H
+#ifndef ALIMAG_H
+#define ALIMAG_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
 ////////////////////////////////////////////////
 //  Manager class for detector: MAG           //
 ////////////////////////////////////////////////
@@ -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(AliMAG,1)  //Class manager for detector:MAG
 };