X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliGausCorr.cxx;h=24df66a38db54e4aa98640e8856b7b3f5fb71123;hb=71b70904e15d5e1184301b15e2d21a929a43eaad;hp=6ac5e6381f9758e4658a02534574367e72fd805f;hpb=116cbefdd457541a56d5dfd1a53b09c3ccc50964;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliGausCorr.cxx b/STEER/AliGausCorr.cxx index 6ac5e6381f9..24df66a38db 100644 --- a/STEER/AliGausCorr.cxx +++ b/STEER/AliGausCorr.cxx @@ -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 #include +#include #include #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;