FairRoot/PandaRoot
Functions
RhoFitterBase.cxx File Reference
#include <assert.h>
#include "RhoBase/RhoFitterBase.h"
#include "RhoBase/RhoFactory.h"
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 21 of file RhoFitterBase.cxx.

22 {
23  obj = ( RhoFitterBase* ) buf.ReadObject ( RhoFitterBase::Class() );
24  return buf;
25 }