LCCD
1.5.0
|
Test class that simply dumps the conditions data collection whenever it changed. More...
Public Member Functions | |
TestListener (const TestListener &)=delete | |
TestListener & | operator= (const TestListener &)=delete |
TestListener (LCEventImpl **evt) | |
void | conditionsChanged (LCCollection *col) |
Public Attributes | |
LCEventImpl ** | _evt = nullptr |
Additional Inherited Members | |
Protected Member Functions inherited from lccd::IConditionsChangeListener | |
virtual void | conditionsChanged (lcio::LCCollection *col)=0 |
The callback - use updated conditions data collection as needed, e.g. More... | |
virtual void | registeredWithHandler (IConditionsHandler *ch) |
Callback called by handler when registered, should not be called directly. | |
virtual void | deRegisteredWithHandler (IConditionsHandler *ch) |
Callback called by handler when deregistered, should not be called directly. | |
const std::list < IConditionsHandler * > & | handlerList () |
Get handler list. | |
Test class that simply dumps the conditions data collection whenever it changed.