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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 13 of file RhoKinHyperonFitter.cxx.

14 {
15  obj = (RhoKinHyperonFitter*) buf.ReadObject(RhoKinHyperonFitter::Class());
16  return buf;
17 }