]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliDIPOv1.h
Code causing warning messages corrected.
[u/mrichter/AliRoot.git] / STRUCT / AliDIPOv1.h
index 311e63432a9bd4eaa88c47e23e45b0bbe08116f1..d3f5c12e342107ede360ddf94de0d305bcf48d6d 100644 (file)
@@ -1,5 +1,10 @@
-#ifndef DIPOv1_H
-#define DIPOv1_H
+#ifndef ALIDIPOV1_H
+#define ALIDIPOV1_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
 /////////////////////////////////////////////////
 //  Manager class for detector: DIPO version 1 //
 /////////////////////////////////////////////////
@@ -15,8 +20,7 @@ public:
   virtual void  CreateGeometry();
   virtual void  CreateMaterials();
   virtual Int_t IsVersion() const {return 1;}
-  virtual void  DrawDetector();
-  virtual void  StepManager();
+  virtual void  DrawModule() const;
   
   ClassDef(AliDIPOv1,1)  //Class for the Magnetic Dipole version 1
 };