Input information. More...
#include <PedAlgoFixed.h>
Public Member Functions | |
std::size_t | size () const noexcept |
Returns the number of elements in the input. More... | |
Public Attributes | |
unsigned int | inputID = std::numeric_limits<unsigned int>::max() |
An unique identifier for this input set. More... | |
std::vector < pmtana::Waveform_t const * > | waveforms |
All the waveforms that are going to process. More... | |
std::vector< float > | pedestals |
In ADC counts by waveform. More... | |
std::vector< float > | RMSs |
Input information.
Definition at line 69 of file PedAlgoFixed.h.
|
inlinenoexcept |
Returns the number of elements in the input.
Definition at line 77 of file PedAlgoFixed.h.
unsigned int pmtana::PedAlgoFixed::InputSet_t::inputID = std::numeric_limits<unsigned int>::max() |
An unique identifier for this input set.
Definition at line 71 of file PedAlgoFixed.h.
std::vector<float> pmtana::PedAlgoFixed::InputSet_t::pedestals |
In ADC counts by waveform.
Definition at line 74 of file PedAlgoFixed.h.
std::vector<float> pmtana::PedAlgoFixed::InputSet_t::RMSs |
In ADC counts by waveform.
Definition at line 75 of file PedAlgoFixed.h.
std::vector<pmtana::Waveform_t const*> pmtana::PedAlgoFixed::InputSet_t::waveforms |
All the waveforms that are going to process.
Definition at line 73 of file PedAlgoFixed.h.