WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::IProcessor Class Reference

#include <IProcessor.h>

Inheritance diagram for WireCell::IProcessor:
Collaboration diagram for WireCell::IProcessor:

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

Detailed Description

Base interface for any DFP graph vertex.

Definition at line 11 of file IProcessor.h.

Constructor & Destructor Documentation

◆ ~IProcessor()

IProcessor::~IProcessor ( )
virtual

Definition at line 150 of file IfaceDesctructors.cxx.

Member Function Documentation

◆ finalize()

virtual void WireCell::IProcessor::finalize ( )
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.


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