AlgorithmHistory.cpp File Reference
#include "GaudiKernel/AlgorithmHistory.h"
#include "GaudiKernel/JobHistory.h"
#include "GaudiKernel/Algorithm.h"
#include <iostream>
#include <assert.h>
Include dependency graph for AlgorithmHistory.cpp:

Go to the source code of this file.

Functions

ostreamoperator<< (ostream &lhs, const AlgorithmHistory &rhs)
 

Function Documentation

ostream& operator<< ( ostream lhs,
const AlgorithmHistory rhs 
)

Definition at line 144 of file AlgorithmHistory.cpp.

144  {
145  rhs.dump(lhs,false);
146  return lhs;
147 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override