module HROOT.Class.TTree
  (
    TTree(..)
  , ITTree
  , upcastTTree 
  ) where

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