FairRoot/PandaRoot
Functions
RhoKinVtxFitter.cxx File Reference
#include <iostream>
#include "RhoKinVtxFitter.h"
#include "RhoBase/RhoCandListIterator.h"
#include "RhoBase/RhoFactory.h"
#include "RhoCalculationTools.h"
#include "TDecompLU.h"
#include "TMatrixD.h"
#include "TMatrixDSym.h"
#include "RhoVtxPoca.h"

Go to the source code of this file.

Functions

TBuffer & operator>> (TBuffer &buf, RhoKinVtxFitter *&obj)
 

Function Documentation

TBuffer& operator>> ( TBuffer &  buf,
RhoKinVtxFitter *&  obj 
)

Definition at line 17 of file RhoKinVtxFitter.cxx.

18 {
19  obj = (RhoKinVtxFitter*) buf.ReadObject(RhoKinVtxFitter::Class());
20  return buf;
21 }