AlgToolHistory.cpp File Reference
#include "GaudiKernel/AlgToolHistory.h"
#include "GaudiKernel/JobHistory.h"
#include "GaudiKernel/AlgTool.h"
#include <iostream>
Include dependency graph for AlgToolHistory.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 106 of file AlgToolHistory.cpp.

106  {
107 
108  rhs.dump(lhs,false);
109 
110  return lhs;
111 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override