|
Gaudi Framework, version v23r5 |
| Home | Generated: Wed Nov 28 2012 |
AlgorithmHistory class definition. More...
#include <AlgorithmHistory.h>


Public Types | |
| typedef std::vector< const AlgorithmHistory * > | HistoryList |
Public Types inherited from IVersHistoryObj | |
| typedef std::vector< Property * > | PropertyList |
Public Member Functions | |
| AlgorithmHistory (const Algorithm &alg, const JobHistory *job) | |
| AlgorithmHistory (const std::string &algVersion, const std::string &algName, const std::string &algType, const PropertyList &props, const HistoryList &subHists) | |
| virtual | ~AlgorithmHistory () |
| virtual const CLID & | clID () const |
| Retrieve reference to class definition structure. | |
| const std::string & | algorithm_type () const |
| const std::string & | algorithm_version () const |
| const std::string & | algorithm_name () const |
| const Algorithm * | algorithm () const |
| const PropertyList & | properties () const |
| const HistoryList & | subalgorithm_histories () const |
| const JobHistory * | jobHistory () const |
| void | dump (std::ostream &, const bool isXML=false, int indent=0) const |
| const std::string & | name () const |
| const std::string & | type () const |
| const std::string & | version () const |
Public Member Functions inherited from HistoryObj | |
| HistoryObj () | |
| virtual | ~HistoryObj () |
Public Member Functions inherited from DataObject | |
| DataObject () | |
| Standard Constructor. | |
| DataObject (const DataObject &) | |
| Copy Constructor. | |
| virtual | ~DataObject () |
| Standard Destructor. | |
| virtual unsigned long | addRef () |
| Add reference to object. | |
| virtual unsigned long | release () |
| release reference to object | |
| const std::string & | name () const |
| Retreive DataObject name. It is the name when registered in the store. | |
| virtual StatusCode | update () |
| Provide empty placeholder for internal object reconfiguration callback. | |
| void | setRegistry (IRegistry *pRegistry) |
| Set pointer to Registry. | |
| IRegistry * | registry () const |
| Get pointer to Registry. | |
| LinkManager * | linkMgr () const |
| Retrieve Link manager. | |
| unsigned char | version () const |
| Retrieve version number of this object representation. | |
| void | setVersion (unsigned char vsn) |
| Set version number of this object representation. | |
| unsigned long | refCount () const |
| Return the refcount. | |
| virtual std::ostream & | fillStream (std::ostream &s) const |
| Fill the output stream (ASCII) | |
Public Member Functions inherited from IVersHistoryObj | |
| virtual | ~IVersHistoryObj () |
Static Public Member Functions | |
| static const CLID & | classID () |
Static Public Member Functions inherited from HistoryObj | |
| static const CLID & | classID () |
| static std::string | convert_string (const std::string &) |
Static Public Member Functions inherited from DataObject | |
| static const CLID & | classID () |
| Retrieve reference to class definition structure (static access) | |
Private Attributes | |
| std::string | m_algorithm_type |
| std::string | m_algorithm_version |
| std::string | m_algorithm_name |
| const Algorithm * | m_algorithm |
| PropertyList | m_properties |
| HistoryList | m_subalgorithm_histories |
| const JobHistory * | m_jobHistory |
Additional Inherited Members | |
Protected Member Functions inherited from HistoryObj | |
| virtual void | indent (std::ostream &, int) const |
Friends inherited from DataObject | |
AlgorithmHistory class definition.
Definition at line 29 of file AlgorithmHistory.h.
| typedef std::vector<const AlgorithmHistory*> AlgorithmHistory::HistoryList |
Definition at line 34 of file AlgorithmHistory.h.
|
explicit |
Definition at line 32 of file AlgorithmHistory.cpp.
|
explicit |
|
virtual |
Definition at line 68 of file AlgorithmHistory.cpp.
|
inline |
Definition at line 87 of file AlgorithmHistory.h.
|
inline |
Definition at line 84 of file AlgorithmHistory.h.
|
inline |
Definition at line 78 of file AlgorithmHistory.h.
|
inline |
Definition at line 81 of file AlgorithmHistory.h.
|
static |
Definition at line 79 of file AlgorithmHistory.cpp.
|
inlinevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from HistoryObj.
Definition at line 74 of file AlgorithmHistory.h.
|
virtual |
Implements HistoryObj.
Definition at line 89 of file AlgorithmHistory.cpp.
|
inline |
Definition at line 97 of file AlgorithmHistory.h.
|
inlinevirtual |
Implements IVersHistoryObj.
Definition at line 102 of file AlgorithmHistory.h.
|
inlinevirtual |
Implements IVersHistoryObj.
Definition at line 90 of file AlgorithmHistory.h.
|
inline |
Definition at line 93 of file AlgorithmHistory.h.
|
inlinevirtual |
Implements IVersHistoryObj.
Definition at line 103 of file AlgorithmHistory.h.
|
inlinevirtual |
Implements IVersHistoryObj.
Definition at line 104 of file AlgorithmHistory.h.
|
private |
Definition at line 48 of file AlgorithmHistory.h.
|
private |
Definition at line 45 of file AlgorithmHistory.h.
|
private |
Definition at line 39 of file AlgorithmHistory.h.
|
private |
Definition at line 42 of file AlgorithmHistory.h.
|
private |
Definition at line 57 of file AlgorithmHistory.h.
|
private |
Definition at line 51 of file AlgorithmHistory.h.
|
private |
Definition at line 54 of file AlgorithmHistory.h.