FairRoot/PandaRoot
Functions
RhoGoodPhotonSelector.cxx File Reference
#include "RhoSelector/RhoGoodPhotonSelector.h"
#include "RhoBase/RhoCandidate.h"
#include <iostream>

Go to the source code of this file.

Functions

TBuffer & operator>> (TBuffer &buf, RhoGoodPhotonSelector *&obj)
 
std::ostreamoperator<< (std::ostream &o, const RhoGoodPhotonSelector &a)
 

Function Documentation

std::ostream& operator<< ( std::ostream o,
const RhoGoodPhotonSelector a 
)

Definition at line 131 of file RhoGoodPhotonSelector.cxx.

References RhoGoodPhotonSelector::PrintOn().

132 {
133  a.PrintOn ( o );
134  return o;
135 }
virtual void PrintOn(std::ostream &o=std::cout) const
TBuffer& operator>> ( TBuffer &  buf,
RhoGoodPhotonSelector *&  obj 
)

Definition at line 20 of file RhoGoodPhotonSelector.cxx.

21 {
22  obj = ( RhoGoodPhotonSelector* ) buf.ReadObject ( RhoGoodPhotonSelector::Class() );
23  return buf;
24 }