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

Go to the source code of this file.

Functions

 ClassImp (RhoVertexSelectorBase) using namespace std
 
std::ostreamoperator<< (std::ostream &o, const RhoVertexSelectorBase &a)
 

Function Documentation

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

Definition at line 101 of file RhoVertexSelectorBase.cxx.

References RhoVertexSelectorBase::PrintOn().

102 {
103  a.PrintOn ( o );
104  return o;
105 }
virtual void PrintOn(std::ostream &o=std::cout) const