|
WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
|
#include <Response.h>

Public Member Functions | |
| virtual | ~Generator () |
| virtual double | operator() (double time) const =0 |
| WireCell::Waveform::realseq_t | generate (const WireCell::Waveform::Domain &domain, int nsamples) |
| FIXME: eradicate Domain in favor of Binning. More... | |
| WireCell::Waveform::realseq_t | generate (const WireCell::Binning &tbins) |
| Lay down the function into a binned waveform. More... | |
Definition at line 153 of file Response.h.
|
virtual |
Definition at line 296 of file Response.cxx.
| WireCell::Waveform::realseq_t Response::Generator::generate | ( | const WireCell::Waveform::Domain & | domain, |
| int | nsamples | ||
| ) |
FIXME: eradicate Domain in favor of Binning.
Definition at line 303 of file Response.cxx.

| WireCell::Waveform::realseq_t Response::Generator::generate | ( | const WireCell::Binning & | tbins | ) |
Lay down the function into a binned waveform.
Definition at line 313 of file Response.cxx.

|
pure virtual |