]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenHalo.cxx
Coding convention rules obeyed
[u/mrichter/AliRoot.git] / EVGEN / AliGenHalo.cxx
index 9960ced03bc0b7a562344dfe26a7ad5b220096aa..16ccf3d8492e1463c2f496a0f3e3be265fd5ae51 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.7  2000/06/30 12:19:07  morsch
+Type of fFileName changed to TString, fp has been !-ed.
+
 Revision 1.6  2000/06/09 20:36:01  morsch
 All coding rule violations except RS3 corrected
 
@@ -40,8 +43,6 @@ Introduction of the Copyright and cvs Log
 // Constructor
     fName="Halo";
     fTitle="Halo from LHC Tunnel";
-    // Set the default file 
-    fFileName=TString("~/marsip/marsip5.mu");
 //
 //  Read all particles
     fNpart=-1;
@@ -54,8 +55,6 @@ AliGenHalo::AliGenHalo(Int_t npart)
 // Constructor
     fName="Halo";
     fTitle="Halo from LHC Tunnel";
-    // Set the default file 
-    fFileName=TString("~/marsip/marsip5.mu");
 //
 //  Read all particles
     fNpart=-1;