|
LDMX Software
|
Base class for all conditions objects, very simple. More...
#include <ConditionsObject.h>
Public Member Functions | |
| ConditionsObject (const std::string &name) | |
| Class constructor. | |
| virtual | ~ConditionsObject () |
| Destructor. | |
| std::string | getName () const |
| Get the name of this object. | |
Private Attributes | |
| std::string | name_ |
| Name of the object. | |
Base class for all conditions objects, very simple.
Definition at line 18 of file ConditionsObject.h.
|
inline |
Class constructor.
Definition at line 23 of file ConditionsObject.h.
|
inlinevirtual |
|
inline |
Get the name of this object.
Definition at line 33 of file ConditionsObject.h.
References name_.
Referenced by conditions::HomogenousTableCondition< T >::add(), ecal::EcalReconConditions::EcalReconConditions(), conditions::BaseTableCondition::getColumnName(), and ldmx::HgcrocTriggerConditions::HgcrocTriggerConditions().
|
private |