Record of collected information on the pulse shape. More...
Public Attributes | |
bool | negativePulse |
Whether the pulse is considered negative. More... | |
Time | peakTime |
Time of the pulse peak. More... | |
ADCcount | peakAmplitude |
Pulse amplitude at peak time. More... | |
Record of collected information on the pulse shape.
Definition at line 122 of file CustomPulseFunction.h.
bool icarus::opdet::CustomPulseFunction< T >::PulseStats_t::negativePulse |
Whether the pulse is considered negative.
Definition at line 123 of file CustomPulseFunction.h.
ADCcount icarus::opdet::CustomPulseFunction< T >::PulseStats_t::peakAmplitude |
Pulse amplitude at peak time.
Definition at line 125 of file CustomPulseFunction.h.
Time icarus::opdet::CustomPulseFunction< T >::PulseStats_t::peakTime |
Time of the pulse peak.
Definition at line 124 of file CustomPulseFunction.h.