X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliGausCorr.cxx;h=24df66a38db54e4aa98640e8856b7b3f5fb71123;hb=fc6d4c2d6f76afc41b354bea94924b8ade89e9cc;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;