FairRoot/PandaRoot
Functions
RhoBooster.cxx File Reference
#include "RhoTools/RhoBooster.h"
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 29 of file RhoBooster.cxx.

30 {
31  obj = ( RhoBooster* ) buf.ReadObject ( RhoBooster::Class() );
32  return buf;
33 }