FairRoot/PandaRoot
Functions
RhoEventInfo.cxx File Reference
#include "RhoBase/RhoEventInfo.h"
#include <assert.h>
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 76 of file RhoEventInfo.cxx.

References RhoEventInfo::PrintOn().

77 {
78  a.PrintOn ( o );
79  return o;
80 }
virtual void PrintOn(std::ostream &o=std::cout) const