module HROOT.Class.TBranch
  (
    TBranch(..)
  , ITBranch
  , upcastTBranch 
  ) where

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