8#ifndef PANDORA_EXTERNALLY_CONFIGURED_ALGORITHM_H
9#define PANDORA_EXTERNALLY_CONFIGURED_ALGORITHM_H 1
14#include <unordered_map>
138 typedef std::unordered_map<const Pandora*, AlgTypeToParametersMap>
TheMap;
Header file for the algorithm class.
Algorithm class. Algorithm addresses are held only by the algorithm manager. They have a fully define...
External parameters class.
ExternalParameters()
Default constructor.
unsigned int m_nParameterAccessAttempts
The number of attempts made to access the external parameters.
void RegisterParameterAccessAttempt()
Register an attempt to access the external parameters during algorithm configuration.
virtual ~ExternalParameters()
Destructor.
StatusCode
The StatusCode enum.