#include "SGTSRange.h"

SGTSRange


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

class SGTSRange : public TObject

Inheritance Chart:
TObject
<-
SGTSRange
    private:
void _init() public:
SGTSRange() SGTSRange(const SGTSRange&) ~SGTSRange() static TClass* Class() Double_t GetAvg() const Double_t GetMax() const Double_t GetMin() const Double_t GetSigma() const virtual TClass* IsA() const SGTSRange& operator=(const SGTSRange&) void SetAvg(Double_t avg) void SetMax(Double_t max) void SetMin(Double_t min) void SetSigma(Double_t sigma) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Double_t mMin X{GS} Double_t mMax X{GS} Double_t mAvg X{GS} Double_t mSigma X{GS}

Class Description

 SGTSRange



void _init()



Inline Functions


               void ~SGTSRange()
          SGTSRange SGTSRange()
           Double_t GetMin() const
               void SetMin(Double_t min)
           Double_t GetMax() const
               void SetMax(Double_t max)
           Double_t GetAvg() const
               void SetAvg(Double_t avg)
           Double_t GetSigma() const
               void SetSigma(Double_t sigma)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
          SGTSRange SGTSRange(const SGTSRange&)
         SGTSRange& operator=(const SGTSRange&)


Last update: Thu Jun 9 15:56:49 2005


ROOT page - Home 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.