Public Member Functions | Protected Attributes

TRossendorfHistParam Class Reference

#include <TRossendorfHistParam.h>

Public Member Functions

 TRossendorfHistParam (const char *name=0)
Bool_t getFillHisto (void)
Float_t getHistHighX (Int_t channel)
Float_t getHistLowX (Int_t channel)
Int_t getHistBinsX (Int_t channel)
Float_t getHistHighY (Int_t channel)
Float_t getHistLowY (Int_t channel)
Int_t getHistBinsY (Int_t channel)
void setFillHisto (Bool_t state)
void setHistHighX (Int_t channel, Float_t value)
void setHistLowX (Int_t channel, Float_t value)
void setHistBinsX (Int_t channel, Int_t value)
void setHistHighY (Int_t channel, Float_t value)
void setHistLowY (Int_t channel, Float_t value)
void setHistBinsY (Int_t channel, Int_t value)
 TRossendorfHistParam (const char *name=0)
Bool_t getFillHisto (void)
Float_t getHistHighX (Int_t channel)
Float_t getHistLowX (Int_t channel)
Int_t getHistBinsX (Int_t channel)
Float_t getHistHighY (Int_t channel)
Float_t getHistLowY (Int_t channel)
Int_t getHistBinsY (Int_t channel)
void setFillHisto (Bool_t state)
void setHistHighX (Int_t channel, Float_t value)
void setHistLowX (Int_t channel, Float_t value)
void setHistBinsX (Int_t channel, Int_t value)
void setHistHighY (Int_t channel, Float_t value)
void setHistLowY (Int_t channel, Float_t value)
void setHistBinsY (Int_t channel, Int_t value)

Protected Attributes

Float_t histHigh [16][2]
Float_t histLow [16][2]
Int_t histBins [16][2]
Bool_t fbHisto

Detailed Description

Definition at line 6 of file TRossendorfHistParam.h.


Constructor & Destructor Documentation

TRossendorfHistParam::TRossendorfHistParam ( const char *  name = 0  ) 

Definition at line 6 of file TRossendorfHistParam.cxx.

References fbHisto, histBins, histHigh, and histLow.

TRossendorfHistParam::TRossendorfHistParam ( const char *  name = 0  ) 

Member Function Documentation

Bool_t TRossendorfHistParam::getFillHisto ( void   )  [inline]

Definition at line 16 of file TRossendorfHistParam.h.

References fbHisto.

Referenced by TRossendorfProc::FinalizeEvent(), and TRossendorfProc::TRossendorfProc().

Bool_t TRossendorfHistParam::getFillHisto ( void   )  [inline]

Definition at line 16 of file TRossendorfHistParam.h.

References fbHisto.

Int_t TRossendorfHistParam::getHistBinsX ( Int_t  channel  )  [inline]

Definition at line 19 of file TRossendorfHistParam.h.

References histBins.

Referenced by TRossendorfProc::TRossendorfProc().

Int_t TRossendorfHistParam::getHistBinsX ( Int_t  channel  )  [inline]

Definition at line 19 of file TRossendorfHistParam.h.

References histBins.

Int_t TRossendorfHistParam::getHistBinsY ( Int_t  channel  )  [inline]

Definition at line 23 of file TRossendorfHistParam.h.

References histBins.

Int_t TRossendorfHistParam::getHistBinsY ( Int_t  channel  )  [inline]

Definition at line 23 of file TRossendorfHistParam.h.

References histBins.

Referenced by TRossendorfProc::TRossendorfProc().

Float_t TRossendorfHistParam::getHistHighX ( Int_t  channel  )  [inline]

Definition at line 17 of file TRossendorfHistParam.h.

References histHigh.

Float_t TRossendorfHistParam::getHistHighX ( Int_t  channel  )  [inline]

Definition at line 17 of file TRossendorfHistParam.h.

References histHigh.

Referenced by TRossendorfProc::TRossendorfProc().

Float_t TRossendorfHistParam::getHistHighY ( Int_t  channel  )  [inline]

Definition at line 21 of file TRossendorfHistParam.h.

