]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGausCorr.h
Bug fix
[u/mrichter/AliRoot.git] / STEER / AliGausCorr.h
index 62123eb10c6de5e8d4f0ea528f87ad5357bb310f..4c25128b2e0cb6749e394107974b1846c405c35a 100644 (file)
@@ -2,19 +2,21 @@
 #define ALIGAUSCORR_H
 /* Copyright(c) 2001-2002, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
-#include <TMatrixD.h>
-class TArrayD;
 
+/* $Id$ */
 
-class AliGausCorr : public TObject {
 ////////////////////////////////////////////////////////////////////////
 // Class used to generate correlated gaussian numbers with mean
 // zero and known covariance matrix.
-// Adapted from the Fortran code in Cernlib V122 (corset, corgen)
-// F. James, Monte Carlo theory and practice, 
-// Rep. Prog. Phys. 43 (1980) 1145-1189. 
-// M.Masera 14.03.2001 19:30 - last mod. 26.02.2002 17:45
+// M.Masera 15.03.2001 9:30 - modified on 26.02.2002 17:40
 ////////////////////////////////////////////////////////////////////////
+
+#include <TMatrixD.h>
+class TArrayD;
+
+
+class AliGausCorr : public TObject 
+{
  public:
   //
   AliGausCorr();