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

Go to the source code of this file.

Functions

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

Variables

RhoEventSelectorBase *& obj
 
return buf
 

Function Documentation

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

Definition at line 48 of file RhoEventSelectorBase.cxx.

References RhoEventSelectorBase::PrintOn().

49 {
50  a.PrintOn ( o );
51  return o;
52 }
virtual void PrintOn(std::ostream &o=std::cout) const

Variable Documentation

return buf

Definition at line 23 of file RhoEventSelectorBase.cxx.

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

Definition at line 21 of file RhoEventSelectorBase.cxx.