module HROOT.Class.TF1
  (
    TF1(..)
  , ITF1(..)
  , upcastTF1
  , newTF1
  , tF1GetChisquare
  , tF1GetHistogram
  , tF1GetParent
  , tF1GetXaxis
  , tF1GetYaxis
  , tF1GetZaxis 
  ) where

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

import HROOT.Class.TF1.RawType
import HROOT.Class.TF1.Interface
import HROOT.Class.TF1.Implementation