module HROOT.Class.TH2F
  (
    TH2F(..)
  , ITH2F
  , upcastTH2F
  , newTH2F 
  ) where

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

import HROOT.Class.TH2F.RawType
import HROOT.Class.TH2F.Interface
import HROOT.Class.TH2F.Implementation