#include <GenPipeline.h>
Definition at line 156 of file GenPipeline.h.
virtual WireCell::SinkNodeProc::~SinkNodeProc |
( |
| ) |
|
|
inlinevirtual |
virtual Pipe& WireCell::SinkNodeProc::input_pipe |
( |
| ) |
|
|
inlinevirtual |
virtual bool WireCell::SinkNodeProc::operator() |
( |
void |
| ) |
|
|
inlinevirtual |
Implements WireCell::Proc.
Definition at line 168 of file GenPipeline.h.
169 if (
iq.empty()) {
return false; }
170 bool ok = (*node)(
iq.front());
171 if (!ok)
return false;
Pipe WireCell::SinkNodeProc::iq |
|
private |
The documentation for this class was generated from the following file: