9 #ifndef __DeprecationExample_h_
10 #define __DeprecationExample_h_
13 #include <fwk/VModule.h>
14 #include <evt/Event.h>
45 #endif // __DeprecationExample_h_
Example of using the Deprecation package.
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
REGISTER_MODULE("DeprecationExample", DeprecationExample)
ResultFlag
Flag returned by module methods to the RunController.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
virtual ~DeprecationExample()