DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Base class to be implemented by objects to listen on condition callbacks. More...
#include <ConditionsListener.h>
Public Member Functions | |
ConditionsListener () | |
Default constructor. More... | |
virtual | ~ConditionsListener () |
Default destructor. More... | |
virtual void | onRegisterIOVType (const IOVType *, void *) |
ConditionsListener dummy implementation: onRegister new IOV type. More... | |
virtual void | onRegisterCondition (Condition, void *) |
ConditionsListener dummy implementation: onRegister new condition. More... | |
virtual void | onRegisterPool (ConditionsPool *, void *) |
ConditionsListener dummy implementation: onRegister new conditions pool. More... | |
virtual void | onRemoveCondition (Condition, void *) |
ConditionsListener dummy implementation: onRemove a condition. More... | |
virtual void | onRemovePool (ConditionsPool *, void *) |
ConditionsListener dummy implementation: onRemove a conditions pool. More... | |
Base class to be implemented by objects to listen on condition callbacks.
Definition at line 41 of file ConditionsListener.h.
ConditionsListener::ConditionsListener | ( | ) |
Default constructor.
Definition at line 20 of file ConditionsListener.cpp.
|
virtual |
Default destructor.
Definition at line 24 of file ConditionsListener.cpp.
|
inlinevirtual |
ConditionsListener dummy implementation: onRegister new condition.
Definition at line 50 of file ConditionsListener.h.
|
inlinevirtual |
ConditionsListener dummy implementation: onRegister new IOV type.
Definition at line 48 of file ConditionsListener.h.
|
inlinevirtual |
ConditionsListener dummy implementation: onRegister new conditions pool.
Definition at line 52 of file ConditionsListener.h.
|
inlinevirtual |
ConditionsListener dummy implementation: onRemove a condition.
Definition at line 55 of file ConditionsListener.h.
|
inlinevirtual |
ConditionsListener dummy implementation: onRemove a conditions pool.
Definition at line 57 of file ConditionsListener.h.