FairRoot/PandaRoot
Functions
RhoEventShape.cxx File Reference
#include "RhoBase/RhoCandList.h"
#include "RhoBase/RhoCandidate.h"
#include "RhoBase/RhoEventShape.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 11 of file RhoEventShape.cxx.

12 {
13  obj = (RhoEventShape*) buf.ReadObject(RhoEventShape::Class());
14  return buf;
15 }