Numerically differentiate a channel's waveform. More...
#include <Differentiator.hh>
Public Member Functions | |
| int | Initialize () |
| Initialize the module before starting a run. Return 0 if no error. | |
| int | Finalize () |
| Finalize state after a run has processed. Return 0 if no error. | |
| int | Process (ChannelData *chdata) |
| Process a single channel in a single trigger. Return 0 if no error. | |
Static Public Member Functions | |
| static const std::string | GetDefaultName () |
Public Attributes | |
| double | decay_constant |
| Decay time constant of preamp integrator in us. | |
Numerically differentiate a channel's waveform.
Definition at line 15 of file Differentiator.hh.
1.6.1