Project
Loading...
Searching...
No Matches
o2::cpv::PedestalSpectrum Class Reference

#include <PedestalCalibrator.h>

Public Member Functions

 PedestalSpectrum (uint16_t toleratedGapWidth=5, float nSigmasZS=3., float suspiciousPedestalRMS=20.)
 
 ~PedestalSpectrum ()=default
 
PedestalSpectrumoperator+= (const PedestalSpectrum &rhs)
 
void fill (uint16_t amplitude)
 
uint16_t getNPeaks ()
 
float getPeakMean (uint16_t iPeak)
 
float getPeakRMS (uint16_t iPeak)
 
float getPedestalValue ()
 
float getPedestalRMS ()
 
uint32_t getNEntries ()
 

Detailed Description

Definition at line 29 of file PedestalCalibrator.h.

Constructor & Destructor Documentation

◆ PedestalSpectrum()

o2::cpv::PedestalSpectrum::PedestalSpectrum ( uint16_t  toleratedGapWidth = 5,
float  nSigmasZS = 3.,
float  suspiciousPedestalRMS = 20. 
)

Definition at line 27 of file PedestalCalibrator.cxx.

◆ ~PedestalSpectrum()

o2::cpv::PedestalSpectrum::~PedestalSpectrum ( )
default

Member Function Documentation

◆ fill()

void o2::cpv::PedestalSpectrum::fill ( uint16_t  amplitude)

Definition at line 44 of file PedestalCalibrator.cxx.

◆ getNEntries()

uint32_t o2::cpv::PedestalSpectrum::getNEntries ( )
inline

Definition at line 41 of file PedestalCalibrator.h.

◆ getNPeaks()

uint16_t o2::cpv::PedestalSpectrum::getNPeaks ( )

Definition at line 141 of file PedestalCalibrator.cxx.

◆ getPeakMean()

float o2::cpv::PedestalSpectrum::getPeakMean ( uint16_t  iPeak)

Definition at line 149 of file PedestalCalibrator.cxx.

◆ getPeakRMS()

float o2::cpv::PedestalSpectrum::getPeakRMS ( uint16_t  iPeak)

Definition at line 161 of file PedestalCalibrator.cxx.

◆ getPedestalRMS()

float o2::cpv::PedestalSpectrum::getPedestalRMS ( )

Definition at line 182 of file PedestalCalibrator.cxx.

◆ getPedestalValue()

float o2::cpv::PedestalSpectrum::getPedestalValue ( )

Definition at line 173 of file PedestalCalibrator.cxx.

◆ operator+=()

PedestalSpectrum & o2::cpv::PedestalSpectrum::operator+= ( const PedestalSpectrum rhs)

Definition at line 34 of file PedestalCalibrator.cxx.


The documentation for this class was generated from the following files: