Public Member Functions | Private Attributes | List of all members
lariov::DetPedestal Class Reference

#include <DetPedestal.h>

Inheritance diagram for lariov::DetPedestal:
lariov::ChData

Public Member Functions

 DetPedestal (unsigned int ch)
 Constructor. More...
 
 ~DetPedestal ()
 Default destructor. More...
 
float PedMean () const
 
float PedRms () const
 
float PedMeanErr () const
 
float PedRmsErr () const
 
void SetPedMean (float pedMean)
 
void SetPedRms (float pedRms)
 
void SetPedMeanErr (float pedMeanErr)
 
void SetPedRmsErr (float pedRmsErr)
 
- Public Member Functions inherited from lariov::ChData
 ChData (unsigned int ch)
 Constructor. More...
 
virtual ~ChData ()
 Default destructor. More...
 
unsigned int Channel () const
 
void SetChannel (unsigned int ch)
 
bool operator< (unsigned int rhs) const
 
bool operator< (const ChData &ch) const
 

Private Attributes

float fPedMean
 
float fPedRms
 
float fPedMeanErr
 
float fPedRmsErr
 

Additional Inherited Members

- Protected Attributes inherited from lariov::ChData
unsigned int fChannel
 

Detailed Description

Definition at line 23 of file DetPedestal.h.

Constructor & Destructor Documentation

lariov::DetPedestal::DetPedestal ( unsigned int  ch)
inline

Constructor.

Definition at line 28 of file DetPedestal.h.

28 : ChData(ch) {}
ChData(unsigned int ch)
Constructor.
Definition: ChData.h:28
lariov::DetPedestal::~DetPedestal ( )
inline

Default destructor.

Definition at line 31 of file DetPedestal.h.

31 {}

Member Function Documentation

float lariov::DetPedestal::PedMean ( ) const
inline

Definition at line 33 of file DetPedestal.h.

33 { return fPedMean; }
float lariov::DetPedestal::PedMeanErr ( ) const
inline

Definition at line 35 of file DetPedestal.h.

35 { return fPedMeanErr; }
float lariov::DetPedestal::PedRms ( ) const
inline

Definition at line 34 of file DetPedestal.h.

34 { return fPedRms; }
float lariov::DetPedestal::PedRmsErr ( ) const
inline

Definition at line 36 of file DetPedestal.h.

36 { return fPedRmsErr; }
void lariov::DetPedestal::SetPedMean ( float  pedMean)
inline

Definition at line 38 of file DetPedestal.h.

38 { fPedMean = pedMean; }
void lariov::DetPedestal::SetPedMeanErr ( float  pedMeanErr)
inline

Definition at line 40 of file DetPedestal.h.

40 { fPedMeanErr = pedMeanErr; }
void lariov::DetPedestal::SetPedRms ( float  pedRms)
inline

Definition at line 39 of file DetPedestal.h.

39 { fPedRms = pedRms; }
void lariov::DetPedestal::SetPedRmsErr ( float  pedRmsErr)
inline

Definition at line 41 of file DetPedestal.h.

41 { fPedRmsErr = pedRmsErr; }

Member Data Documentation

float lariov::DetPedestal::fPedMean
private

Definition at line 45 of file DetPedestal.h.

float lariov::DetPedestal::fPedMeanErr
private

Definition at line 47 of file DetPedestal.h.

float lariov::DetPedestal::fPedRms
private

Definition at line 46 of file DetPedestal.h.

float lariov::DetPedestal::fPedRmsErr
private

Definition at line 48 of file DetPedestal.h.


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