module HROOT.Class.TH2
  (
    TH2(..)
  , ITH2(..)
  , upcastTH2
  , tH2ProjectionX
  , tH2ProjectionY 
  ) where

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

import HROOT.Class.TH2.RawType
import HROOT.Class.TH2.Interface
import HROOT.Class.TH2.Implementation