module HROOT.Class.TSPHE
  (
    TSPHE(..)
  , ITSPHE
  , upcastTSPHE
  , newTSPHE 
  ) where

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

import HROOT.Class.TSPHE.RawType
import HROOT.Class.TSPHE.Interface
import HROOT.Class.TSPHE.Implementation