Interface to an executable class used for polymorphism. More...
#include <Transformer.h>
Public Member Functions | |
virtual void | execute ()=0 |
Function to be overridden defining the execution step. More... | |
Interface to an executable class used for polymorphism.
Definition at line 16 of file Transformer.h.
|
pure virtual |
Function to be overridden defining the execution step.
Implemented in SQLamarr::UpdateDBConnection, SQLamarr::PVReconstruction, SQLamarr::PVFinder, SQLamarr::MCParticleSelector, SQLamarr::EditEventStore, SQLamarr::CleanEventStore, and SQLamarr::BasePlugin.