FairRoot/PandaRoot
Functions
RhoVtxPoca.cxx File Reference
#include <iostream>
#include "RhoVtxPoca.h"
#include "RhoCalculationTools.h"
#include "RhoCandidate.h"
#include "RhoCandList.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 12 of file RhoVtxPoca.cxx.

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