#include "hwallcalpar.h"

HWallCalParCell


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

class HWallCalParCell : public TObject

Inheritance Chart:
TObject
<-
HWallCalParCell

    public:
HWallCalParCell() HWallCalParCell(const HWallCalParCell&) ~HWallCalParCell() static TClass* Class() void clear() void fill(Float_t Ts, Float_t To, Float_t As, Float_t Ao) void fill(HWallCalParCell& r) Float_t getADC_Offset() Float_t getADC_Slope() Float_t getTDC_Offset() Float_t getTDC_Slope() virtual TClass* IsA() const HWallCalParCell& operator=(const HWallCalParCell&) void setADC_Offset(Float_t Ao) void setADC_Slope(Float_t As) void setTDC_Offset(Float_t To) void setTDC_Slope(Float_t Ts) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Float_t TDC_slope Float_t TDC_offset Float_t ADC_slope Float_t ADC_offset

Class Description


 HWallCalPar

 Container class for Forward Wall calibration parameters





Inline Functions


                    void ~HWallCalParCell()
         HWallCalParCell HWallCalParCell()
                 Float_t getTDC_Slope()
                 Float_t getTDC_Offset()
                 Float_t getADC_Slope()
                 Float_t getADC_Offset()
                    void fill(Float_t Ts, Float_t To, Float_t As, Float_t Ao)
                    void fill(HWallCalParCell& r)
                    void setTDC_Slope(Float_t Ts)
                    void setTDC_Offset(Float_t To)
                    void setADC_Slope(Float_t As)
                    void setADC_Offset(Float_t Ao)
                    void clear()
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
         HWallCalParCell HWallCalParCell(const HWallCalParCell&)
        HWallCalParCell& operator=(const HWallCalParCell&)


Last update: Fri Jan 26 12:38:11 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.