]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenHalo.h
Introduction of the reference to Copyright and cvs Id
[u/mrichter/AliRoot.git] / EVGEN / AliGenHalo.h
index de2d8903c417c01ee3d715a151012d93f5bf0735..7267f7d85d6df745a052475f6854260dbf7091c5 100644 (file)
@@ -1,5 +1,10 @@
 #ifndef AliGenHalo_H
 #define AliGenHalo_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:MUON version 0    //
 /////////////////////////////////////////////////////////
@@ -15,8 +20,8 @@ class AliGenHalo : public AliGenerator
 {
  
 protected:
-    FILE *fp;
-    const Text_t     *fFileName;          //Choose the file
+  FILE *fp;                             //! Pointer to file
+  const Text_t     *fFileName;          //!Choose the file
   
 public:
     AliGenHalo();