]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSVertexerFast.cxx
MC label for TRD tracks + bug fix in the stand alone tracker
[u/mrichter/AliRoot.git] / ITS / AliITSVertexerFast.cxx
index 7cd4d8da73c790dc0415c0a2fa78dcd88a1efe42..e54e6142cde19545edb0f4df7071999df3a881fa 100644 (file)
@@ -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");