FairRoot/PandaRoot
Functions
RhoChargedParticleSelector.cxx File Reference
#include <math.h>
#include "TDatabasePDG.h"
#include "RhoSelector/RhoChargedParticleSelector.h"
#include "RhoBase/RhoCandidate.h"
#include "PndPidCandidate.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 22 of file RhoChargedParticleSelector.cxx.

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