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

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.TH3.RawType
import HROOT.Class.TH3.Interface
import HROOT.Class.TH3.Implementation