]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fFilename !-ed
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Jun 2000 14:37:43 +0000 (14:37 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Jun 2000 14:37:43 +0000 (14:37 +0000)
EVGEN/AliGenHalo.h

index 05632c9b81138d72492b7cf4e5c4087c8422ff19..abd376fceedfec7f96af49c64dcd492ec86d2b8c 100644 (file)
@@ -22,8 +22,8 @@ public:
     virtual void Generate();
     AliGenHalo & operator=(const AliGenHalo & rhs);
 protected:
-  FILE *fp;                             // Pointer to file
-  const Text_t     *fFileName;          // Choose the file
+  FILE *fp;                             //   Pointer to file
+  const Text_t     *fFileName;          // Choose the file
   ClassDef(AliGenHalo,1) // LHC background boundary source (MARS input)
 };
 #endif