]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGausCorr.cxx
Adding PHOS to EINCLUDE (Solaris x86)
[u/mrichter/AliRoot.git] / STEER / AliGausCorr.cxx
index 6ac5e6381f9758e4658a02534574367e72fd805f..24df66a38db54e4aa98640e8856b7b3f5fb71123 100644 (file)
@@ -13,7 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/* $Header$ */
+/* $Id$ */
 
 ////////////////////////////////////////////////////////////////////////
 // Class used to generate correlated gaussian numbers with mean
@@ -26,6 +26,7 @@
 
 #include <Riostream.h>
 #include <TArrayD.h>
+#include <TMath.h>
 #include <TRandom.h>
 
 #include "AliGausCorr.h"
@@ -133,6 +134,7 @@ void AliGausCorr::PrintCv() const
 //_______________________________________________________________________
 AliGausCorr & AliGausCorr::operator=(const AliGausCorr & tgcorr)
 {
+  // Assignment operator
   if(&tgcorr != this && tgcorr.fSize!=fSize){
     if(fCv)delete fCv;
     fSize = tgcorr.fSize;