packages feed

HROOT-hist-0.8: src/HROOT/Hist/TH2F.hs

module HROOT.Hist.TH2F
  (
    TH2F(..)
  , ITH2F
  , upcastTH2F
  , downcastTH2F
  , newTH2F
 
  ) where

import HROOT.Hist.TH2F.RawType
import HROOT.Hist.TH2F.Interface
import HROOT.Hist.TH2F.Implementation