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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 68 of file PndEventInfo.cxx.

References PndEventInfo::PrintOn().

68 {a.PrintOn(o); return o;}
virtual void PrintOn(std::ostream &o=std::cout) const