LDMX Software
Public Member Functions | Private Attributes | List of all members
framework::ConditionsObject Class Reference

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.
 

Detailed Description

Base class for all conditions objects, very simple.

Definition at line 18 of file ConditionsObject.h.

Constructor & Destructor Documentation

◆ ConditionsObject()

framework::ConditionsObject::ConditionsObject ( const std::string &  name)
inline

Class constructor.

Definition at line 23 of file ConditionsObject.h.

23: name_(name) {}
std::string name_
Name of the object.

◆ ~ConditionsObject()

virtual framework::ConditionsObject::~ConditionsObject ( )
inlinevirtual

Destructor.

Definition at line 28 of file ConditionsObject.h.

28{}

Member Function Documentation

◆ getName()

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

Member Data Documentation

◆ name_

std::string framework::ConditionsObject::name_
private

Name of the object.

Definition at line 39 of file ConditionsObject.h.

Referenced by getName().


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