module HROOT.Hist.TH3
  (
    TH3(..)
  , ITH3(..)
  , upcastTH3
  , downcastTH3
  , tH3ProjectionX
  , tH3ProjectionY
  , tH3ProjectionZ
  , tH3Project3D
 
  ) where

import HROOT.Hist.TH3.RawType
import HROOT.Hist.TH3.Interface
import HROOT.Hist.TH3.Implementation