Project
Loading...
Searching...
No Matches
o2::trd::ChannelInfo Class Reference

#include <NoiseCalibration.h>

Public Member Functions

 ChannelInfo ()=default
 
bool isDummy () const
 
float getMean () const
 
float getRMS () const
 
uint32_t getEntries () const
 
void setMean (float mean)
 
void setRMS (float rms)
 
void setNentries (uint32_t n)
 

Detailed Description

Definition at line 30 of file NoiseCalibration.h.

Constructor & Destructor Documentation

◆ ChannelInfo()

o2::trd::ChannelInfo::ChannelInfo ( )
default

Member Function Documentation

◆ getEntries()

uint32_t o2::trd::ChannelInfo::getEntries ( ) const
inline

Definition at line 38 of file NoiseCalibration.h.

◆ getMean()

float o2::trd::ChannelInfo::getMean ( ) const
inline

Definition at line 36 of file NoiseCalibration.h.

◆ getRMS()

float o2::trd::ChannelInfo::getRMS ( ) const
inline

Definition at line 37 of file NoiseCalibration.h.

◆ isDummy()

bool o2::trd::ChannelInfo::isDummy ( ) const
inline

Definition at line 35 of file NoiseCalibration.h.

◆ setMean()

void o2::trd::ChannelInfo::setMean ( float  mean)
inline

Definition at line 40 of file NoiseCalibration.h.

◆ setNentries()

void o2::trd::ChannelInfo::setNentries ( uint32_t  n)
inline

Definition at line 42 of file NoiseCalibration.h.

◆ setRMS()

void o2::trd::ChannelInfo::setRMS ( float  rms)
inline

Definition at line 41 of file NoiseCalibration.h.


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