WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
|
#include <GenPipeline.h>
Public Types | |
typedef WireCell::IQueuedoutNodeBase | node_t |
typedef std::shared_ptr< node_t > | node_pointer_t |
Public Member Functions | |
QueuedNodeProc (node_pointer_t node) | |
virtual | ~QueuedNodeProc () |
virtual Pipe & | input_pipe () |
virtual Pipe & | output_pipe () |
virtual bool | operator() () |
![]() | |
virtual | ~FilterProc () |
![]() | |
virtual | ~SourceProc () |
![]() | |
virtual | ~Proc () |
![]() | |
virtual | ~SinkProc () |
Definition at line 186 of file GenPipeline.h.
typedef std::shared_ptr<node_t> WireCell::QueuedNodeProc::node_pointer_t |
Definition at line 189 of file GenPipeline.h.
Definition at line 188 of file GenPipeline.h.
|
inline |
Definition at line 191 of file GenPipeline.h.
|
inlinevirtual |
Definition at line 192 of file GenPipeline.h.
|
inlinevirtual |
Implements WireCell::SinkProc.
Definition at line 194 of file GenPipeline.h.
|
inlinevirtual |
Implements WireCell::Proc.
Definition at line 201 of file GenPipeline.h.
|
inlinevirtual |
Implements WireCell::SourceProc.
Definition at line 197 of file GenPipeline.h.