|
fire v0.19.0
Framework for sImulation and Reconstruction of Events
|
Base class for all conditions objects, very simple. More...
#include <ConditionsObject.h>
Public Member Functions | |
| ConditionsObject (const std::string &name) noexcept | |
| Define the name of the condition. | |
| virtual | ~ConditionsObject ()=default |
| Default destructor. More... | |
| std::string | getName () const |
| Get the name of this object. More... | |
Private Attributes | |
| std::string | name_ |
| Name of the object. | |
Base class for all conditions objects, very simple.
|
virtualdefault |
Default destructor.
Virtual so that derived conditions can be destructed
|
inline |
Get the name of this object.