FairRoot/PandaRoot
Functions
RhoTotalMomentum.cxx File Reference
#include "RhoTools/RhoTotalMomentum.h"
#include <assert.h>
#include <math.h>
#include "RhoBase/RhoCandList.h"
#include "RhoBase/RhoCandListIterator.h"
#include "TLorentzVector.h"
#include "RhoBase/RhoCandidate.h"
#include "RhoBase/RhoEventInfo.h"
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 35 of file RhoTotalMomentum.cxx.

36 {
37  obj = ( RhoTotalMomentum* ) buf.ReadObject ( RhoTotalMomentum::Class() );
38  return buf;
39 }