Logo ROOT   6.16/01
Reference Guide
Classes | Typedefs
THn.h File Reference
#include "THnBase.h"
#include "TNDArray.h"
#include "TArrayD.h"
#include "TObjArray.h"
#include "TAxis.h"
#include "TMath.h"
Include dependency graph for THn.h:
This graph shows which files directly or indirectly include this file:

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< Long_tTHnL
 
typedef THnT< Long64_tTHnL64
 
typedef THnT< Short_tTHnS
 

Typedef Documentation

◆ THnC

typedef THnT<Char_t> THnC

Definition at line 248 of file THn.h.

◆ THnD

typedef THnT<Double_t> THnD

Definition at line 247 of file THn.h.

◆ THnF

typedef THnT<Float_t> THnF

Definition at line 246 of file THn.h.

◆ THnI

typedef THnT<Int_t> THnI

Definition at line 250 of file THn.h.

◆ THnL

typedef THnT<Long_t> THnL

Definition at line 251 of file THn.h.

◆ THnL64

typedef THnT<Long64_t> THnL64

Definition at line 252 of file THn.h.

◆ THnS

typedef THnT<Short_t> THnS

Definition at line 249 of file THn.h.