module HROOT.Class.TH1F
  (
    TH1F(..)
  , ITH1F
  , upcastTH1F
  , newTH1F 
  ) where

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

import HROOT.Class.TH1F.RawType
import HROOT.Class.TH1F.Interface
import HROOT.Class.TH1F.Implementation