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

Go to the source code of this file.

Functions

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

Variables

RhoGoodPhotonSelector *& obj
 
return buf
 

Function Documentation

ClassImp ( RhoGoodPhotonSelector  )
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

Variable Documentation

return buf

Definition at line 23 of file RhoGoodPhotonSelector.cxx.

Initial value:
{
obj = ( RhoGoodPhotonSelector* ) buf.ReadObject ( RhoGoodPhotonSelector::Class() )
return buf
RhoGoodPhotonSelector *& obj

Definition at line 21 of file RhoGoodPhotonSelector.cxx.