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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 24 of file RhoEnergyParticleSelector.cxx.

25 {
26  obj = ( RhoEnergyParticleSelector* ) buf.ReadObject ( RhoEnergyParticleSelector::Class() );
27  return buf;
28 }