The Gaudi Framework  v30r3 (a5ef0a68)
AlgorithmHistory.cpp File Reference
#include "GaudiKernel/AlgorithmHistory.h"
#include "GaudiKernel/Algorithm.h"
#include "GaudiKernel/JobHistory.h"
#include <assert.h>
#include <iostream>
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 137 of file AlgorithmHistory.cpp.

138 {
139  rhs.dump( lhs, false );
140  return lhs;
141 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override