Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TArrayS Class Reference

Array of shorts (16 bits per element).

Definition at line 27 of file TArrayS.h.

Public Member Functions

 TArrayS ()
 Default TArrayS ctor.
 TArrayS (const TArrayS &array)
 Copy constructor.
 TArrayS (Int_t n)
 Create TArrayS object and set array size to n shorts.
 TArrayS (Int_t n, const Short_t *array)
 Create TArrayS object and initialize it with values of array.
virtual ~TArrayS ()
 Delete TArrayS object.
void AddAt (Short_t c, Int_t i)
 Add short c at position i. Check for out of bounds.
void Adopt (Int_t n, Short_t *array)
 Adopt array arr into TArrayS, i.e.
Short_t At (Int_t i) const
void Copy (TArrayS &array) const
Short_tGetArray ()
const Short_tGetArray () const
Double_t GetAt (Int_t i) const override
Int_t GetSize () const
Stat_t GetSum () const
TClassIsA () const override
TArraySoperator= (const TArrayS &rhs)
 TArrayS assignment operator.
Short_toperator[] (Int_t i)
Short_t operator[] (Int_t i) const
void Reset ()
void Reset (Short_t val)
void Set (Int_t n) override
 Set size of this array to n shorts.
void Set (Int_t n, const Short_t *array)
 Set size of this array to n shorts and set the contents.
void SetAt (Double_t v, Int_t i) override
std::size_t size () const
void Streamer (TBuffer &) override
 Stream a TArrayS object.
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)

Static Public Member Functions

static TClassClass ()
static const char * Class_Name ()
static constexpr Version_t Class_Version ()
static const char * DeclFileName ()
static TArrayReadArray (TBuffer &b, const TClass *clReq)
 Read TArray object from buffer.
static void WriteArray (TBuffer &b, const TArray *a)
 Write TArray object to buffer.

Public Attributes

Short_tfArray
Int_t fN

Protected Member Functions

Bool_t BoundsOk (const char *where, Int_t at) const
Bool_t OutOfBoundsError (const char *where, Int_t i) const
 Generate an out-of-bounds error. Always returns false.

#include <TArrayS.h>

Inheritance diagram for TArrayS:
TArray TH1S TH2S TH3S

Constructor & Destructor Documentation

◆ TArrayS() [1/4]

TArrayS::TArrayS ( )

Default TArrayS ctor.

Definition at line 25 of file TArrayS.cxx.

◆ TArrayS() [2/4]

TArrayS::TArrayS ( Int_t n)

Create TArrayS object and set array size to n shorts.

Definition at line 33 of file TArrayS.cxx.

◆ TArrayS() [3/4]

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

Create TArrayS object and initialize it with values of array.

Definition at line 42 of file TArrayS.cxx.

◆ TArrayS() [4/4]

TArrayS::TArrayS ( const TArrayS & array)

Copy constructor.

Definition at line 51 of file TArrayS.cxx.

◆ ~TArrayS()

TArrayS::~TArrayS ( )
virtual

Delete TArrayS object.

Definition at line 70 of file TArrayS.cxx.

Member Function Documentation

◆ AddAt()

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

Add short c at position i. Check for out of bounds.

Definition at line 92 of file TArrayS.cxx.

◆ Adopt()

void TArrayS::Adopt ( Int_t n,
Short_t * arr )

Adopt array arr into TArrayS, i.e.

don't copy arr but use it directly in TArrayS. User may not delete arr, TArrayS dtor will do it.

Definition at line 80 of file TArrayS.cxx.

◆ At()

Short_t TArrayS::At ( Int_t i) const
inline

Definition at line 78 of file TArrayS.h.

◆ BoundsOk()

Bool_t TArray::BoundsOk ( const char * where,
Int_t at ) const
inlineprotectedinherited

Definition at line 79 of file TArray.h.

◆ Class()

TClass * TArrayS::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

const char * TArrayS::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

constexpr Version_t TArrayS::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 55 of file TArrayS.h.

◆ Copy()

void TArrayS::Copy ( TArrayS & array) const
inline

