61      for (
Int_t i = 0; i < ndim; ++i) {
 
 
   75      for (
unsigned int d = 0; 
d < 
fSizes.size() - 2; ++
d) {
 
 
 
  102      if (!
fData) 
return T();
 
  103      R__ASSERT(
fSizes == 
nullptr && 
"Element operator can only be used on non-array element. Missing an operator[] level?");
 
 
 
unsigned long long ULong64_t
 
#define ClassDefNV(name, id)
 
#define ClassDefOverride(name, id)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
#define R__ASSERT(e)
Checks condition e and reports a fatal error if it's false.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
Buffer base class used for serializing objects.
 
TClass instances represent classes, structs and namespaces in the ROOT type system.
 
gives access to a sub-dimension, e.g.
 
TNDArrayRef< T > operator[](Int_t idx) const
 
TNDArrayRef(const T *data, const Long64_t *sizes)
 
const Long64_t * fSizes
Pointer into TNDArray's fSizes.
 
const T * fData
Pointer into TNDArray's fData.
 
Double_t AtAsDouble(ULong64_t linidx) const override
 
void Reset(Option_t *="") override
 
TNDArrayRef< T > operator[](Int_t idx) const
 
void Streamer(TBuffer &) override
Stream an object of class TObject.
 
void SetAsDouble(ULong64_t linidx, Double_t value) override
 
void Init(Int_t ndim, const Int_t *nbins, bool addOverflow=false) override
 
TNDArrayT(Int_t ndim, const Int_t *nbins, bool addOverflow=false)
 
T At(ULong64_t linidx) const
 
void AddAt(ULong64_t linidx, Double_t value) override
 
T At(const Int_t *idx) const
 
TNDArray(Int_t ndim, const Int_t *nbins, bool addOverflow=false)
 
virtual void AddAt(ULong64_t linidx, Double_t value)=0
 
virtual Double_t AtAsDouble(ULong64_t linidx) const =0
 
Long64_t GetNbins() const
 
std::vector< Long64_t > fSizes
bin count
 
Long64_t GetCellSize(Int_t dim) const
 
Long64_t GetBin(const Int_t *idx) const
 
virtual void Init(Int_t ndim, const Int_t *nbins, bool addOverflow=false)
 
virtual void Reset(Option_t *option="")=0
 
virtual void SetAsDouble(ULong64_t linidx, Double_t value)=0
 
Int_t GetNdimensions() const
 
Mother of all ROOT objects.