fire v0.19.0
Framework for sImulation and Reconstruction of Events
fire::ConditionsObject Class Reference

Base class for all conditions objects, very simple. More...

#include <ConditionsObject.h>

Inheritance diagram for fire::ConditionsObject:
[legend]
Collaboration diagram for fire::ConditionsObject:
[legend]

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.
 

Detailed Description

Base class for all conditions objects, very simple.

Constructor & Destructor Documentation

◆ ~ConditionsObject()

virtual fire::ConditionsObject::~ConditionsObject ( )
virtualdefault

Default destructor.

Virtual so that derived conditions can be destructed

Member Function Documentation

◆ getName()

std::string fire::ConditionsObject::getName ( ) const
inline

Get the name of this object.

Returns
name of this condition

The documentation for this class was generated from the following file: