ATLAS Offline Software
|
Internal interface for dealing with a collection of ToolConstants
.
More...
#include <ToolWithConstants.h>
Public Member Functions | |
virtual | ~IToolConstant ()=default |
Virtual destructor. More... | |
virtual std::string | name () const =0 |
The name of the constant. More... | |
virtual bool | setFromJO () const =0 |
True if this constant was initialized from job options. More... | |
Internal interface for dealing with a collection of ToolConstants
.
Definition at line 80 of file ToolWithConstants.h.
|
virtualdefault |
Virtual destructor.
|
pure virtual |
The name of the constant.
Implemented in CaloUtils::ToolConstant< T >.
|
pure virtual |
True if this constant was initialized from job options.
Implemented in CaloUtils::ToolConstant< T >.