]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliVertexer.cxx
Putting the raw data error log into the ESD object
[u/mrichter/AliRoot.git] / STEER / AliVertexer.cxx
index d3690d95d0bc4eb4e983d2783d1c56284ee2775e..c5db58e962d04dc88e68f645905218b991a71c77 100644 (file)
@@ -46,7 +46,9 @@ AliVertexer::AliVertexer(const AliVertexer &vtxr) :
   TObject(vtxr),
   fCurrentVertex(vtxr.fCurrentVertex),
   fFirstEvent(vtxr.fFirstEvent),
-  fLastEvent(vtxr.fLastEvent)
+  fLastEvent(vtxr.fLastEvent),
+  fDebug(vtxr.fDebug),
+  fMult(vtxr.fMult)
 {
   // Copy constructor
   // Copies are not allowed. The method is protected to avoid misuse.