X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliVertexer.cxx;h=c5db58e962d04dc88e68f645905218b991a71c77;hb=899ca440984f89111029fde9b211a9d78548f12b;hp=d3690d95d0bc4eb4e983d2783d1c56284ee2775e;hpb=32e449bea4d0a4cd7107d5dbd162566cfa61fe33;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliVertexer.cxx b/STEER/AliVertexer.cxx index d3690d95d0b..c5db58e962d 100644 --- a/STEER/AliVertexer.cxx +++ b/STEER/AliVertexer.cxx @@ -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.