the base class for classes holding property values for AnaToolHandle More...
#include <AnaToolHandle.h>
Public Member Functions | |
virtual | ~AnaToolProperty () noexcept |
standard default constructor for base class | |
virtual StatusCode | applyPropertyAthena (const std::string &toolName, const std::string &name, AnaToolCleanup &cleanup) const =0 |
store the property in the configuration service in Athena |
the base class for classes holding property values for AnaToolHandle
virtual asg::detail::AnaToolProperty::~AnaToolProperty | ( | ) | [virtual] |
standard default constructor for base class
virtual StatusCode asg::detail::AnaToolProperty::applyPropertyAthena | ( | const std::string & | toolName, | |
const std::string & | name, | |||
AnaToolCleanup & | cleanup | |||
) | const [pure virtual] |
store the property in the configuration service in Athena
Implemented in asg::detail::AnaToolPropertyValueAthena.