Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

DataHistory.h File Reference

#include "GaudiKernel/HistoryObj.h"
#include <vector>
#include <string>
#include <iostream>
#include "GaudiKernel/StatusCode.h"
#include "GaudiKernel/ClassID.h"

Include dependency graph for DataHistory.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DataHistory
 DataHistory class definition. More...
class  DataHistory::DataHistoryOrder

Functions

GAUDI_API std::ostreamoperator<< (std::ostream &lhs, const DataHistory &rhs)


Function Documentation

GAUDI_API std::ostream& operator<< ( std::ostream lhs,
const DataHistory rhs 
)

Definition at line 46 of file DataHistory.cpp.

00046                                                           {
00047 
00048   lhs << "ClassID: " << rhs.dataClassID() << endl
00049       << "Key: " << rhs.dataKey() << endl
00050       << "AlgorithHistory: " << (void*) rhs.algorithmHistory() << endl;
00051 
00052   return lhs;
00053 
00054 }


Generated at Wed Nov 11 16:25:09 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004