| TArrayS() | |
| TArrayS(Int_t n) | |
| TArrayS(const TArrayS& array) | |
| TArrayS(Int_t n, const Short_t* array) | |
| 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 | 
| const Short_t* | GetArray() const | 
| Short_t* | GetArray() | 
| Int_t | TArray::GetSize() 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 | 
| static TArray* | TArray::ReadArray(TBuffer& b, const TClass* clReq) | 
| 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) | 
| static void | TArray::WriteArray(TBuffer& b, const TArray* a) | 
| Bool_t | TArray::BoundsOk(const char* where, Int_t at) const | 
| Bool_t | TArray::OutOfBoundsError(const char* where, Int_t i) const | 
| Short_t* | fArray | [fN] Array of fN shorts | 
| Int_t | TArray::fN | Number of array elements | 

Create TArrayS object and initialize it with values of array.