#include "hshowercalparcell.h"

HShowerCalParCell


class description - source file - inheritance tree (.pdf)

class HShowerCalParCell : public TObject

Inheritance Chart:
TObject
<-
HShowerCalParCell

    public:
HShowerCalParCell() HShowerCalParCell(Float_t fSlope, Float_t fOffset) HShowerCalParCell(Float_t fSlope, Float_t fOffset, Float_t fThreshold, Float_t fGain) HShowerCalParCell(const HShowerCalParCell&) ~HShowerCalParCell() static TClass* Class() Float_t getGain() Float_t getOffset() Float_t getSlope() Float_t getThreshold() virtual TClass* IsA() const HShowerCalParCell& operator=(const HShowerCalParCell&) void print() Int_t reset() void setGain(Float_t fGain) void setOffset(Float_t fOffset) void setParams(Float_t fSlope, Float_t fOffset) void setParams(Float_t fSlope, Float_t fOffset, Float_t fThreshold, Float_t fGain) void setSlope(Float_t fSlope) void setThreshold(Float_t fThreshold) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Float_t m_fOffset offset parameter for calibration of the pad Float_t m_fSlope slope parameter for calibration of the pad Float_t m_fThreshold threshold for the electronics Float_t m_fGain

Class Description

 HShowerCalParCell

 HShowerCalParCell contains slope and offset parameters
 for calibration of one pad



HShowerCalParCell()

HShowerCalParCell(Float_t fSlope, Float_t fOffset)

HShowerCalParCell(Float_t fSlope, Float_t fOffset, Float_t fThreshold, Float_t fGain)

int reset()

void setParams(Float_t fSlope, Float_t fOffset)
set slope and offset

void setParams(Float_t fSlope, Float_t fOffset, Float_t fThreshold, Float_t fGain)

void Streamer(TBuffer &R__b)
 Stream an object of class HShowerCalParCell.

void print(void)



Inline Functions


                      void ~HShowerCalParCell()
                      void setOffset(Float_t fOffset)
                   Float_t getOffset()
                      void setSlope(Float_t fSlope)
                   Float_t getSlope()
                      void setThreshold(Float_t fThreshold)
                   Float_t getThreshold()
                      void setGain(Float_t fGain)
                   Float_t getGain()
                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void StreamerNVirtual(TBuffer& b)
         HShowerCalParCell HShowerCalParCell(const HShowerCalParCell&)
        HShowerCalParCell& operator=(const HShowerCalParCell&)


Author: Leszek Kidon
Last update: Fri Jan 26 12:32:33 2007


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.