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

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

Function Documentation

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