31 , m_algorithm_version( alg.version() )
32 , m_algorithm_name( alg.
name() )
35 , m_jobHistory( job ) {}
63 static const CLID CLID_AlgorithmHistory = 56809101;
64 return CLID_AlgorithmHistory;
76 ost <<
"Properties: [" << endl;
79 iprop->fillStream( ost );
91 ost <<
"<PROPERTY name=\"" << iprop->name() <<
"\" value=\"" <<
convert_string( iprop->toString() )
92 <<
"\" documentation=\"" <<
convert_string( iprop->documentation() ) <<
"\">" << std::endl;
107 rhs.
dump( lhs,
false );
static const CLID & classID()
GAUDI_API const std::string typeinfoName(const std::type_info &)
Get platform independent information about the class type.
AlgorithmHistory(const Gaudi::Algorithm &alg, const JobHistory *job)
AlgorithmHistory class definition.
Note: OS specific details for environment resolution.
struct GAUDI_API vector
Parametrisation class for vector-like implementation.
std::string m_algorithm_type
std::string m_algorithm_version
const PropertyList & properties() const override
JobHistory class definition.
HistoryList m_subalgorithm_histories
const std::string & algorithm_name() const
PropertyList m_properties
void dump(std::ostream &, const bool isXML=false, int indent=0) const override
virtual void indent(std::ostream &, int) const
std::string m_algorithm_name
unsigned int CLID
Class ID definition.
friend std::ostream & operator<<(std::ostream &s, const DataObject &obj)
Output operator (ASCII)
static std::string convert_string(const std::string &)
const std::string & algorithm_version() const
Base class from which all concrete algorithm classes should be derived.
const std::string & algorithm_type() const
Properties m_properties
Collection of all declared properties.
virtual ~AlgorithmHistory()
const std::vector< Gaudi::Details::PropertyBase * > & getProperties() const override
get all properties
const Gaudi::Algorithm * m_algorithm
const JobHistory * m_jobHistory