Project
Loading...
Searching...
No Matches
o2::focal::PadPedestal Class Reference

#include <PadPedestal.h>

Classes

struct  ChannelID
 
struct  ChannelIDHasher
 
class  InvalidChannelException
 
class  InvalidLayerException
 

Public Member Functions

 PadPedestal ()=default
 
 ~PadPedestal ()=default
 
bool operator== (const PadPedestal &rhs) const
 
void clear ()
 
void setPedestal (std::size_t layer, std::size_t channel, double pedestal)
 
double getPedestal (std::size_t layer, std::size_t channel) const
 
TH1 * getHistogramRepresentation (int layer) const
 
std::array< TH1 *, 18 > getLayerHistogramRepresentations () const
 
int getNumberOfChannels () const
 

Detailed Description

Definition at line 27 of file PadPedestal.h.

Constructor & Destructor Documentation

◆ PadPedestal()

o2::focal::PadPedestal::PadPedestal ( )
default

◆ ~PadPedestal()

o2::focal::PadPedestal::~PadPedestal ( )
default

Member Function Documentation

◆ clear()

void PadPedestal::clear ( )

Definition at line 19 of file PadPedestal.cxx.

◆ getHistogramRepresentation()

TH1 * PadPedestal::getHistogramRepresentation ( int  layer) const

Definition at line 87 of file PadPedestal.cxx.

◆ getLayerHistogramRepresentations()

std::array< TH1 *, 18 > PadPedestal::getLayerHistogramRepresentations ( ) const

Definition at line 110 of file PadPedestal.cxx.

◆ getNumberOfChannels()

int o2::focal::PadPedestal::getNumberOfChannels ( ) const
inline

Definition at line 102 of file PadPedestal.h.

◆ getPedestal()

double PadPedestal::getPedestal ( std::size_t  layer,
std::size_t  channel 
) const

Definition at line 78 of file PadPedestal.cxx.

◆ operator==()

bool PadPedestal::operator== ( const PadPedestal rhs) const

Definition at line 23 of file PadPedestal.cxx.

◆ setPedestal()

void PadPedestal::setPedestal ( std::size_t  layer,
std::size_t  channel,
double  pedestal 
)

Definition at line 62 of file PadPedestal.cxx.


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