HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes
HarpoPedestal Class Reference

#include <HarpoPedestal.h>

Public Member Functions

 HarpoPedestal ()
 
virtual ~HarpoPedestal ()
 
Double_t GetPed (UInt_t chan)
 ! Get Channel Pedestal Mean Value More...
 
Double_t GetSigma (UInt_t chan)
 ! Get Channael Pedestal Sigma Value More...
 
void SetMean (Double_t mean)
 set means More...
 
void SetSigma (Double_t sigma)
 set sigmas More...
 
void SetPeds (Double_t mean[], Double_t sigma[])
 ! Fill pedestal mean and sigma from external arrray More...
 
Bool_t isReal ()
 
UInt_t GetPedLen ()
 
void SetPedLen (UInt_t len)
 ! Max number of peds in array More...
 
void Reset ()
 ! Reset pedestals ans sigmas to defaul values More...
 
void print ()
 ! Print pedestal values More...
 

Private Attributes

UInt_t plen
 
Bool_t fReal
 The real number of pedestals in aray. More...
 
Double_t Mean [CHMAX]
 
Double_t Sigma [CHMAX]
 

Detailed Description

Definition at line 15 of file HarpoPedestal.h.

Constructor & Destructor Documentation

HarpoPedestal::HarpoPedestal ( )
virtual HarpoPedestal::~HarpoPedestal ( )
inlinevirtual

Definition at line 19 of file HarpoPedestal.h.

Member Function Documentation

Double_t HarpoPedestal::GetPed ( UInt_t  chan)

! Get Channel Pedestal Mean Value

Definition at line 30 of file HarpoPedestal.cxx.

Here is the caller graph for this function:

UInt_t HarpoPedestal::GetPedLen ( )
inline

Definition at line 32 of file HarpoPedestal.h.

Here is the caller graph for this function:

Double_t HarpoPedestal::GetSigma ( UInt_t  chan)

! Get Channael Pedestal Sigma Value

Definition at line 41 of file HarpoPedestal.cxx.

Here is the caller graph for this function:

Bool_t HarpoPedestal::isReal ( )
inline

Definition at line 30 of file HarpoPedestal.h.

void HarpoPedestal::print ( )

! Print pedestal values

Definition at line 90 of file HarpoPedestal.cxx.

void HarpoPedestal::Reset ( )

! Reset pedestals ans sigmas to defaul values

Definition at line 21 of file HarpoPedestal.cxx.

void HarpoPedestal::SetMean ( Double_t  mean)

set means

Definition at line 63 of file HarpoPedestal.cxx.

Here is the caller graph for this function:

void HarpoPedestal::SetPedLen ( UInt_t  len)

! Max number of peds in array

Definition at line 52 of file HarpoPedestal.cxx.

void HarpoPedestal::SetPeds ( Double_t  mean[],
Double_t  sigma[] 
)

! Fill pedestal mean and sigma from external arrray

Definition at line 81 of file HarpoPedestal.cxx.

Here is the caller graph for this function:

void HarpoPedestal::SetSigma ( Double_t  sigma)

set sigmas

Definition at line 72 of file HarpoPedestal.cxx.

Here is the caller graph for this function:

Field Documentation

Bool_t HarpoPedestal::fReal
private

The real number of pedestals in aray.

Definition at line 42 of file HarpoPedestal.h.

Double_t HarpoPedestal::Mean[CHMAX]
private

Definition at line 43 of file HarpoPedestal.h.

UInt_t HarpoPedestal::plen
private

Definition at line 41 of file HarpoPedestal.h.

Double_t HarpoPedestal::Sigma[CHMAX]
private

Definition at line 44 of file HarpoPedestal.h.


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