![]() |
LArSoft
v09_93_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "DetPedestal.h"
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) |
| unsigned int | Channel () const |
| void | SetChannel (unsigned int ch) |
| bool | operator< (unsigned int rhs) const |
| bool | operator< (const ChData &ch) const |
Protected Attributes | |
| unsigned int | fChannel |
Private Attributes | |
| float | fPedMean |
| float | fPedRms |
| float | fPedMeanErr |
| float | fPedRmsErr |
Definition at line 23 of file DetPedestal.h.
|
inline |
|
inline |
|
inlineinherited |
Definition at line 32 of file ChData.h.
References lariov::ChData::fChannel.
Referenced by lariov::ChData::operator<().
|
inlineinherited |
|
inlineinherited |
Definition at line 37 of file ChData.h.
References lariov::ChData::Channel(), and lariov::ChData::fChannel.
|
inline |
Definition at line 32 of file DetPedestal.h.
References fPedMean.
Referenced by lariov::DetPedestalRetrievalAlg::PedMean().
|
inline |
Definition at line 34 of file DetPedestal.h.
References fPedMeanErr.
Referenced by lariov::DetPedestalRetrievalAlg::PedMeanErr().
|
inline |
Definition at line 33 of file DetPedestal.h.
References fPedRms.
Referenced by lariov::DetPedestalRetrievalAlg::PedRms().
|
inline |
Definition at line 35 of file DetPedestal.h.
References fPedRmsErr.
Referenced by lariov::DetPedestalRetrievalAlg::PedRmsErr().
|
inlineinherited |
Definition at line 33 of file ChData.h.
References lariov::ChData::fChannel.
Referenced by lariov::SIOVPmtGainProvider::Reconfigure(), lariov::SIOVElectronicsCalibProvider::Reconfigure(), lariov::DetPedestalRetrievalAlg::Reconfigure(), and lariov::SIOVChannelStatusProvider::SIOVChannelStatusProvider().
|
inline |
Definition at line 37 of file DetPedestal.h.
References fPedMean.
Referenced by lariov::DetPedestalRetrievalAlg::DBUpdate(), and lariov::DetPedestalRetrievalAlg::Reconfigure().
|
inline |
Definition at line 39 of file DetPedestal.h.
References fPedMeanErr.
Referenced by lariov::DetPedestalRetrievalAlg::DBUpdate(), and lariov::DetPedestalRetrievalAlg::Reconfigure().
|
inline |
Definition at line 38 of file DetPedestal.h.
References fPedRms.
Referenced by lariov::DetPedestalRetrievalAlg::DBUpdate(), and lariov::DetPedestalRetrievalAlg::Reconfigure().
|
inline |
Definition at line 40 of file DetPedestal.h.
References fPedRmsErr.
Referenced by lariov::DetPedestalRetrievalAlg::DBUpdate(), and lariov::DetPedestalRetrievalAlg::Reconfigure().
|
protectedinherited |
Definition at line 40 of file ChData.h.
Referenced by lariov::ChData::Channel(), lariov::ChData::operator<(), and lariov::ChData::SetChannel().
|
private |
Definition at line 43 of file DetPedestal.h.
Referenced by PedMean(), and SetPedMean().
|
private |
Definition at line 45 of file DetPedestal.h.
Referenced by PedMeanErr(), and SetPedMeanErr().
|
private |
Definition at line 44 of file DetPedestal.h.
Referenced by PedRms(), and SetPedRms().
|
private |
Definition at line 46 of file DetPedestal.h.
Referenced by PedRmsErr(), and SetPedRmsErr().