TArrayS Class Reference

#include <TArrayS.h>

Inheritance diagram for TArrayS:

TArray TArray TH1S TH1S TH2S TH2S TH3S TH3S List of all members.

Public Member Functions

 TArrayS ()
 TArrayS (Int_t n)
 TArrayS (Int_t n, const Short_t *array)
 TArrayS (const TArrayS &array)
TArraySoperator= (const TArrayS &rhs)
virtual ~TArrayS ()
void Adopt (Int_t n, Short_t *array)
void AddAt (Short_t c, Int_t i)
Short_t At (Int_t i) const
void Copy (TArrayS &array) const
const Short_tGetArray () const
Short_tGetArray ()
Double_t GetAt (Int_t i) const
Stat_t GetSum () const
void Reset ()
void Reset (Short_t val)
void Set (Int_t n)
void Set (Int_t n, const Short_t *array)
void SetAt (Double_t v, Int_t i)
Short_toperator[] (Int_t i)
Short_t operator[] (Int_t i) const
 TArrayS ()
 TArrayS (Int_t n)
 TArrayS (Int_t n, const Short_t *array)
 TArrayS (const TArrayS &array)
TArraySoperator= (const TArrayS &rhs)
virtual ~TArrayS ()
void Adopt (Int_t n, Short_t *array)
void AddAt (Short_t c, Int_t i)
Short_t At (Int_t i) const
void Copy (TArrayS &array) const
const Short_tGetArray () const
Short_tGetArray ()
Double_t GetAt (Int_t i) const
Stat_t GetSum () const
void Reset ()
void Reset (Short_t val)
void Set (Int_t n)
void Set (Int_t n, const Short_t *array)
void SetAt (Double_t v, Int_t i)
Short_toperator[] (Int_t i)
Short_t operator[] (Int_t i) const

Public Attributes

Short_tfArray
Short_tfArray

Detailed Description

Definition at line 29 of file TArrayS.h.


Constructor & Destructor Documentation

TArrayS::TArrayS (  ) 

TArrayS::TArrayS ( Int_t  n  ) 

Definition at line 35 of file TArrayS.cxx.

References fArray, and Set().

TArrayS::TArrayS ( Int_t  n,
const Short_t array 
)

Definition at line 44 of file TArrayS.cxx.

References fArray, and Set().

TArrayS::TArrayS ( const TArrayS array  ) 

Definition at line 53 of file TArrayS.cxx.

References array, fArray, and Set().

TArrayS::~TArrayS (  )  [virtual]

Definition at line 72 of file TArrayS.cxx.

References fArray.

TArrayS::TArrayS (  ) 

TArrayS::TArrayS ( Int_t  n  ) 

TArrayS::TArrayS ( Int_t  n,
const Short_t array 
)

TArrayS::TArrayS ( const TArrayS array  ) 

virtual TArrayS::~TArrayS (  )  [virtual]


Member Function Documentation

TArrayS & TArrayS::operator= ( const TArrayS rhs  ) 

Definition at line 62 of file TArrayS.cxx.

References fArray, TArray::fN, and Set().

void TArrayS::Adopt ( Int_t  n,
Short_t array 
)

Definition at line 81 of file TArrayS.cxx.

References fArray, and TArray::fN.

void TArrayS::AddAt ( Short_t  c,
Int_t  i 
)

Definition at line 94 of file TArrayS.cxx.

References TArray::BoundsOk(), and fArray.

Referenced by SetAt().

Short_t TArrayS::At ( Int_t  i  )  const [inline]

Definition at line 80 of file TArrayS.h.

References TArray::BoundsOk(), and fArray.

Referenced by GetAt().

void TArrayS::Copy ( TArrayS array  )  const [inline]

Definition at line 44 of file TArrayS.h.

References array, fArray, and TArray::fN.

const Short_t* TArrayS::GetArray (  )  const [inline]

Definition at line 45 of file TArrayS.h.

References fArray.

Short_t* TArrayS::GetArray (  )  [inline]

Definition at line 46 of file TArrayS.h.

References fArray.

Double_t TArrayS::GetAt ( Int_t  i  )  const [inline, virtual]

Implements TArray.

Definition at line 47 of file TArrayS.h.

