7#ifndef FRAMEWORK_CONDITIONSOBJECT_H_
8#define FRAMEWORK_CONDITIONSOBJECT_H_
Base class for all conditions objects, very simple.
ConditionsObject(const std::string &name)
Class constructor.
std::string getName() const
Get the name of this object.
virtual ~ConditionsObject()
Destructor.
std::string name_
Name of the object.
All classes in the ldmx-sw project use this namespace.