Definition at line 42 of file TArrayS.h.

◆ DeclFileName()

const char * TArrayS::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 55 of file TArrayS.h.

◆ GetArray() [1/2]

Short_t * TArrayS::GetArray ( )
inline

Definition at line 44 of file TArrayS.h.

◆ GetArray() [2/2]

const Short_t * TArrayS::GetArray ( ) const
inline

Definition at line 43 of file TArrayS.h.

◆ GetAt()

Double_t TArrayS::GetAt ( Int_t i) const
inlineoverridevirtual

Implements TArray.

Definition at line 45 of file TArrayS.h.

◆ GetSize()

Int_t TArray::GetSize ( ) const
inlineinherited

Definition at line 47 of file TArray.h.

◆ GetSum()

Stat_t TArrayS::GetSum ( ) const
inline

Definition at line 46 of file TArrayS.h.

◆ IsA()

TClass * TArrayS::IsA ( ) const
inlineoverridevirtual
Returns
TClass describing current object

Reimplemented from TArray.

Reimplemented in TH1S, TH2S, and TH3S.

Definition at line 55 of file TArrayS.h.

◆ operator=()

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

TArrayS assignment operator.

Definition at line 60 of file TArrayS.cxx.

◆ operator[]() [1/2]

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

Definition at line 84 of file TArrayS.h.

◆ operator[]() [2/2]

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

Definition at line 91 of file TArrayS.h.

◆ OutOfBoundsError()

Bool_t TArray::OutOfBoundsError ( const char * where,
Int_t i ) const
protectedinherited

Generate an out-of-bounds error. Always returns false.

Definition at line 29 of file TArray.cxx.

◆ ReadArray()

TArray * TArray::ReadArray ( TBuffer & b,
const TClass * clReq )
staticinherited

Read TArray object from buffer.

Simplified version of TBuffer::ReadObject (does not keep track of multiple references to same array).

Definition at line 40 of file TArray.cxx.

◆ Reset() [1/2]

void TArrayS::Reset ( )
inline

Definition at line 47 of file TArrayS.h.

◆ Reset() [2/2]

void TArrayS::Reset ( Short_t val)
inline

Definition at line 48 of file TArrayS.h.

◆ Set() [1/2]

void TArrayS::Set ( Int_t n)
overridevirtual

Set size of this array to n shorts.

A new array is created, the old contents copied to the new array, then the old array is deleted. This function should not be called if the array was declared via Adopt.

Implements TArray.

Definition at line 104 of file TArrayS.cxx.

◆ Set() [2/2]

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

Set size of this array to n shorts and set the contents.

This function should not be called if the array was declared via Adopt.

Definition at line 131 of file TArrayS.cxx.

◆ SetAt()

void TArrayS::SetAt ( Double_t v,
Int_t i )
inlineoverridevirtual

Implements TArray.

Definition at line 51 of file TArrayS.h.

◆ size()

std::size_t TArray::size ( ) const
inlineinherited

Definition at line 50 of file TArray.h.

◆ Streamer()

void TArrayS::Streamer ( TBuffer & b)
overridevirtual

Stream a TArrayS object.

Reimplemented from TArray.

Reimplemented in TH1S, TH2S, and TH3S.

Definition at line 147 of file TArrayS.cxx.

◆ StreamerNVirtual()

void TArrayS::StreamerNVirtual ( TBuffer & ClassDef_StreamerNVirtual_b)
inline

Definition at line 55 of file TArrayS.h.

◆ WriteArray()

void TArray::WriteArray ( TBuffer & b,
const TArray * a )
staticinherited

Write TArray object to buffer.

Simplified version of TBuffer::WriteObject (does not keep track of multiple references to the same array).

Definition at line 81 of file TArray.cxx.

Member Data Documentation

◆ fArray

Short_t* TArrayS::fArray

Definition at line 30 of file TArrayS.h.

◆ fN

Int_t TArray::fN
inherited

Definition at line 38 of file TArray.h.


The documentation for this class was generated from the following files: