]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - START/AliSTART.h
Introduction of the reference to Copyright and cvs Id
[u/mrichter/AliRoot.git] / START / AliSTART.h
index 245627db770a48f4affc7306da3c11a17de22103..01ba7df39a9cb5c33d0f8ae779ef6c6b3da57b41 100755 (executable)
@@ -1,5 +1,10 @@
 #ifndef START_H
 #define START_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
 ////////////////////////////////////////////////
 //  Manager and hits classes for set:START     //
 ////////////////////////////////////////////////
@@ -22,7 +27,7 @@ public:
   virtual Int_t  IsVersion() const =0;
   virtual void   Init();
   virtual void   MakeBranch(Option_t *opt=" ");
-  virtual void   DrawDetector()=0;
+  virtual void   DrawModule()=0;
   virtual void   StepManager()=0;
   
  protected: