Calculate the fparameter (ratio of fast/slow amplitudes) for a pulse. More...
#include <FParameter.hh>
Public Member Functions | |
| FParameter () | |
| 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 () |
Private Attributes | |
| int | start_fparameter |
| Starting index to measure f parameter. | |
| int | num_fparameter |
| Number of f parameter calculations. | |
Calculate the fparameter (ratio of fast/slow amplitudes) for a pulse.
Definition at line 16 of file FParameter.hh.
| FParameter::FParameter | ( | ) |
Definition at line 10 of file FParameter.cc.
1.6.1