module HROOT.Class.TF1
  (
    TF1(..)
  , ITF1
  , upcastTF1 
  ) where

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