Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
THn.h File Reference
#include "THnBase.h"
#include "TNDArray.h"
#include "TArrayD.h"
#include "TAxis.h"

Classes

class  THn
 Multidimensional histogram. More...
class  THnT< T >
 Templated implementation of the abstract base THn. More...

Typedefs

typedef THnT< Char_tTHnC
typedef THnT< Double_tTHnD
typedef THnT< Float_tTHnF
typedef THnT< Int_tTHnI
typedef THnT< Long64_tTHnL
typedef THnT< Long64_tTHnL64
typedef THnT< Short_tTHnS

Typedef Documentation

◆ THnC

typedef THnT<Char_t> THnC

Definition at line 226 of file THn.h.

◆ THnD

typedef THnT<Double_t> THnD

Definition at line 225 of file THn.h.

◆ THnF

typedef THnT<Float_t> THnF

Definition at line 224 of file THn.h.

◆ THnI

typedef THnT<Int_t> THnI

Definition at line 228 of file THn.h.

◆ THnL

typedef THnT<Long64_t> THnL

Definition at line 229 of file THn.h.

◆ THnL64

typedef THnT<Long64_t> THnL64

Definition at line 230 of file THn.h.

◆ THnS

typedef THnT<Short_t> THnS

Definition at line 227 of file THn.h.