|
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() () |
Public Member Functions inherited from WireCell::FilterProc | |
| virtual | ~FilterProc () |
Public Member Functions inherited from WireCell::SourceProc | |
| virtual | ~SourceProc () |
Public Member Functions inherited from WireCell::Proc | |
| virtual | ~Proc () |
Public Member Functions inherited from WireCell::SinkProc | |
| 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.