References At().

Stat_t TArrayS::GetSum (  )  const [inline]

Definition at line 48 of file TArrayS.h.

References fArray, TArray::fN, and i.

void TArrayS::Reset ( void   )  [inline]

Definition at line 49 of file TArrayS.h.

References fArray, and TArray::fN.

Referenced by TH3S::Reset(), TH1S::Reset(), and TH2S::Reset().

void TArrayS::Reset ( Short_t  val  )  [inline]

Definition at line 50 of file TArrayS.h.

References fArray, TArray::fN, and i.

void TArrayS::Set ( Int_t  n  )  [virtual]

Implements TArray.

Definition at line 103 of file TArrayS.cxx.

References fArray, and TArray::fN.

Referenced by operator=(), TH1S::SetBinsLength(), TH2S::SetBinsLength(), TH3S::SetBinsLength(), TArrayS(), TH1S::TH1S(), TH2S::TH2S(), and TH3S::TH3S().

void TArrayS::Set ( Int_t  n,
const Short_t array 
)

Definition at line 129 of file TArrayS.cxx.

References fArray, and TArray::fN.

void TArrayS::SetAt ( Double_t  v,
Int_t  i 
) [inline, virtual]

Implements TArray.

Definition at line 53 of file TArrayS.h.

References AddAt().

Short_t & TArrayS::operator[] ( Int_t  i  )  [inline]

Definition at line 86 of file TArrayS.h.

References TArray::BoundsOk(), and fArray.

Short_t TArrayS::operator[] ( Int_t  i  )  const [inline]

Definition at line 93 of file TArrayS.h.

References TArray::BoundsOk(), and fArray.

TArrayS& TArrayS::operator= ( const TArrayS rhs  ) 

void TArrayS::Adopt ( Int_t  n,
Short_t array 
)

void TArrayS::AddAt ( Short_t  c,
Int_t  i 
)

Short_t TArrayS::At ( Int_t  i  )  const

void TArrayS::Copy ( TArrayS array  )  const [inline]

Definition at line 44 of file TArrayS.h.

References array, fArray, and TArray::fN.

const Short_t* TArrayS::GetArray (  )  const [inline]

Definition at line 45 of file TArrayS.h.

References fArray.

Short_t* TArrayS::GetArray (  )  [inline]

Definition at line 46 of file TArrayS.h.

References fArray.

Double_t TArrayS::GetAt ( Int_t  i  )  const [inline, virtual]

Implements TArray.

Definition at line 47 of file TArrayS.h.

References At().

Stat_t TArrayS::GetSum (  )  const [inline]

Definition at line 48 of file TArrayS.h.

References fArray, TArray::fN, and i.

void TArrayS::Reset ( void   )  [inline]

Definition at line 49 of file TArrayS.h.

References fArray, and TArray::fN.

void TArrayS::Reset ( Short_t  val  )  [inline]

Definition at line 50 of file TArrayS.h.

References fArray, TArray::fN, and i.

void TArrayS::Set ( Int_t  n  )  [virtual]

Implements TArray.

void TArrayS::Set ( Int_t  n,
const Short_t array 
)

void TArrayS::SetAt ( Double_t  v,
Int_t  i 
) [inline, virtual]

Implements TArray.

Definition at line 53 of file TArrayS.h.

References AddAt().

Short_t& TArrayS::operator[] ( Int_t  i  ) 

Short_t TArrayS::operator[] ( Int_t  i  )  const


Member Data Documentation

Short_t* TArrayS::fArray

Definition at line 32 of file TArrayS.h.

Referenced by AddAt(), TH1S::AddBinContent(), TH2S::AddBinContent(), TH3S::AddBinContent(), Adopt(), At(), Copy(), GetArray(), TH3S::GetBinContent(), TH1S::GetBinContent(), TH2S::GetBinContent(), GetSum(), operator=(), operator[](), Reset(), Set(), TH1S::SetBinContent(), TH2S::SetBinContent(), TH3S::SetBinContent(), TArrayS(), and ~TArrayS().

Short_t* TArrayS::fArray

Definition at line 32 of file TArrayS.h.


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:34:32 2011 for ROOT_528-00b_version by  doxygen 1.5.1