The Gaudi Framework  v29r0 (ff2e7097)
DataHistory.cpp File Reference
#include "GaudiKernel/DataHistory.h"
#include "GaudiKernel/AlgorithmHistory.h"
#include <iostream>
Include dependency graph for DataHistory.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 50 of file DataHistory.cpp.

51 {
52 
53  rhs.dump( lhs, false );
54  return lhs;
55 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override
Definition: DataHistory.cpp:41