All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
icarus::opdet::CustomPulseFunction< T >::PulseStats_t Struct Reference

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...
 

Detailed Description

template<typename T>
struct icarus::opdet::CustomPulseFunction< T >::PulseStats_t

Record of collected information on the pulse shape.

Definition at line 122 of file CustomPulseFunction.h.

Member Data Documentation

template<typename T >
bool icarus::opdet::CustomPulseFunction< T >::PulseStats_t::negativePulse

Whether the pulse is considered negative.

Definition at line 123 of file CustomPulseFunction.h.

template<typename T >
ADCcount icarus::opdet::CustomPulseFunction< T >::PulseStats_t::peakAmplitude

Pulse amplitude at peak time.

Definition at line 125 of file CustomPulseFunction.h.

template<typename T >
Time icarus::opdet::CustomPulseFunction< T >::PulseStats_t::peakTime

Time of the pulse peak.

Definition at line 124 of file CustomPulseFunction.h.


The documentation for this struct was generated from the following file: