DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | List of all members
dd4hep::cond::ConditionsListener Class Reference

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...
 

Detailed Description

Base class to be implemented by objects to listen on condition callbacks.

Author
M.Frank
Version
1.0

Definition at line 41 of file ConditionsListener.h.

Constructor & Destructor Documentation

◆ ConditionsListener()

ConditionsListener::ConditionsListener ( )

Default constructor.

Definition at line 20 of file ConditionsListener.cpp.

◆ ~ConditionsListener()

ConditionsListener::~ConditionsListener ( )
virtual

Default destructor.

Definition at line 24 of file ConditionsListener.cpp.

Member Function Documentation

◆ onRegisterCondition()

virtual void dd4hep::cond::ConditionsListener::onRegisterCondition ( Condition  ,
void *   
)
inlinevirtual

ConditionsListener dummy implementation: onRegister new condition.

Definition at line 50 of file ConditionsListener.h.

◆ onRegisterIOVType()

virtual void dd4hep::cond::ConditionsListener::onRegisterIOVType ( const IOVType ,
void *   
)
inlinevirtual

ConditionsListener dummy implementation: onRegister new IOV type.

Definition at line 48 of file ConditionsListener.h.

◆ onRegisterPool()

virtual void dd4hep::cond::ConditionsListener::onRegisterPool ( ConditionsPool ,
void *   
)
inlinevirtual

ConditionsListener dummy implementation: onRegister new conditions pool.

Definition at line 52 of file ConditionsListener.h.

◆ onRemoveCondition()

virtual void dd4hep::cond::ConditionsListener::onRemoveCondition ( Condition  ,
void *   
)
inlinevirtual

ConditionsListener dummy implementation: onRemove a condition.

Definition at line 55 of file ConditionsListener.h.

◆ onRemovePool()

virtual void dd4hep::cond::ConditionsListener::onRemovePool ( ConditionsPool ,
void *   
)
inlinevirtual

ConditionsListener dummy implementation: onRemove a conditions pool.

Definition at line 57 of file ConditionsListener.h.


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