Definition at line 213 of file Fourdee.cxx.
Definition at line 215 of file Fourdee.cxx.
IFrameSource::pointer noise_node
virtual NoiseAdderProc::~NoiseAdderProc |
( |
| ) |
|
|
inlinevirtual |
virtual Pipe& NoiseAdderProc::input_pipe |
( |
| ) |
|
|
inlinevirtual |
virtual bool NoiseAdderProc::operator() |
( |
void |
| ) |
|
|
inlinevirtual |
Implements WireCell::Proc.
Definition at line 225 of file Fourdee.cxx.
226 if (
iq.empty()) {
return false; }
232 std::cerr <<
"NoiseAdderProc eos\n";
233 boost::any out = iframe;
239 bool ok = (*noise_node)(nframe);
240 if (!ok)
return false;
242 boost::any anyout = nframe;
IFrame::pointer sum(std::vector< IFrame::pointer > frames, int ident)
const GenericPointer< typename T::ValueType > & pointer
virtual Pipe& NoiseAdderProc::output_pipe |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: