All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
pmtana::PedAlgoFixed::InputSet_t Struct Reference

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
 

Detailed Description

Input information.

Definition at line 69 of file PedAlgoFixed.h.

Member Function Documentation

std::size_t pmtana::PedAlgoFixed::InputSet_t::size ( ) const
inlinenoexcept

Returns the number of elements in the input.

Definition at line 77 of file PedAlgoFixed.h.

77 { return waveforms.size(); }
std::vector< pmtana::Waveform_t const * > waveforms
All the waveforms that are going to process.
Definition: PedAlgoFixed.h:73

Member Data Documentation

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.


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