#include <IProcessor.h>
Public Member Functions | |
virtual | ~IProcessor () |
virtual void | finalize () |
Called before any outside data is fed to the DFP graph. More... | |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Additional Inherited Members | |
Public Types inherited from WireCell::Interface | |
typedef std::shared_ptr< Interface > | pointer |
Base interface for any DFP graph vertex.
Definition at line 11 of file IProcessor.h.
|
virtual |
Definition at line 150 of file IfaceDesctructors.cxx.
|
inlinevirtual |
Called before any outside data is fed to the DFP graph.
Called after the DFP graph execution has finished.
Definition at line 19 of file IProcessor.h.