]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/TStarLight/TStarLight.h
Update to trunk of hepforge
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / TStarLight / TStarLight.h
index b5b0babee6b6899c13eb02696321c8a458d5e90a..872096c57793fe0a804dfd4e1aa84b8f2932b09f 100644 (file)
@@ -122,9 +122,9 @@ class TStarLight : public TGenerator {
   }
   Int_t            fErrorStatus;      //  Error status flag. 0=OK
   TString          fConfigFileName;   //  Input Configuration file name
-  starlight       *fStarLight;        //! Simulation Class
-  inputParameters *fInputParameters;  //! Pointer to simulation input information.
-  upcEvent         fEvent;            //! object holding STARlight simulated event.
+  starlight       *fStarLight;        //  Simulation Class
+  inputParameters *fInputParameters;  //  Pointer to simulation input information.
+  upcEvent         fEvent;            //  object holding STARlight simulated event.
 
   ClassDef(TStarLight,1); // STARlight interface to ROOT's Virtual Monte Carlo
 } ;