X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSVertexerFast.cxx;h=e54e6142cde19545edb0f4df7071999df3a881fa;hb=bb56afff5abd7fe8cd123a2c663ccdd4cbd45f9f;hp=7cd4d8da73c790dc0415c0a2fa78dcd88a1efe42;hpb=0ec9cdc27a9bf982f1cac09282fa04ee9463d9f5;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSVertexerFast.cxx b/ITS/AliITSVertexerFast.cxx index 7cd4d8da73c..e54e6142cde 100644 --- a/ITS/AliITSVertexerFast.cxx +++ b/ITS/AliITSVertexerFast.cxx @@ -127,7 +127,8 @@ void AliITSVertexerFast::PrintStatus() const { //______________________________________________________________________ AliITSVertexerFast::AliITSVertexerFast(const AliITSVertexerFast &vtxr) : - AliITSVertexer(vtxr) { + AliITSVertexer(vtxr), +fSmear(0) { // Copy constructor // Copies are not allowed. The method is protected to avoid misuse. Error("AliITSVertexerFast","Copy constructor not allowed\n");