#include <TArrayF.h>
Inheritance diagram for TArrayF:


Public Methods | |
| TArrayF () | |
| TArrayF (Int_t n) | |
| TArrayF (Int_t n, const Float_t *array) | |
| TArrayF (const TArrayF &array) | |
| TArrayF & | operator= (const TArrayF &rhs) |
| virtual | ~TArrayF () |
| void | Adopt (Int_t n, Float_t *array) |
| void | AddAt (Float_t c, Int_t i) |
| Float_t | At (Int_t i) const |
| void | Copy (TArrayF &array) const |
| const Float_t * | GetArray () const |
| Float_t * | GetArray () |
| Stat_t | GetSum () const |
| void | Reset () |
| void | Reset (Float_t val) |
| void | Set (Int_t n) |
| void | Set (Int_t n, const Float_t *array) |
| Float_t & | operator[] (Int_t i) |
| Float_t | operator[] (Int_t i) const |
Public Attributes | |
| Float_t * | fArray |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 78 of file TArrayF.h. References TArray::BoundsOk(), and fArray. |
|
|
Definition at line 44 of file TArrayF.h. References fArray, TArray::fN, and Set(). |
|
|
Definition at line 45 of file TArrayF.h. References fArray. |
|
|
Definition at line 46 of file TArrayF.h. References fArray. |
|
|
Definition at line 47 of file TArrayF.h. References fArray, and TArray::fN. |
|
|
Definition at line 48 of file TArrayF.h. References fArray, and TArray::fN. |
|
|
Definition at line 49 of file TArrayF.h. References fArray, and TArray::fN. |
|
|
Implements TArray. Referenced by Copy(). |
|
||||||||||||
|
|
|
|
Definition at line 84 of file TArrayF.h. References TArray::BoundsOk(), and fArray. |
|
|
Definition at line 91 of file TArrayF.h. References TArray::BoundsOk(), and fArray. |
|
|
Definition at line 32 of file TArrayF.h. Referenced by TH3F::AddBinContent(), TH2F::AddBinContent(), TH1F::AddBinContent(), At(), Copy(), GetArray(), GetSum(), operator[](), and Reset(). |
1.2.16