module HROOT.Class.TArc
  (
    TArc(..)
  , ITArc
  , upcastTArc 
  ) where

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