TArrayS


class description - source file - inheritance tree

class TArrayS : public TArray


    public:
TArrayS(Int_t n) TArrayS(Int_t n, const Short_t* array) TArrayS(const TArrayS& array) TArrayS() virtual ~TArrayS() void AddAt(Short_t c, Int_t idx) void Adopt(Int_t n, Short_t* array) Short_t At(Int_t i) const static TClass* Class() void Copy(TArrayS& array) const Short_t* GetArray() const Short_t* GetArray() const Stat_t GetSum() const virtual TClass* IsA() const TArrayS& operator=(const TArrayS& rhs) Short_t& operator[](Int_t i) Short_t operator[](Int_t i) const void Reset() void Reset(Short_t val) virtual void Set(Int_t n) void Set(Int_t n, const Short_t* array) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    public:
Short_t* fArray [fN] Array of fN shorts


See also

TH1S, TH2S, TH3S

Class Description



Last update: Fri May 14 13:32:35 2004


ROOT page - Class index - 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.