WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
|
#include <GenPipeline.h>
Public Types | |
typedef WireCell::IFunctionNodeBase | node_t |
typedef std::shared_ptr< node_t > | node_pointer_t |
Public Member Functions | |
FunctionNodeProc (node_pointer_t node) | |
virtual | ~FunctionNodeProc () |
virtual Pipe & | input_pipe () |
virtual Pipe & | output_pipe () |
virtual bool | operator() () |
![]() | |
virtual | ~FilterProc () |
![]() | |
virtual | ~SourceProc () |
![]() | |
virtual | ~Proc () |
![]() | |
virtual | ~SinkProc () |
Definition at line 79 of file GenPipeline.h.
typedef std::shared_ptr<node_t> WireCell::FunctionNodeProc::node_pointer_t |
Definition at line 82 of file GenPipeline.h.
Definition at line 81 of file GenPipeline.h.
|
inline |
Definition at line 84 of file GenPipeline.h.
|
inlinevirtual |
Definition at line 85 of file GenPipeline.h.
|
inlinevirtual |
Implements WireCell::SinkProc.
Definition at line 87 of file GenPipeline.h.
|
inlinevirtual |
Implements WireCell::Proc.
Definition at line 94 of file GenPipeline.h.
|
inlinevirtual |
Implements WireCell::SourceProc.
Definition at line 90 of file GenPipeline.h.