DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <ConditionDerived.h>
Public Member Functions | |
virtual Condition | operator() (const ConditionKey &target, ConditionUpdateContext &ctxt)=0 |
Interface to client callback in order to update/create the condition. More... | |
virtual void | resolve (Condition, ConditionUpdateContext &) |
Interface to client callback for resolving references or to use data from other conditions. More... | |
Protected Member Functions | |
ConditionUpdateCall () | |
Standard destructor. More... | |
ConditionUpdateCall (const ConditionUpdateCall ©)=delete | |
No copy constructor. More... | |
virtual | ~ConditionUpdateCall () |
Standard destructor. More... | |
ConditionUpdateCall & | operator= (const ConditionUpdateCall ©)=delete |
No assignment operator. More... | |
|
protected |
Standard destructor.
Definition at line 105 of file ConditionDerived.cpp.
|
protecteddelete |
No copy constructor.
|
protectedvirtual |
Standard destructor.
Definition at line 110 of file ConditionDerived.cpp.
|
pure virtual |
Interface to client callback in order to update/create the condition.
|
protecteddelete |
No assignment operator.
|
inlinevirtual |
Interface to client callback for resolving references or to use data from other conditions.
Definition at line 299 of file ConditionDerived.h.