References histHigh.

Float_t TRossendorfHistParam::getHistHighY ( Int_t  channel  )  [inline]

Definition at line 21 of file TRossendorfHistParam.h.

References histHigh.

Referenced by TRossendorfProc::TRossendorfProc().

Float_t TRossendorfHistParam::getHistLowX ( Int_t  channel  )  [inline]

Definition at line 18 of file TRossendorfHistParam.h.

References histLow.

Float_t TRossendorfHistParam::getHistLowX ( Int_t  channel  )  [inline]

Definition at line 18 of file TRossendorfHistParam.h.

References histLow.

Referenced by TRossendorfProc::TRossendorfProc().

Float_t TRossendorfHistParam::getHistLowY ( Int_t  channel  )  [inline]

Definition at line 22 of file TRossendorfHistParam.h.

References histLow.

Float_t TRossendorfHistParam::getHistLowY ( Int_t  channel  )  [inline]

Definition at line 22 of file TRossendorfHistParam.h.

References histLow.

Referenced by TRossendorfProc::TRossendorfProc().

void TRossendorfHistParam::setFillHisto ( Bool_t  state  )  [inline]

Definition at line 25 of file TRossendorfHistParam.h.

References fbHisto.

void TRossendorfHistParam::setFillHisto ( Bool_t  state  )  [inline]

Definition at line 25 of file TRossendorfHistParam.h.

References fbHisto.

void TRossendorfHistParam::setHistBinsX ( Int_t  channel,
Int_t  value 
) [inline]

Definition at line 28 of file TRossendorfHistParam.h.

References histBins.

void TRossendorfHistParam::setHistBinsX ( Int_t  channel,
Int_t  value 
) [inline]

Definition at line 28 of file TRossendorfHistParam.h.

References histBins.

void TRossendorfHistParam::setHistBinsY ( Int_t  channel,
Int_t  value 
) [inline]

Definition at line 32 of file TRossendorfHistParam.h.

References histBins.

void TRossendorfHistParam::setHistBinsY ( Int_t  channel,
Int_t  value 
) [inline]

Definition at line 32 of file TRossendorfHistParam.h.

References histBins.

void TRossendorfHistParam::setHistHighX ( Int_t  channel,
Float_t  value 
) [inline]

Definition at line 26 of file TRossendorfHistParam.h.

References histHigh.

void TRossendorfHistParam::setHistHighX ( Int_t  channel,
Float_t  value 
) [inline]

Definition at line 26 of file TRossendorfHistParam.h.

References histHigh.

void TRossendorfHistParam::setHistHighY ( Int_t  channel,
Float_t  value 
) [inline]

Definition at line 30 of file TRossendorfHistParam.h.

References histHigh.

void TRossendorfHistParam::setHistHighY ( Int_t  channel,
Float_t  value 
) [inline]

Definition at line 30 of file TRossendorfHistParam.h.

References histHigh.

void TRossendorfHistParam::setHistLowX ( Int_t  channel,
Float_t  value 
) [inline]

Definition at line 27 of file TRossendorfHistParam.h.

References histLow.

void TRossendorfHistParam::setHistLowX ( Int_t  channel,
Float_t  value 
) [inline]

Definition at line 27 of file TRossendorfHistParam.h.

References histLow.

void TRossendorfHistParam::setHistLowY ( Int_t  channel,
Float_t  value 
) [inline]

Definition at line 31 of file TRossendorfHistParam.h.

References histLow.

void TRossendorfHistParam::setHistLowY ( Int_t  channel,
Float_t  value 
) [inline]

Definition at line 31 of file TRossendorfHistParam.h.

References histLow.


Field Documentation

Bool_t TRossendorfHistParam::fbHisto [protected]

Definition at line 11 of file TRossendorfHistParam.h.

Referenced by getFillHisto(), setFillHisto(), and TRossendorfHistParam().

Int_t TRossendorfHistParam::histBins [protected]
Float_t TRossendorfHistParam::histHigh [protected]
Float_t TRossendorfHistParam::histLow [protected]

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