-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Wrapper for ROOT -- -- Haskell FFI binding for ROOT @package HROOT @version 0.6.2 module HROOT.AddOnFunction module HROOT.Class.Interface class Castable a b cast :: Castable a b => a -> b uncast :: Castable a b => b -> a class FPtr a where { type family Raw a :: *; } get_fptr :: FPtr a => a -> ForeignPtr (Raw a) cast_fptr_to_obj :: FPtr a => ForeignPtr (Raw a) -> a class Existable a where { data family Exist a :: *; } xformnull :: Castable a ca => (IO ca) -> IO a xform0 :: (Castable a ca, Castable y cy) => (ca -> IO cy) -> a -> IO y xform1 :: (Castable a ca, Castable x1 cx1, Castable y cy) => (ca -> cx1 -> IO cy) -> a -> x1 -> IO y xform2 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable y cy) => (ca -> cx1 -> cx2 -> IO cy) -> a -> x1 -> x2 -> IO y xform3 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> IO cy) -> a -> x1 -> x2 -> x3 -> IO y xform4 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> IO y xform5 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> IO y xform6 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable x6 cx6, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> cx6 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> IO y xform7 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable x6 cx6, Castable x7 cx7, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> cx6 -> cx7 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> IO y xform8 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable x6 cx6, Castable x7 cx7, Castable x8 cx8, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> cx6 -> cx7 -> cx8 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> IO y xform9 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable x6 cx6, Castable x7 cx7, Castable x8 cx8, Castable x9 cx9, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> cx6 -> cx7 -> cx8 -> cx9 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> x9 -> IO y xform10 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable x6 cx6, Castable x7 cx7, Castable x8 cx8, Castable x9 cx9, Castable x10 cx10, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> cx6 -> cx7 -> cx8 -> cx9 -> cx10 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> x9 -> x10 -> IO y data RawTObject newtype TObject TObject :: (ForeignPtr RawTObject) -> TObject data RawTNamed newtype TNamed TNamed :: (ForeignPtr RawTNamed) -> TNamed data RawTClass newtype TClass TClass :: (ForeignPtr RawTClass) -> TClass data RawTFormula newtype TFormula TFormula :: (ForeignPtr RawTFormula) -> TFormula data RawTAtt3D newtype TAtt3D TAtt3D :: (ForeignPtr RawTAtt3D) -> TAtt3D data RawTAttAxis newtype TAttAxis TAttAxis :: (ForeignPtr RawTAttAxis) -> TAttAxis data RawTAttBBox newtype TAttBBox TAttBBox :: (ForeignPtr RawTAttBBox) -> TAttBBox data RawTAttCanvas newtype TAttCanvas TAttCanvas :: (ForeignPtr RawTAttCanvas) -> TAttCanvas data RawTAttFill newtype TAttFill TAttFill :: (ForeignPtr RawTAttFill) -> TAttFill data RawTAttImage newtype TAttImage TAttImage :: (ForeignPtr RawTAttImage) -> TAttImage data RawTAttLine newtype TAttLine TAttLine :: (ForeignPtr RawTAttLine) -> TAttLine data RawTAttMarker newtype TAttMarker TAttMarker :: (ForeignPtr RawTAttMarker) -> TAttMarker data RawTAttPad newtype TAttPad TAttPad :: (ForeignPtr RawTAttPad) -> TAttPad data RawTAttParticle newtype TAttParticle TAttParticle :: (ForeignPtr RawTAttParticle) -> TAttParticle data RawTAttText newtype TAttText TAttText :: (ForeignPtr RawTAttText) -> TAttText data RawTHStack newtype THStack THStack :: (ForeignPtr RawTHStack) -> THStack data RawTF1 newtype TF1 TF1 :: (ForeignPtr RawTF1) -> TF1 data RawTGraph newtype TGraph TGraph :: (ForeignPtr RawTGraph) -> TGraph data RawTGraphAsymmErrors newtype TGraphAsymmErrors TGraphAsymmErrors :: (ForeignPtr RawTGraphAsymmErrors) -> TGraphAsymmErrors data RawTCutG newtype TCutG TCutG :: (ForeignPtr RawTCutG) -> TCutG data RawTGraphBentErrors newtype TGraphBentErrors TGraphBentErrors :: (ForeignPtr RawTGraphBentErrors) -> TGraphBentErrors data RawTGraphErrors newtype TGraphErrors TGraphErrors :: (ForeignPtr RawTGraphErrors) -> TGraphErrors data RawTGraphPolar newtype TGraphPolar TGraphPolar :: (ForeignPtr RawTGraphPolar) -> TGraphPolar data RawTGraphQQ newtype TGraphQQ TGraphQQ :: (ForeignPtr RawTGraphQQ) -> TGraphQQ data RawTEllipse newtype TEllipse TEllipse :: (ForeignPtr RawTEllipse) -> TEllipse data RawTArc newtype TArc TArc :: (ForeignPtr RawTArc) -> TArc data RawTCrown newtype TCrown TCrown :: (ForeignPtr RawTCrown) -> TCrown data RawTLine newtype TLine TLine :: (ForeignPtr RawTLine) -> TLine data RawTArrow newtype TArrow TArrow :: (ForeignPtr RawTArrow) -> TArrow data RawTGaxis newtype TGaxis TGaxis :: (ForeignPtr RawTGaxis) -> TGaxis data RawTShape newtype TShape TShape :: (ForeignPtr RawTShape) -> TShape data RawTBRIK newtype TBRIK TBRIK :: (ForeignPtr RawTBRIK) -> TBRIK data RawTTUBE newtype TTUBE TTUBE :: (ForeignPtr RawTTUBE) -> TTUBE data RawTPCON newtype TPCON TPCON :: (ForeignPtr RawTPCON) -> TPCON data RawTSPHE newtype TSPHE TSPHE :: (ForeignPtr RawTSPHE) -> TSPHE data RawTXTRU newtype TXTRU TXTRU :: (ForeignPtr RawTXTRU) -> TXTRU data RawTBox newtype TBox TBox :: (ForeignPtr RawTBox) -> TBox data RawTPave newtype TPave TPave :: (ForeignPtr RawTPave) -> TPave data RawTPaveText newtype TPaveText TPaveText :: (ForeignPtr RawTPaveText) -> TPaveText data RawTDiamond newtype TDiamond TDiamond :: (ForeignPtr RawTDiamond) -> TDiamond data RawTPaveStats newtype TPaveStats TPaveStats :: (ForeignPtr RawTPaveStats) -> TPaveStats data RawTPavesText newtype TPavesText TPavesText :: (ForeignPtr RawTPavesText) -> TPavesText data RawTLegend newtype TLegend TLegend :: (ForeignPtr RawTLegend) -> TLegend data RawTPaveLabel newtype TPaveLabel TPaveLabel :: (ForeignPtr RawTPaveLabel) -> TPaveLabel data RawTPaveClass newtype TPaveClass TPaveClass :: (ForeignPtr RawTPaveClass) -> TPaveClass data RawTWbox newtype TWbox TWbox :: (ForeignPtr RawTWbox) -> TWbox data RawTFrame newtype TFrame TFrame :: (ForeignPtr RawTFrame) -> TFrame data RawTSliderBox newtype TSliderBox TSliderBox :: (ForeignPtr RawTSliderBox) -> TSliderBox data RawTTree newtype TTree TTree :: (ForeignPtr RawTTree) -> TTree data RawTChain newtype TChain TChain :: (ForeignPtr RawTChain) -> TChain data RawTNtuple newtype TNtuple TNtuple :: (ForeignPtr RawTNtuple) -> TNtuple data RawTNtupleD newtype TNtupleD TNtupleD :: (ForeignPtr RawTNtupleD) -> TNtupleD data RawTTreeSQL newtype TTreeSQL TTreeSQL :: (ForeignPtr RawTTreeSQL) -> TTreeSQL data RawTPolyLine newtype TPolyLine TPolyLine :: (ForeignPtr RawTPolyLine) -> TPolyLine data RawTCurlyLine newtype TCurlyLine TCurlyLine :: (ForeignPtr RawTCurlyLine) -> TCurlyLine data RawTCurlyArc newtype TCurlyArc TCurlyArc :: (ForeignPtr RawTCurlyArc) -> TCurlyArc data RawTEfficiency newtype TEfficiency TEfficiency :: (ForeignPtr RawTEfficiency) -> TEfficiency data RawTAxis newtype TAxis TAxis :: (ForeignPtr RawTAxis) -> TAxis data RawTLatex newtype TLatex TLatex :: (ForeignPtr RawTLatex) -> TLatex data RawTText newtype TText TText :: (ForeignPtr RawTText) -> TText data RawTDirectory newtype TDirectory TDirectory :: (ForeignPtr RawTDirectory) -> TDirectory data RawTDirectoryFile newtype TDirectoryFile TDirectoryFile :: (ForeignPtr RawTDirectoryFile) -> TDirectoryFile data RawTFile newtype TFile TFile :: (ForeignPtr RawTFile) -> TFile data RawTBranch newtype TBranch TBranch :: (ForeignPtr RawTBranch) -> TBranch data RawTVirtualTreePlayer newtype TVirtualTreePlayer TVirtualTreePlayer :: (ForeignPtr RawTVirtualTreePlayer) -> TVirtualTreePlayer data RawTTreePlayer newtype TTreePlayer TTreePlayer :: (ForeignPtr RawTTreePlayer) -> TTreePlayer data RawTArray newtype TArray TArray :: (ForeignPtr RawTArray) -> TArray data RawTArrayC newtype TArrayC TArrayC :: (ForeignPtr RawTArrayC) -> TArrayC data RawTArrayD newtype TArrayD TArrayD :: (ForeignPtr RawTArrayD) -> TArrayD data RawTArrayF newtype TArrayF TArrayF :: (ForeignPtr RawTArrayF) -> TArrayF data RawTArrayI newtype TArrayI TArrayI :: (ForeignPtr RawTArrayI) -> TArrayI data RawTArrayL newtype TArrayL TArrayL :: (ForeignPtr RawTArrayL) -> TArrayL data RawTArrayL64 newtype TArrayL64 TArrayL64 :: (ForeignPtr RawTArrayL64) -> TArrayL64 data RawTArrayS newtype TArrayS TArrayS :: (ForeignPtr RawTArrayS) -> TArrayS data RawTH1 newtype TH1 TH1 :: (ForeignPtr RawTH1) -> TH1 data RawTH2 newtype TH2 TH2 :: (ForeignPtr RawTH2) -> TH2 data RawTH3 newtype TH3 TH3 :: (ForeignPtr RawTH3) -> TH3 data RawTH1C newtype TH1C TH1C :: (ForeignPtr RawTH1C) -> TH1C data RawTH1D newtype TH1D TH1D :: (ForeignPtr RawTH1D) -> TH1D data RawTH1F newtype TH1F TH1F :: (ForeignPtr RawTH1F) -> TH1F data RawTH1I newtype TH1I TH1I :: (ForeignPtr RawTH1I) -> TH1I data RawTH1S newtype TH1S TH1S :: (ForeignPtr RawTH1S) -> TH1S data RawTH2C newtype TH2C TH2C :: (ForeignPtr RawTH2C) -> TH2C data RawTH2D newtype TH2D TH2D :: (ForeignPtr RawTH2D) -> TH2D data RawTH2F newtype TH2F TH2F :: (ForeignPtr RawTH2F) -> TH2F data RawTH2I newtype TH2I TH2I :: (ForeignPtr RawTH2I) -> TH2I data RawTH2Poly newtype TH2Poly TH2Poly :: (ForeignPtr RawTH2Poly) -> TH2Poly data RawTH2S newtype TH2S TH2S :: (ForeignPtr RawTH2S) -> TH2S data RawTH3C newtype TH3C TH3C :: (ForeignPtr RawTH3C) -> TH3C data RawTH3D newtype TH3D TH3D :: (ForeignPtr RawTH3D) -> TH3D data RawTH3F newtype TH3F TH3F :: (ForeignPtr RawTH3F) -> TH3F data RawTH3I newtype TH3I TH3I :: (ForeignPtr RawTH3I) -> TH3I data RawTH3S newtype TH3S TH3S :: (ForeignPtr RawTH3S) -> TH3S data RawTQObject newtype TQObject TQObject :: (ForeignPtr RawTQObject) -> TQObject data RawTVirtualPad newtype TVirtualPad TVirtualPad :: (ForeignPtr RawTVirtualPad) -> TVirtualPad data RawTPad newtype TPad TPad :: (ForeignPtr RawTPad) -> TPad data RawTButton newtype TButton TButton :: (ForeignPtr RawTButton) -> TButton data RawTGroupButton newtype TGroupButton TGroupButton :: (ForeignPtr RawTGroupButton) -> TGroupButton data RawTCanvas newtype TCanvas TCanvas :: (ForeignPtr RawTCanvas) -> TCanvas data RawTDialogCanvas newtype TDialogCanvas TDialogCanvas :: (ForeignPtr RawTDialogCanvas) -> TDialogCanvas data RawTInspectCanvas newtype TInspectCanvas TInspectCanvas :: (ForeignPtr RawTInspectCanvas) -> TInspectCanvas data RawTEvePad newtype TEvePad TEvePad :: (ForeignPtr RawTEvePad) -> TEvePad data RawTSlider newtype TSlider TSlider :: (ForeignPtr RawTSlider) -> TSlider data RawTApplication newtype TApplication TApplication :: (ForeignPtr RawTApplication) -> TApplication data RawTRint newtype TRint TRint :: (ForeignPtr RawTRint) -> TRint data RawTRandom newtype TRandom TRandom :: (ForeignPtr RawTRandom) -> TRandom class IDeletable a delete :: IDeletable a => a -> IO () class IDeletable a => ITObject a getName :: ITObject a => a -> IO String draw :: ITObject a => a -> String -> IO () findObject :: ITObject a => a -> String -> IO (Exist TObject) saveAs :: ITObject a => a -> String -> String -> IO () write :: ITObject a => a -> String -> Int -> Int -> IO Int isA :: ITObject a => a -> IO (Exist TClass) -- | Class TNamed reference : http:root.cern.ch class ITObject a => ITNamed a setTitle :: ITNamed a => a -> String -> IO () class ITNamed a => ITDictionary a class ITDictionary a => ITClass a class ITNamed a => ITFormula a getParameter :: ITFormula a => a -> Int -> IO Double setParameter :: ITFormula a => a -> Int -> Double -> IO () class IDeletable a => ITAtt3D a class IDeletable a => ITAttAxis a setLabelColor :: ITAttAxis a => a -> Int -> IO () setLabelSize :: ITAttAxis a => a -> Double -> IO () setTickLength :: ITAttAxis a => a -> Double -> IO () setTitleOffset :: ITAttAxis a => a -> Double -> IO () setNdivisions :: ITAttAxis a => a -> Int -> Int -> IO () class IDeletable a => ITAttBBox a class IDeletable a => ITAttCanvas a class IDeletable a => ITAttFill a setFillColor :: ITAttFill a => a -> Int -> IO () setFillStyle :: ITAttFill a => a -> Int -> IO () class IDeletable a => ITAttImage a class IDeletable a => ITAttLine a setLineColor :: ITAttLine a => a -> Int -> IO () class IDeletable a => ITAttMarker a class IDeletable a => ITAttPad a class ITNamed a => ITAttParticle a class IDeletable a => ITAttText a setTextColor :: ITAttText a => a -> Int -> IO () setTextAlign :: ITAttText a => a -> Int -> IO () setTextSize :: ITAttText a => a -> Double -> IO () class ITNamed a => ITHStack a class (ITFormula a, ITAttLine a, ITAttFill a) => ITF1 a class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITGraph a class ITGraph a => ITGraphAsymmErrors a class ITGraph a => ITCutG a class ITGraph a => ITGraphBentErrors a class ITGraph a => ITGraphErrors a class ITGraphErrors a => ITGraphPolar a class ITGraph a => ITGraphQQ a class (ITObject a, ITAttLine a, ITAttFill a) => ITEllipse a class ITEllipse a => ITArc a class ITEllipse a => ITCrown a class (ITObject a, ITAttLine a) => ITLine a class (ITLine a, ITAttFill a) => ITArrow a class (ITLine a, ITAttText a) => ITGaxis a class (ITNamed a, ITAttLine a, ITAttFill a, ITAtt3D a) => ITShape a class ITShape a => ITBRIK a class ITShape a => ITTUBE a class ITShape a => ITPCON a class ITShape a => ITSPHE a class ITShape a => ITXTRU a class (ITObject a, ITAttLine a, ITAttFill a) => ITBox a class ITBox a => ITPave a class (ITPave a, ITAttText a) => ITPaveText a class ITPaveText a => ITDiamond a class ITPaveText a => ITPaveStats a class ITPaveText a => ITPavesText a class (ITPave a, ITAttText a) => ITLegend a class (ITPave a, ITAttText a) => ITPaveLabel a class ITPaveLabel a => ITPaveClass a class ITBox a => ITWbox a setBorderMode :: ITWbox a => a -> Int -> IO () class ITWbox a => ITFrame a class ITWbox a => ITSliderBox a class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITTree a class ITTree a => ITChain a class ITTree a => ITNtuple a class ITTree a => ITNtupleD a class ITTree a => ITTreeSQL a class (ITObject a, ITAttLine a, ITAttFill a) => ITPolyLine a class ITPolyLine a => ITCurlyLine a class ITCurlyLine a => ITCurlyArc a class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITEfficiency a class (ITNamed a, ITAttAxis a) => ITAxis a class (ITText a, ITAttLine a) => ITLatex a class (ITNamed a, ITAttText a) => ITText a class ITNamed a => ITDirectory a close :: ITDirectory a => a -> String -> IO () get :: ITDirectory a => a -> String -> IO (Exist TObject) class ITDirectory a => ITDirectoryFile a class ITDirectoryFile a => ITFile a class (ITNamed a, ITAttFill a) => ITBranch a class ITObject a => ITVirtualTreePlayer a class ITVirtualTreePlayer a => ITTreePlayer a class IDeletable a => ITArray a class ITArray a => ITArrayC a class ITArray a => ITArrayD a class ITArray a => ITArrayF a class ITArray a => ITArrayI a class ITArray a => ITArrayL a class ITArray a => ITArrayL64 a class ITArray a => ITArrayS a -- | the TH1 class : the mother class of all histogram classes -- --
--   class TH1 : TNamed, TAttLine, TAttFill, TAttMarker
--   
class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITH1 a add :: (ITH1 a, ITH1 c0, FPtr c0) => a -> c0 -> Double -> IO () addBinContent :: ITH1 a => a -> Int -> Double -> IO () chi2Test :: (ITH1 a, ITH1 c0, FPtr c0) => a -> c0 -> String -> [Double] -> IO Double computeIntegral :: ITH1 a => a -> IO Double directoryAutoAdd :: (ITH1 a, ITDirectory c0, FPtr c0) => a -> c0 -> IO () distancetoPrimitive :: ITH1 a => a -> Int -> Int -> IO Int divide :: (ITH1 a, ITH2 c1, FPtr c1, ITH1 c0, FPtr c0) => a -> c0 -> c1 -> Double -> Double -> String -> IO () drawCopy :: ITH1 a => a -> String -> IO a drawNormalized :: ITH1 a => a -> String -> Double -> IO (Exist TH1) drawPanel :: ITH1 a => a -> IO () bufferEmpty :: ITH1 a => a -> Int -> IO Int eval :: (ITH1 a, ITF1 c0, FPtr c0) => a -> c0 -> String -> IO () executeEvent :: ITH1 a => a -> Int -> Int -> Int -> IO () fFT :: (ITH1 a, ITH1 c0, FPtr c0) => a -> c0 -> String -> IO (Exist TH1) fill1 :: ITH1 a => a -> Double -> IO Int fillN :: ITH1 a => a -> Int -> [Double] -> [Double] -> Int -> IO () fillRandom :: (ITH1 a, ITH1 c0, FPtr c0) => a -> c0 -> Int -> IO () findBin :: ITH1 a => a -> Double -> Double -> Double -> IO Int findFixBin :: ITH1 a => a -> Double -> Double -> Double -> IO Int findFirstBinAbove :: ITH1 a => a -> Double -> Int -> IO Int findLastBinAbove :: ITH1 a => a -> Double -> Int -> IO Int fitPanel :: ITH1 a => a -> IO () getNdivisions :: ITH1 a => a -> String -> IO Int getAxisColor :: ITH1 a => a -> String -> IO Int getLabelColor :: ITH1 a => a -> String -> IO Int getLabelFont :: ITH1 a => a -> String -> IO Int getLabelOffset :: ITH1 a => a -> String -> IO Double getLabelSize :: ITH1 a => a -> String -> IO Double getTitleFont :: ITH1 a => a -> String -> IO Int getTitleOffset :: ITH1 a => a -> String -> IO Double getTitleSize :: ITH1 a => a -> String -> IO Double getTickLength :: ITH1 a => a -> String -> IO Double getBarOffset :: ITH1 a => a -> IO Double getBarWidth :: ITH1 a => a -> IO Double getContour :: ITH1 a => a -> [Double] -> IO Int getContourLevel :: ITH1 a => a -> Int -> IO Double getContourLevelPad :: ITH1 a => a -> Int -> IO Double getBin :: ITH1 a => a -> Int -> Int -> Int -> IO Int getBinCenter :: ITH1 a => a -> Int -> IO Double getBinContent1 :: ITH1 a => a -> Int -> IO Double getBinContent2 :: ITH1 a => a -> Int -> Int -> IO Double getBinContent3 :: ITH1 a => a -> Int -> Int -> Int -> IO Double getBinError1 :: ITH1 a => a -> Int -> IO Double getBinError2 :: ITH1 a => a -> Int -> Int -> IO Double getBinError3 :: ITH1 a => a -> Int -> Int -> Int -> IO Double getBinLowEdge :: ITH1 a => a -> Int -> IO Double getBinWidth :: ITH1 a => a -> Int -> IO Double getCellContent :: ITH1 a => a -> Int -> Int -> IO Double getCellError :: ITH1 a => a -> Int -> Int -> IO Double class ITH1 a => ITH2 a fill2 :: ITH2 a => a -> Double -> Double -> IO Int class (ITH1 a, ITAtt3D a) => ITH3 a class (ITH1 a, ITArrayC a) => ITH1C a class (ITH1 a, ITArrayD a) => ITH1D a class (ITH1 a, ITArrayF a) => ITH1F a class (ITH1 a, ITArrayI a) => ITH1I a class (ITH1 a, ITArrayS a) => ITH1S a class (ITH2 a, ITArrayC a) => ITH2C a class (ITH2 a, ITArrayD a) => ITH2D a class (ITH2 a, ITArrayF a) => ITH2F a class (ITH2 a, ITArrayI a) => ITH2I a class ITH2 a => ITH2Poly a class (ITH2 a, ITArrayS a) => ITH2S a class (ITH3 a, ITArrayC a) => ITH3C a class (ITH3 a, ITArrayD a) => ITH3D a class (ITH3 a, ITArrayF a) => ITH3F a class (ITH3 a, ITArrayI a) => ITH3I a class (ITH3 a, ITArrayS a) => ITH3S a class IDeletable a => ITQObject a class (ITObject a, ITAttLine a, ITAttFill a, ITAttPad a, ITQObject a) => ITVirtualPad a getFrame :: ITVirtualPad a => a -> IO (Exist TFrame) range :: ITVirtualPad a => a -> Double -> Double -> Double -> Double -> IO () class ITVirtualPad a => ITPad a class (ITPad a, ITAttText a) => ITButton a class ITButton a => ITGroupButton a class ITPad a => ITCanvas a class (ITCanvas a, ITAttText a) => ITDialogCanvas a class (ITCanvas a, ITAttText a) => ITInspectCanvas a class ITPad a => ITEvePad a class ITPad a => ITSlider a class (ITObject a, ITQObject a) => ITApplication a run :: ITApplication a => a -> Int -> IO () class ITApplication a => ITRint a class ITNamed a => ITRandom a gaus :: ITRandom a => a -> Double -> Double -> IO Double uniform :: ITRandom a => a -> Double -> Double -> IO Double instance [incoherent] Eq TObject instance [incoherent] Ord TObject instance [incoherent] Show TObject instance [incoherent] Eq TNamed instance [incoherent] Ord TNamed instance [incoherent] Show TNamed instance [incoherent] Eq TClass instance [incoherent] Ord TClass instance [incoherent] Show TClass instance [incoherent] Eq TFormula instance [incoherent] Ord TFormula instance [incoherent] Show TFormula instance [incoherent] Eq TAtt3D instance [incoherent] Ord TAtt3D instance [incoherent] Show TAtt3D instance [incoherent] Eq TAttAxis instance [incoherent] Ord TAttAxis instance [incoherent] Show TAttAxis instance [incoherent] Eq TAttBBox instance [incoherent] Ord TAttBBox instance [incoherent] Show TAttBBox instance [incoherent] Eq TAttCanvas instance [incoherent] Ord TAttCanvas instance [incoherent] Show TAttCanvas instance [incoherent] Eq TAttFill instance [incoherent] Ord TAttFill instance [incoherent] Show TAttFill instance [incoherent] Eq TAttImage instance [incoherent] Ord TAttImage instance [incoherent] Show TAttImage instance [incoherent] Eq TAttLine instance [incoherent] Ord TAttLine instance [incoherent] Show TAttLine instance [incoherent] Eq TAttMarker instance [incoherent] Ord TAttMarker instance [incoherent] Show TAttMarker instance [incoherent] Eq TAttPad instance [incoherent] Ord TAttPad instance [incoherent] Show TAttPad instance [incoherent] Eq TAttParticle instance [incoherent] Ord TAttParticle instance [incoherent] Show TAttParticle instance [incoherent] Eq TAttText instance [incoherent] Ord TAttText instance [incoherent] Show TAttText instance [incoherent] Eq THStack instance [incoherent] Ord THStack instance [incoherent] Show THStack instance [incoherent] Eq TF1 instance [incoherent] Ord TF1 instance [incoherent] Show TF1 instance [incoherent] Eq TGraph instance [incoherent] Ord TGraph instance [incoherent] Show TGraph instance [incoherent] Eq TGraphAsymmErrors instance [incoherent] Ord TGraphAsymmErrors instance [incoherent] Show TGraphAsymmErrors instance [incoherent] Eq TCutG instance [incoherent] Ord TCutG instance [incoherent] Show TCutG instance [incoherent] Eq TGraphBentErrors instance [incoherent] Ord TGraphBentErrors instance [incoherent] Show TGraphBentErrors instance [incoherent] Eq TGraphErrors instance [incoherent] Ord TGraphErrors instance [incoherent] Show TGraphErrors instance [incoherent] Eq TGraphPolar instance [incoherent] Ord TGraphPolar instance [incoherent] Show TGraphPolar instance [incoherent] Eq TGraphQQ instance [incoherent] Ord TGraphQQ instance [incoherent] Show TGraphQQ instance [incoherent] Eq TEllipse instance [incoherent] Ord TEllipse instance [incoherent] Show TEllipse instance [incoherent] Eq TArc instance [incoherent] Ord TArc instance [incoherent] Show TArc instance [incoherent] Eq TCrown instance [incoherent] Ord TCrown instance [incoherent] Show TCrown instance [incoherent] Eq TLine instance [incoherent] Ord TLine instance [incoherent] Show TLine instance [incoherent] Eq TArrow instance [incoherent] Ord TArrow instance [incoherent] Show TArrow instance [incoherent] Eq TGaxis instance [incoherent] Ord TGaxis instance [incoherent] Show TGaxis instance [incoherent] Eq TShape instance [incoherent] Ord TShape instance [incoherent] Show TShape instance [incoherent] Eq TBRIK instance [incoherent] Ord TBRIK instance [incoherent] Show TBRIK instance [incoherent] Eq TTUBE instance [incoherent] Ord TTUBE instance [incoherent] Show TTUBE instance [incoherent] Eq TPCON instance [incoherent] Ord TPCON instance [incoherent] Show TPCON instance [incoherent] Eq TSPHE instance [incoherent] Ord TSPHE instance [incoherent] Show TSPHE instance [incoherent] Eq TXTRU instance [incoherent] Ord TXTRU instance [incoherent] Show TXTRU instance [incoherent] Eq TBox instance [incoherent] Ord TBox instance [incoherent] Show TBox instance [incoherent] Eq TPave instance [incoherent] Ord TPave instance [incoherent] Show TPave instance [incoherent] Eq TPaveText instance [incoherent] Ord TPaveText instance [incoherent] Show TPaveText instance [incoherent] Eq TDiamond instance [incoherent] Ord TDiamond instance [incoherent] Show TDiamond instance [incoherent] Eq TPaveStats instance [incoherent] Ord TPaveStats instance [incoherent] Show TPaveStats instance [incoherent] Eq TPavesText instance [incoherent] Ord TPavesText instance [incoherent] Show TPavesText instance [incoherent] Eq TLegend instance [incoherent] Ord TLegend instance [incoherent] Show TLegend instance [incoherent] Eq TPaveLabel instance [incoherent] Ord TPaveLabel instance [incoherent] Show TPaveLabel instance [incoherent] Eq TPaveClass instance [incoherent] Ord TPaveClass instance [incoherent] Show TPaveClass instance [incoherent] Eq TWbox instance [incoherent] Ord TWbox instance [incoherent] Show TWbox instance [incoherent] Eq TFrame instance [incoherent] Ord TFrame instance [incoherent] Show TFrame instance [incoherent] Eq TSliderBox instance [incoherent] Ord TSliderBox instance [incoherent] Show TSliderBox instance [incoherent] Eq TTree instance [incoherent] Ord TTree instance [incoherent] Show TTree instance [incoherent] Eq TChain instance [incoherent] Ord TChain instance [incoherent] Show TChain instance [incoherent] Eq TNtuple instance [incoherent] Ord TNtuple instance [incoherent] Show TNtuple instance [incoherent] Eq TNtupleD instance [incoherent] Ord TNtupleD instance [incoherent] Show TNtupleD instance [incoherent] Eq TTreeSQL instance [incoherent] Ord TTreeSQL instance [incoherent] Show TTreeSQL instance [incoherent] Eq TPolyLine instance [incoherent] Ord TPolyLine instance [incoherent] Show TPolyLine instance [incoherent] Eq TCurlyLine instance [incoherent] Ord TCurlyLine instance [incoherent] Show TCurlyLine instance [incoherent] Eq TCurlyArc instance [incoherent] Ord TCurlyArc instance [incoherent] Show TCurlyArc instance [incoherent] Eq TEfficiency instance [incoherent] Ord TEfficiency instance [incoherent] Show TEfficiency instance [incoherent] Eq TAxis instance [incoherent] Ord TAxis instance [incoherent] Show TAxis instance [incoherent] Eq TLatex instance [incoherent] Ord TLatex instance [incoherent] Show TLatex instance [incoherent] Eq TText instance [incoherent] Ord TText instance [incoherent] Show TText instance [incoherent] Eq TDirectory instance [incoherent] Ord TDirectory instance [incoherent] Show TDirectory instance [incoherent] Eq TDirectoryFile instance [incoherent] Ord TDirectoryFile instance [incoherent] Show TDirectoryFile instance [incoherent] Eq TFile instance [incoherent] Ord TFile instance [incoherent] Show TFile instance [incoherent] Eq TBranch instance [incoherent] Ord TBranch instance [incoherent] Show TBranch instance [incoherent] Eq TVirtualTreePlayer instance [incoherent] Ord TVirtualTreePlayer instance [incoherent] Show TVirtualTreePlayer instance [incoherent] Eq TTreePlayer instance [incoherent] Ord TTreePlayer instance [incoherent] Show TTreePlayer instance [incoherent] Eq TArray instance [incoherent] Ord TArray instance [incoherent] Show TArray instance [incoherent] Eq TArrayC instance [incoherent] Ord TArrayC instance [incoherent] Show TArrayC instance [incoherent] Eq TArrayD instance [incoherent] Ord TArrayD instance [incoherent] Show TArrayD instance [incoherent] Eq TArrayF instance [incoherent] Ord TArrayF instance [incoherent] Show TArrayF instance [incoherent] Eq TArrayI instance [incoherent] Ord TArrayI instance [incoherent] Show TArrayI instance [incoherent] Eq TArrayL instance [incoherent] Ord TArrayL instance [incoherent] Show TArrayL instance [incoherent] Eq TArrayL64 instance [incoherent] Ord TArrayL64 instance [incoherent] Show TArrayL64 instance [incoherent] Eq TArrayS instance [incoherent] Ord TArrayS instance [incoherent] Show TArrayS instance [incoherent] Eq TH1 instance [incoherent] Ord TH1 instance [incoherent] Show TH1 instance [incoherent] Eq TH2 instance [incoherent] Ord TH2 instance [incoherent] Show TH2 instance [incoherent] Eq TH3 instance [incoherent] Ord TH3 instance [incoherent] Show TH3 instance [incoherent] Eq TH1C instance [incoherent] Ord TH1C instance [incoherent] Show TH1C instance [incoherent] Eq TH1D instance [incoherent] Ord TH1D instance [incoherent] Show TH1D instance [incoherent] Eq TH1F instance [incoherent] Ord TH1F instance [incoherent] Show TH1F instance [incoherent] Eq TH1I instance [incoherent] Ord TH1I instance [incoherent] Show TH1I instance [incoherent] Eq TH1S instance [incoherent] Ord TH1S instance [incoherent] Show TH1S instance [incoherent] Eq TH2C instance [incoherent] Ord TH2C instance [incoherent] Show TH2C instance [incoherent] Eq TH2D instance [incoherent] Ord TH2D instance [incoherent] Show TH2D instance [incoherent] Eq TH2F instance [incoherent] Ord TH2F instance [incoherent] Show TH2F instance [incoherent] Eq TH2I instance [incoherent] Ord TH2I instance [incoherent] Show TH2I instance [incoherent] Eq TH2Poly instance [incoherent] Ord TH2Poly instance [incoherent] Show TH2Poly instance [incoherent] Eq TH2S instance [incoherent] Ord TH2S instance [incoherent] Show TH2S instance [incoherent] Eq TH3C instance [incoherent] Ord TH3C instance [incoherent] Show TH3C instance [incoherent] Eq TH3D instance [incoherent] Ord TH3D instance [incoherent] Show TH3D instance [incoherent] Eq TH3F instance [incoherent] Ord TH3F instance [incoherent] Show TH3F instance [incoherent] Eq TH3I instance [incoherent] Ord TH3I instance [incoherent] Show TH3I instance [incoherent] Eq TH3S instance [incoherent] Ord TH3S instance [incoherent] Show TH3S instance [incoherent] Eq TQObject instance [incoherent] Ord TQObject instance [incoherent] Show TQObject instance [incoherent] Eq TVirtualPad instance [incoherent] Ord TVirtualPad instance [incoherent] Show TVirtualPad instance [incoherent] Eq TPad instance [incoherent] Ord TPad instance [incoherent] Show TPad instance [incoherent] Eq TButton instance [incoherent] Ord TButton instance [incoherent] Show TButton instance [incoherent] Eq TGroupButton instance [incoherent] Ord TGroupButton instance [incoherent] Show TGroupButton instance [incoherent] Eq TCanvas instance [incoherent] Ord TCanvas instance [incoherent] Show TCanvas instance [incoherent] Eq TDialogCanvas instance [incoherent] Ord TDialogCanvas instance [incoherent] Show TDialogCanvas instance [incoherent] Eq TInspectCanvas instance [incoherent] Ord TInspectCanvas instance [incoherent] Show TInspectCanvas instance [incoherent] Eq TEvePad instance [incoherent] Ord TEvePad instance [incoherent] Show TEvePad instance [incoherent] Eq TSlider instance [incoherent] Ord TSlider instance [incoherent] Show TSlider instance [incoherent] Eq TApplication instance [incoherent] Ord TApplication instance [incoherent] Show TApplication instance [incoherent] Eq TRint instance [incoherent] Ord TRint instance [incoherent] Show TRint instance [incoherent] Eq TRandom instance [incoherent] Ord TRandom instance [incoherent] Show TRandom instance [incoherent] Existable TRandom instance [incoherent] FPtr TRandom instance [incoherent] Existable TRint instance [incoherent] FPtr TRint instance [incoherent] Existable TApplication instance [incoherent] FPtr TApplication instance [incoherent] Existable TSlider instance [incoherent] FPtr TSlider instance [incoherent] Existable TEvePad instance [incoherent] FPtr TEvePad instance [incoherent] Existable TInspectCanvas instance [incoherent] FPtr TInspectCanvas instance [incoherent] Existable TDialogCanvas instance [incoherent] FPtr TDialogCanvas instance [incoherent] Existable TCanvas instance [incoherent] FPtr TCanvas instance [incoherent] Existable TGroupButton instance [incoherent] FPtr TGroupButton instance [incoherent] Existable TButton instance [incoherent] FPtr TButton instance [incoherent] Existable TPad instance [incoherent] FPtr TPad instance [incoherent] Existable TVirtualPad instance [incoherent] FPtr TVirtualPad instance [incoherent] Existable TQObject instance [incoherent] FPtr TQObject instance [incoherent] Existable TH3S instance [incoherent] FPtr TH3S instance [incoherent] Existable TH3I instance [incoherent] FPtr TH3I instance [incoherent] Existable TH3F instance [incoherent] FPtr TH3F instance [incoherent] Existable TH3D instance [incoherent] FPtr TH3D instance [incoherent] Existable TH3C instance [incoherent] FPtr TH3C instance [incoherent] Existable TH2S instance [incoherent] FPtr TH2S instance [incoherent] Existable TH2Poly instance [incoherent] FPtr TH2Poly instance [incoherent] Existable TH2I instance [incoherent] FPtr TH2I instance [incoherent] Existable TH2F instance [incoherent] FPtr TH2F instance [incoherent] Existable TH2D instance [incoherent] FPtr TH2D instance [incoherent] Existable TH2C instance [incoherent] FPtr TH2C instance [incoherent] Existable TH1S instance [incoherent] FPtr TH1S instance [incoherent] Existable TH1I instance [incoherent] FPtr TH1I instance [incoherent] Existable TH1F instance [incoherent] FPtr TH1F instance [incoherent] Existable TH1D instance [incoherent] FPtr TH1D instance [incoherent] Existable TH1C instance [incoherent] FPtr TH1C instance [incoherent] Existable TH3 instance [incoherent] FPtr TH3 instance [incoherent] Existable TH2 instance [incoherent] FPtr TH2 instance [incoherent] Existable TH1 instance [incoherent] FPtr TH1 instance [incoherent] Existable TArrayS instance [incoherent] FPtr TArrayS instance [incoherent] Existable TArrayL64 instance [incoherent] FPtr TArrayL64 instance [incoherent] Existable TArrayL instance [incoherent] FPtr TArrayL instance [incoherent] Existable TArrayI instance [incoherent] FPtr TArrayI instance [incoherent] Existable TArrayF instance [incoherent] FPtr TArrayF instance [incoherent] Existable TArrayD instance [incoherent] FPtr TArrayD instance [incoherent] Existable TArrayC instance [incoherent] FPtr TArrayC instance [incoherent] Existable TArray instance [incoherent] FPtr TArray instance [incoherent] Existable TTreePlayer instance [incoherent] FPtr TTreePlayer instance [incoherent] Existable TVirtualTreePlayer instance [incoherent] FPtr TVirtualTreePlayer instance [incoherent] Existable TBranch instance [incoherent] FPtr TBranch instance [incoherent] Existable TFile instance [incoherent] FPtr TFile instance [incoherent] Existable TDirectoryFile instance [incoherent] FPtr TDirectoryFile instance [incoherent] Existable TDirectory instance [incoherent] FPtr TDirectory instance [incoherent] Existable TText instance [incoherent] FPtr TText instance [incoherent] Existable TLatex instance [incoherent] FPtr TLatex instance [incoherent] Existable TAxis instance [incoherent] FPtr TAxis instance [incoherent] Existable TEfficiency instance [incoherent] FPtr TEfficiency instance [incoherent] Existable TCurlyArc instance [incoherent] FPtr TCurlyArc instance [incoherent] Existable TCurlyLine instance [incoherent] FPtr TCurlyLine instance [incoherent] Existable TPolyLine instance [incoherent] FPtr TPolyLine instance [incoherent] Existable TTreeSQL instance [incoherent] FPtr TTreeSQL instance [incoherent] Existable TNtupleD instance [incoherent] FPtr TNtupleD instance [incoherent] Existable TNtuple instance [incoherent] FPtr TNtuple instance [incoherent] Existable TChain instance [incoherent] FPtr TChain instance [incoherent] Existable TTree instance [incoherent] FPtr TTree instance [incoherent] Existable TSliderBox instance [incoherent] FPtr TSliderBox instance [incoherent] Existable TFrame instance [incoherent] FPtr TFrame instance [incoherent] Existable TWbox instance [incoherent] FPtr TWbox instance [incoherent] Existable TPaveClass instance [incoherent] FPtr TPaveClass instance [incoherent] Existable TPaveLabel instance [incoherent] FPtr TPaveLabel instance [incoherent] Existable TLegend instance [incoherent] FPtr TLegend instance [incoherent] Existable TPavesText instance [incoherent] FPtr TPavesText instance [incoherent] Existable TPaveStats instance [incoherent] FPtr TPaveStats instance [incoherent] Existable TDiamond instance [incoherent] FPtr TDiamond instance [incoherent] Existable TPaveText instance [incoherent] FPtr TPaveText instance [incoherent] Existable TPave instance [incoherent] FPtr TPave instance [incoherent] Existable TBox instance [incoherent] FPtr TBox instance [incoherent] Existable TXTRU instance [incoherent] FPtr TXTRU instance [incoherent] Existable TSPHE instance [incoherent] FPtr TSPHE instance [incoherent] Existable TPCON instance [incoherent] FPtr TPCON instance [incoherent] Existable TTUBE instance [incoherent] FPtr TTUBE instance [incoherent] Existable TBRIK instance [incoherent] FPtr TBRIK instance [incoherent] Existable TShape instance [incoherent] FPtr TShape instance [incoherent] Existable TGaxis instance [incoherent] FPtr TGaxis instance [incoherent] Existable TArrow instance [incoherent] FPtr TArrow instance [incoherent] Existable TLine instance [incoherent] FPtr TLine instance [incoherent] Existable TCrown instance [incoherent] FPtr TCrown instance [incoherent] Existable TArc instance [incoherent] FPtr TArc instance [incoherent] Existable TEllipse instance [incoherent] FPtr TEllipse instance [incoherent] Existable TGraphQQ instance [incoherent] FPtr TGraphQQ instance [incoherent] Existable TGraphPolar instance [incoherent] FPtr TGraphPolar instance [incoherent] Existable TGraphErrors instance [incoherent] FPtr TGraphErrors instance [incoherent] Existable TGraphBentErrors instance [incoherent] FPtr TGraphBentErrors instance [incoherent] Existable TCutG instance [incoherent] FPtr TCutG instance [incoherent] Existable TGraphAsymmErrors instance [incoherent] FPtr TGraphAsymmErrors instance [incoherent] Existable TGraph instance [incoherent] FPtr TGraph instance [incoherent] Existable TF1 instance [incoherent] FPtr TF1 instance [incoherent] Existable THStack instance [incoherent] FPtr THStack instance [incoherent] Existable TAttText instance [incoherent] FPtr TAttText instance [incoherent] Existable TAttParticle instance [incoherent] FPtr TAttParticle instance [incoherent] Existable TAttPad instance [incoherent] FPtr TAttPad instance [incoherent] Existable TAttMarker instance [incoherent] FPtr TAttMarker instance [incoherent] Existable TAttLine instance [incoherent] FPtr TAttLine instance [incoherent] Existable TAttImage instance [incoherent] FPtr TAttImage instance [incoherent] Existable TAttFill instance [incoherent] FPtr TAttFill instance [incoherent] Existable TAttCanvas instance [incoherent] FPtr TAttCanvas instance [incoherent] Existable TAttBBox instance [incoherent] FPtr TAttBBox instance [incoherent] Existable TAttAxis instance [incoherent] FPtr TAttAxis instance [incoherent] Existable TAtt3D instance [incoherent] FPtr TAtt3D instance [incoherent] Existable TFormula instance [incoherent] FPtr TFormula instance [incoherent] Existable TClass instance [incoherent] FPtr TClass instance [incoherent] Existable TNamed instance [incoherent] FPtr TNamed instance [incoherent] Existable TObject instance [incoherent] FPtr TObject instance [incoherent] (Castable a a', Castable b b') => Castable (a -> b) (a' -> b') instance [incoherent] Castable [String] (Ptr CString) instance [incoherent] Castable String CString instance [incoherent] Castable [Int] (Ptr CInt) instance [incoherent] Castable [Double] (Ptr CDouble) instance [incoherent] Castable Double CDouble instance [incoherent] Castable Int CInt instance [incoherent] Castable a a module HROOT.Class.FFI c_tobject_delete :: (Ptr RawTObject) -> IO () c_tobject_newtobject :: IO (Ptr RawTObject) c_tobject_getname :: (Ptr RawTObject) -> IO CString c_tobject_draw :: (Ptr RawTObject) -> CString -> IO () c_tobject_findobject :: (Ptr RawTObject) -> CString -> IO (Ptr RawTObject) c_tobject_saveas :: (Ptr RawTObject) -> CString -> CString -> IO () c_tobject_write :: (Ptr RawTObject) -> CString -> CInt -> CInt -> IO CInt c_tobject_isa :: (Ptr RawTObject) -> IO (Ptr RawTClass) c_tnamed_getname :: (Ptr RawTNamed) -> IO CString c_tnamed_draw :: (Ptr RawTNamed) -> CString -> IO () c_tnamed_findobject :: (Ptr RawTNamed) -> CString -> IO (Ptr RawTObject) c_tnamed_saveas :: (Ptr RawTNamed) -> CString -> CString -> IO () c_tnamed_write :: (Ptr RawTNamed) -> CString -> CInt -> CInt -> IO CInt c_tnamed_isa :: (Ptr RawTNamed) -> IO (Ptr RawTClass) c_tnamed_delete :: (Ptr RawTNamed) -> IO () c_tnamed_newtnamed :: CString -> CString -> IO (Ptr RawTNamed) c_tnamed_settitle :: (Ptr RawTNamed) -> CString -> IO () c_tclass_settitle :: (Ptr RawTClass) -> CString -> IO () c_tclass_getname :: (Ptr RawTClass) -> IO CString c_tclass_draw :: (Ptr RawTClass) -> CString -> IO () c_tclass_findobject :: (Ptr RawTClass) -> CString -> IO (Ptr RawTObject) c_tclass_saveas :: (Ptr RawTClass) -> CString -> CString -> IO () c_tclass_write :: (Ptr RawTClass) -> CString -> CInt -> CInt -> IO CInt c_tclass_isa :: (Ptr RawTClass) -> IO (Ptr RawTClass) c_tclass_delete :: (Ptr RawTClass) -> IO () c_tformula_settitle :: (Ptr RawTFormula) -> CString -> IO () c_tformula_getname :: (Ptr RawTFormula) -> IO CString c_tformula_draw :: (Ptr RawTFormula) -> CString -> IO () c_tformula_findobject :: (Ptr RawTFormula) -> CString -> IO (Ptr RawTObject) c_tformula_saveas :: (Ptr RawTFormula) -> CString -> CString -> IO () c_tformula_write :: (Ptr RawTFormula) -> CString -> CInt -> CInt -> IO CInt c_tformula_isa :: (Ptr RawTFormula) -> IO (Ptr RawTClass) c_tformula_delete :: (Ptr RawTFormula) -> IO () c_tformula_newtformula :: CString -> CString -> IO (Ptr RawTFormula) c_tformula_getparameter :: (Ptr RawTFormula) -> CInt -> IO CDouble c_tformula_setparameter :: (Ptr RawTFormula) -> CInt -> CDouble -> IO () c_tatt3d_delete :: (Ptr RawTAtt3D) -> IO () c_tattaxis_delete :: (Ptr RawTAttAxis) -> IO () c_tattaxis_newtattaxis :: IO (Ptr RawTAttAxis) c_tattaxis_setlabelcolor :: (Ptr RawTAttAxis) -> CInt -> IO () c_tattaxis_setlabelsize :: (Ptr RawTAttAxis) -> CDouble -> IO () c_tattaxis_setticklength :: (Ptr RawTAttAxis) -> CDouble -> IO () c_tattaxis_settitleoffset :: (Ptr RawTAttAxis) -> CDouble -> IO () c_tattaxis_setndivisions :: (Ptr RawTAttAxis) -> CInt -> CInt -> IO () c_tattbbox_delete :: (Ptr RawTAttBBox) -> IO () c_tattcanvas_delete :: (Ptr RawTAttCanvas) -> IO () c_tattcanvas_newtattcanvas :: IO (Ptr RawTAttCanvas) c_tattfill_delete :: (Ptr RawTAttFill) -> IO () c_tattfill_newtattfill :: CInt -> CInt -> IO (Ptr RawTAttFill) c_tattfill_setfillcolor :: (Ptr RawTAttFill) -> CInt -> IO () c_tattfill_setfillstyle :: (Ptr RawTAttFill) -> CInt -> IO () c_tattimage_delete :: (Ptr RawTAttImage) -> IO () c_tattline_delete :: (Ptr RawTAttLine) -> IO () c_tattline_newtattline :: CInt -> CInt -> CInt -> IO (Ptr RawTAttLine) c_tattline_setlinecolor :: (Ptr RawTAttLine) -> CInt -> IO () c_tattmarker_delete :: (Ptr RawTAttMarker) -> IO () c_tattmarker_newtattmarker :: CInt -> CInt -> CInt -> IO (Ptr RawTAttMarker) c_tattpad_delete :: (Ptr RawTAttPad) -> IO () c_tattpad_newtattpad :: IO (Ptr RawTAttPad) c_tattparticle_settitle :: (Ptr RawTAttParticle) -> CString -> IO () c_tattparticle_getname :: (Ptr RawTAttParticle) -> IO CString c_tattparticle_draw :: (Ptr RawTAttParticle) -> CString -> IO () c_tattparticle_findobject :: (Ptr RawTAttParticle) -> CString -> IO (Ptr RawTObject) c_tattparticle_saveas :: (Ptr RawTAttParticle) -> CString -> CString -> IO () c_tattparticle_write :: (Ptr RawTAttParticle) -> CString -> CInt -> CInt -> IO CInt c_tattparticle_isa :: (Ptr RawTAttParticle) -> IO (Ptr RawTClass) c_tattparticle_delete :: (Ptr RawTAttParticle) -> IO () c_tatttext_delete :: (Ptr RawTAttText) -> IO () c_tatttext_newtatttext :: CInt -> CDouble -> CInt -> CInt -> CDouble -> IO (Ptr RawTAttText) c_tatttext_settextcolor :: (Ptr RawTAttText) -> CInt -> IO () c_tatttext_settextalign :: (Ptr RawTAttText) -> CInt -> IO () c_tatttext_settextsize :: (Ptr RawTAttText) -> CDouble -> IO () c_thstack_settitle :: (Ptr RawTHStack) -> CString -> IO () c_thstack_getname :: (Ptr RawTHStack) -> IO CString c_thstack_draw :: (Ptr RawTHStack) -> CString -> IO () c_thstack_findobject :: (Ptr RawTHStack) -> CString -> IO (Ptr RawTObject) c_thstack_saveas :: (Ptr RawTHStack) -> CString -> CString -> IO () c_thstack_write :: (Ptr RawTHStack) -> CString -> CInt -> CInt -> IO CInt c_thstack_isa :: (Ptr RawTHStack) -> IO (Ptr RawTClass) c_thstack_delete :: (Ptr RawTHStack) -> IO () c_thstack_newthstack :: CString -> CString -> IO (Ptr RawTHStack) c_tf1_getparameter :: (Ptr RawTF1) -> CInt -> IO CDouble c_tf1_setparameter :: (Ptr RawTF1) -> CInt -> CDouble -> IO () c_tf1_setlinecolor :: (Ptr RawTF1) -> CInt -> IO () c_tf1_setfillcolor :: (Ptr RawTF1) -> CInt -> IO () c_tf1_setfillstyle :: (Ptr RawTF1) -> CInt -> IO () c_tf1_settitle :: (Ptr RawTF1) -> CString -> IO () c_tf1_getname :: (Ptr RawTF1) -> IO CString c_tf1_draw :: (Ptr RawTF1) -> CString -> IO () c_tf1_findobject :: (Ptr RawTF1) -> CString -> IO (Ptr RawTObject) c_tf1_saveas :: (Ptr RawTF1) -> CString -> CString -> IO () c_tf1_write :: (Ptr RawTF1) -> CString -> CInt -> CInt -> IO CInt c_tf1_isa :: (Ptr RawTF1) -> IO (Ptr RawTClass) c_tf1_delete :: (Ptr RawTF1) -> IO () c_tf1_newtf1 :: CString -> CString -> CDouble -> CDouble -> IO (Ptr RawTF1) c_tgraph_settitle :: (Ptr RawTGraph) -> CString -> IO () c_tgraph_setlinecolor :: (Ptr RawTGraph) -> CInt -> IO () c_tgraph_setfillcolor :: (Ptr RawTGraph) -> CInt -> IO () c_tgraph_setfillstyle :: (Ptr RawTGraph) -> CInt -> IO () c_tgraph_getname :: (Ptr RawTGraph) -> IO CString c_tgraph_draw :: (Ptr RawTGraph) -> CString -> IO () c_tgraph_findobject :: (Ptr RawTGraph) -> CString -> IO (Ptr RawTObject) c_tgraph_saveas :: (Ptr RawTGraph) -> CString -> CString -> IO () c_tgraph_write :: (Ptr RawTGraph) -> CString -> CInt -> CInt -> IO CInt c_tgraph_isa :: (Ptr RawTGraph) -> IO (Ptr RawTClass) c_tgraph_delete :: (Ptr RawTGraph) -> IO () c_tgraph_newtgraph :: CInt -> (Ptr CDouble) -> (Ptr CDouble) -> IO (Ptr RawTGraph) c_tgraphasymmerrors_settitle :: (Ptr RawTGraphAsymmErrors) -> CString -> IO () c_tgraphasymmerrors_setlinecolor :: (Ptr RawTGraphAsymmErrors) -> CInt -> IO () c_tgraphasymmerrors_setfillcolor :: (Ptr RawTGraphAsymmErrors) -> CInt -> IO () c_tgraphasymmerrors_setfillstyle :: (Ptr RawTGraphAsymmErrors) -> CInt -> IO () c_tgraphasymmerrors_getname :: (Ptr RawTGraphAsymmErrors) -> IO CString c_tgraphasymmerrors_draw :: (Ptr RawTGraphAsymmErrors) -> CString -> IO () c_tgraphasymmerrors_findobject :: (Ptr RawTGraphAsymmErrors) -> CString -> IO (Ptr RawTObject) c_tgraphasymmerrors_saveas :: (Ptr RawTGraphAsymmErrors) -> CString -> CString -> IO () c_tgraphasymmerrors_write :: (Ptr RawTGraphAsymmErrors) -> CString -> CInt -> CInt -> IO CInt c_tgraphasymmerrors_isa :: (Ptr RawTGraphAsymmErrors) -> IO (Ptr RawTClass) c_tgraphasymmerrors_delete :: (Ptr RawTGraphAsymmErrors) -> IO () c_tgraphasymmerrors_newtgraphasymmerrors :: CInt -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> IO (Ptr RawTGraphAsymmErrors) c_tcutg_settitle :: (Ptr RawTCutG) -> CString -> IO () c_tcutg_setlinecolor :: (Ptr RawTCutG) -> CInt -> IO () c_tcutg_setfillcolor :: (Ptr RawTCutG) -> CInt -> IO () c_tcutg_setfillstyle :: (Ptr RawTCutG) -> CInt -> IO () c_tcutg_getname :: (Ptr RawTCutG) -> IO CString c_tcutg_draw :: (Ptr RawTCutG) -> CString -> IO () c_tcutg_findobject :: (Ptr RawTCutG) -> CString -> IO (Ptr RawTObject) c_tcutg_saveas :: (Ptr RawTCutG) -> CString -> CString -> IO () c_tcutg_write :: (Ptr RawTCutG) -> CString -> CInt -> CInt -> IO CInt c_tcutg_isa :: (Ptr RawTCutG) -> IO (Ptr RawTClass) c_tcutg_delete :: (Ptr RawTCutG) -> IO () c_tcutg_newtcutg :: CString -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> IO (Ptr RawTCutG) c_tgraphbenterrors_settitle :: (Ptr RawTGraphBentErrors) -> CString -> IO () c_tgraphbenterrors_setlinecolor :: (Ptr RawTGraphBentErrors) -> CInt -> IO () c_tgraphbenterrors_setfillcolor :: (Ptr RawTGraphBentErrors) -> CInt -> IO () c_tgraphbenterrors_setfillstyle :: (Ptr RawTGraphBentErrors) -> CInt -> IO () c_tgraphbenterrors_getname :: (Ptr RawTGraphBentErrors) -> IO CString c_tgraphbenterrors_draw :: (Ptr RawTGraphBentErrors) -> CString -> IO () c_tgraphbenterrors_findobject :: (Ptr RawTGraphBentErrors) -> CString -> IO (Ptr RawTObject) c_tgraphbenterrors_saveas :: (Ptr RawTGraphBentErrors) -> CString -> CString -> IO () c_tgraphbenterrors_write :: (Ptr RawTGraphBentErrors) -> CString -> CInt -> CInt -> IO CInt c_tgraphbenterrors_isa :: (Ptr RawTGraphBentErrors) -> IO (Ptr RawTClass) c_tgraphbenterrors_delete :: (Ptr RawTGraphBentErrors) -> IO () c_tgraphbenterrors_newtgraphbenterrors :: CInt -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> IO (Ptr RawTGraphBentErrors) c_tgrapherrors_settitle :: (Ptr RawTGraphErrors) -> CString -> IO () c_tgrapherrors_setlinecolor :: (Ptr RawTGraphErrors) -> CInt -> IO () c_tgrapherrors_setfillcolor :: (Ptr RawTGraphErrors) -> CInt -> IO () c_tgrapherrors_setfillstyle :: (Ptr RawTGraphErrors) -> CInt -> IO () c_tgrapherrors_getname :: (Ptr RawTGraphErrors) -> IO CString c_tgrapherrors_draw :: (Ptr RawTGraphErrors) -> CString -> IO () c_tgrapherrors_findobject :: (Ptr RawTGraphErrors) -> CString -> IO (Ptr RawTObject) c_tgrapherrors_saveas :: (Ptr RawTGraphErrors) -> CString -> CString -> IO () c_tgrapherrors_write :: (Ptr RawTGraphErrors) -> CString -> CInt -> CInt -> IO CInt c_tgrapherrors_isa :: (Ptr RawTGraphErrors) -> IO (Ptr RawTClass) c_tgrapherrors_delete :: (Ptr RawTGraphErrors) -> IO () c_tgrapherrors_newtgrapherrors :: CInt -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> IO (Ptr RawTGraphErrors) c_tgraphpolar_settitle :: (Ptr RawTGraphPolar) -> CString -> IO () c_tgraphpolar_setlinecolor :: (Ptr RawTGraphPolar) -> CInt -> IO () c_tgraphpolar_setfillcolor :: (Ptr RawTGraphPolar) -> CInt -> IO () c_tgraphpolar_setfillstyle :: (Ptr RawTGraphPolar) -> CInt -> IO () c_tgraphpolar_getname :: (Ptr RawTGraphPolar) -> IO CString c_tgraphpolar_draw :: (Ptr RawTGraphPolar) -> CString -> IO () c_tgraphpolar_findobject :: (Ptr RawTGraphPolar) -> CString -> IO (Ptr RawTObject) c_tgraphpolar_saveas :: (Ptr RawTGraphPolar) -> CString -> CString -> IO () c_tgraphpolar_write :: (Ptr RawTGraphPolar) -> CString -> CInt -> CInt -> IO CInt c_tgraphpolar_isa :: (Ptr RawTGraphPolar) -> IO (Ptr RawTClass) c_tgraphpolar_delete :: (Ptr RawTGraphPolar) -> IO () c_tgraphpolar_newtgraphpolar :: CInt -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> (Ptr CDouble) -> IO (Ptr RawTGraphPolar) c_tgraphqq_settitle :: (Ptr RawTGraphQQ) -> CString -> IO () c_tgraphqq_setlinecolor :: (Ptr RawTGraphQQ) -> CInt -> IO () c_tgraphqq_setfillcolor :: (Ptr RawTGraphQQ) -> CInt -> IO () c_tgraphqq_setfillstyle :: (Ptr RawTGraphQQ) -> CInt -> IO () c_tgraphqq_getname :: (Ptr RawTGraphQQ) -> IO CString c_tgraphqq_draw :: (Ptr RawTGraphQQ) -> CString -> IO () c_tgraphqq_findobject :: (Ptr RawTGraphQQ) -> CString -> IO (Ptr RawTObject) c_tgraphqq_saveas :: (Ptr RawTGraphQQ) -> CString -> CString -> IO () c_tgraphqq_write :: (Ptr RawTGraphQQ) -> CString -> CInt -> CInt -> IO CInt c_tgraphqq_isa :: (Ptr RawTGraphQQ) -> IO (Ptr RawTClass) c_tgraphqq_delete :: (Ptr RawTGraphQQ) -> IO () c_tgraphqq_newtgraphqq :: CInt -> (Ptr CDouble) -> CInt -> (Ptr CDouble) -> IO (Ptr RawTGraphQQ) c_tellipse_getname :: (Ptr RawTEllipse) -> IO CString c_tellipse_draw :: (Ptr RawTEllipse) -> CString -> IO () c_tellipse_findobject :: (Ptr RawTEllipse) -> CString -> IO (Ptr RawTObject) c_tellipse_saveas :: (Ptr RawTEllipse) -> CString -> CString -> IO () c_tellipse_write :: (Ptr RawTEllipse) -> CString -> CInt -> CInt -> IO CInt c_tellipse_isa :: (Ptr RawTEllipse) -> IO (Ptr RawTClass) c_tellipse_setlinecolor :: (Ptr RawTEllipse) -> CInt -> IO () c_tellipse_setfillcolor :: (Ptr RawTEllipse) -> CInt -> IO () c_tellipse_setfillstyle :: (Ptr RawTEllipse) -> CInt -> IO () c_tellipse_delete :: (Ptr RawTEllipse) -> IO () c_tellipse_newtellipse :: CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTEllipse) c_tarc_getname :: (Ptr RawTArc) -> IO CString c_tarc_draw :: (Ptr RawTArc) -> CString -> IO () c_tarc_findobject :: (Ptr RawTArc) -> CString -> IO (Ptr RawTObject) c_tarc_saveas :: (Ptr RawTArc) -> CString -> CString -> IO () c_tarc_write :: (Ptr RawTArc) -> CString -> CInt -> CInt -> IO CInt c_tarc_isa :: (Ptr RawTArc) -> IO (Ptr RawTClass) c_tarc_setlinecolor :: (Ptr RawTArc) -> CInt -> IO () c_tarc_setfillcolor :: (Ptr RawTArc) -> CInt -> IO () c_tarc_setfillstyle :: (Ptr RawTArc) -> CInt -> IO () c_tarc_delete :: (Ptr RawTArc) -> IO () c_tarc_newtarc :: CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTArc) c_tcrown_getname :: (Ptr RawTCrown) -> IO CString c_tcrown_draw :: (Ptr RawTCrown) -> CString -> IO () c_tcrown_findobject :: (Ptr RawTCrown) -> CString -> IO (Ptr RawTObject) c_tcrown_saveas :: (Ptr RawTCrown) -> CString -> CString -> IO () c_tcrown_write :: (Ptr RawTCrown) -> CString -> CInt -> CInt -> IO CInt c_tcrown_isa :: (Ptr RawTCrown) -> IO (Ptr RawTClass) c_tcrown_setlinecolor :: (Ptr RawTCrown) -> CInt -> IO () c_tcrown_setfillcolor :: (Ptr RawTCrown) -> CInt -> IO () c_tcrown_setfillstyle :: (Ptr RawTCrown) -> CInt -> IO () c_tcrown_delete :: (Ptr RawTCrown) -> IO () c_tcrown_newtcrown :: CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTCrown) c_tline_getname :: (Ptr RawTLine) -> IO CString c_tline_draw :: (Ptr RawTLine) -> CString -> IO () c_tline_findobject :: (Ptr RawTLine) -> CString -> IO (Ptr RawTObject) c_tline_saveas :: (Ptr RawTLine) -> CString -> CString -> IO () c_tline_write :: (Ptr RawTLine) -> CString -> CInt -> CInt -> IO CInt c_tline_isa :: (Ptr RawTLine) -> IO (Ptr RawTClass) c_tline_setlinecolor :: (Ptr RawTLine) -> CInt -> IO () c_tline_delete :: (Ptr RawTLine) -> IO () c_tline_newtline :: CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTLine) c_tarrow_setfillcolor :: (Ptr RawTArrow) -> CInt -> IO () c_tarrow_setfillstyle :: (Ptr RawTArrow) -> CInt -> IO () c_tarrow_getname :: (Ptr RawTArrow) -> IO CString c_tarrow_draw :: (Ptr RawTArrow) -> CString -> IO () c_tarrow_findobject :: (Ptr RawTArrow) -> CString -> IO (Ptr RawTObject) c_tarrow_saveas :: (Ptr RawTArrow) -> CString -> CString -> IO () c_tarrow_write :: (Ptr RawTArrow) -> CString -> CInt -> CInt -> IO CInt c_tarrow_isa :: (Ptr RawTArrow) -> IO (Ptr RawTClass) c_tarrow_setlinecolor :: (Ptr RawTArrow) -> CInt -> IO () c_tarrow_delete :: (Ptr RawTArrow) -> IO () c_tarrow_newtarrow :: CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CString -> IO (Ptr RawTArrow) c_tgaxis_settextcolor :: (Ptr RawTGaxis) -> CInt -> IO () c_tgaxis_settextalign :: (Ptr RawTGaxis) -> CInt -> IO () c_tgaxis_settextsize :: (Ptr RawTGaxis) -> CDouble -> IO () c_tgaxis_getname :: (Ptr RawTGaxis) -> IO CString c_tgaxis_draw :: (Ptr RawTGaxis) -> CString -> IO () c_tgaxis_findobject :: (Ptr RawTGaxis) -> CString -> IO (Ptr RawTObject) c_tgaxis_saveas :: (Ptr RawTGaxis) -> CString -> CString -> IO () c_tgaxis_write :: (Ptr RawTGaxis) -> CString -> CInt -> CInt -> IO CInt c_tgaxis_isa :: (Ptr RawTGaxis) -> IO (Ptr RawTClass) c_tgaxis_setlinecolor :: (Ptr RawTGaxis) -> CInt -> IO () c_tgaxis_delete :: (Ptr RawTGaxis) -> IO () c_tgaxis_newtgaxis :: CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CInt -> CString -> CDouble -> IO (Ptr RawTGaxis) c_tshape_settitle :: (Ptr RawTShape) -> CString -> IO () c_tshape_setlinecolor :: (Ptr RawTShape) -> CInt -> IO () c_tshape_setfillcolor :: (Ptr RawTShape) -> CInt -> IO () c_tshape_setfillstyle :: (Ptr RawTShape) -> CInt -> IO () c_tshape_getname :: (Ptr RawTShape) -> IO CString c_tshape_draw :: (Ptr RawTShape) -> CString -> IO () c_tshape_findobject :: (Ptr RawTShape) -> CString -> IO (Ptr RawTObject) c_tshape_saveas :: (Ptr RawTShape) -> CString -> CString -> IO () c_tshape_write :: (Ptr RawTShape) -> CString -> CInt -> CInt -> IO CInt c_tshape_isa :: (Ptr RawTShape) -> IO (Ptr RawTClass) c_tshape_delete :: (Ptr RawTShape) -> IO () c_tshape_newtshape :: CString -> CString -> CString -> IO (Ptr RawTShape) c_tbrik_settitle :: (Ptr RawTBRIK) -> CString -> IO () c_tbrik_setlinecolor :: (Ptr RawTBRIK) -> CInt -> IO () c_tbrik_setfillcolor :: (Ptr RawTBRIK) -> CInt -> IO () c_tbrik_setfillstyle :: (Ptr RawTBRIK) -> CInt -> IO () c_tbrik_getname :: (Ptr RawTBRIK) -> IO CString c_tbrik_draw :: (Ptr RawTBRIK) -> CString -> IO () c_tbrik_findobject :: (Ptr RawTBRIK) -> CString -> IO (Ptr RawTObject) c_tbrik_saveas :: (Ptr RawTBRIK) -> CString -> CString -> IO () c_tbrik_write :: (Ptr RawTBRIK) -> CString -> CInt -> CInt -> IO CInt c_tbrik_isa :: (Ptr RawTBRIK) -> IO (Ptr RawTClass) c_tbrik_delete :: (Ptr RawTBRIK) -> IO () c_tbrik_newtbrik :: CString -> CString -> CString -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTBRIK) c_ttube_settitle :: (Ptr RawTTUBE) -> CString -> IO () c_ttube_setlinecolor :: (Ptr RawTTUBE) -> CInt -> IO () c_ttube_setfillcolor :: (Ptr RawTTUBE) -> CInt -> IO () c_ttube_setfillstyle :: (Ptr RawTTUBE) -> CInt -> IO () c_ttube_getname :: (Ptr RawTTUBE) -> IO CString c_ttube_draw :: (Ptr RawTTUBE) -> CString -> IO () c_ttube_findobject :: (Ptr RawTTUBE) -> CString -> IO (Ptr RawTObject) c_ttube_saveas :: (Ptr RawTTUBE) -> CString -> CString -> IO () c_ttube_write :: (Ptr RawTTUBE) -> CString -> CInt -> CInt -> IO CInt c_ttube_isa :: (Ptr RawTTUBE) -> IO (Ptr RawTClass) c_ttube_delete :: (Ptr RawTTUBE) -> IO () c_ttube_newttube :: CString -> CString -> CString -> CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTTUBE) c_tpcon_settitle :: (Ptr RawTPCON) -> CString -> IO () c_tpcon_setlinecolor :: (Ptr RawTPCON) -> CInt -> IO () c_tpcon_setfillcolor :: (Ptr RawTPCON) -> CInt -> IO () c_tpcon_setfillstyle :: (Ptr RawTPCON) -> CInt -> IO () c_tpcon_getname :: (Ptr RawTPCON) -> IO CString c_tpcon_draw :: (Ptr RawTPCON) -> CString -> IO () c_tpcon_findobject :: (Ptr RawTPCON) -> CString -> IO (Ptr RawTObject) c_tpcon_saveas :: (Ptr RawTPCON) -> CString -> CString -> IO () c_tpcon_write :: (Ptr RawTPCON) -> CString -> CInt -> CInt -> IO CInt c_tpcon_isa :: (Ptr RawTPCON) -> IO (Ptr RawTClass) c_tpcon_delete :: (Ptr RawTPCON) -> IO () c_tpcon_newtpcon :: CString -> CString -> CString -> CDouble -> CDouble -> CInt -> IO (Ptr RawTPCON) c_tsphe_settitle :: (Ptr RawTSPHE) -> CString -> IO () c_tsphe_setlinecolor :: (Ptr RawTSPHE) -> CInt -> IO () c_tsphe_setfillcolor :: (Ptr RawTSPHE) -> CInt -> IO () c_tsphe_setfillstyle :: (Ptr RawTSPHE) -> CInt -> IO () c_tsphe_getname :: (Ptr RawTSPHE) -> IO CString c_tsphe_draw :: (Ptr RawTSPHE) -> CString -> IO () c_tsphe_findobject :: (Ptr RawTSPHE) -> CString -> IO (Ptr RawTObject) c_tsphe_saveas :: (Ptr RawTSPHE) -> CString -> CString -> IO () c_tsphe_write :: (Ptr RawTSPHE) -> CString -> CInt -> CInt -> IO CInt c_tsphe_isa :: (Ptr RawTSPHE) -> IO (Ptr RawTClass) c_tsphe_delete :: (Ptr RawTSPHE) -> IO () c_tsphe_newtsphe :: CString -> CString -> CString -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTSPHE) c_txtru_settitle :: (Ptr RawTXTRU) -> CString -> IO () c_txtru_setlinecolor :: (Ptr RawTXTRU) -> CInt -> IO () c_txtru_setfillcolor :: (Ptr RawTXTRU) -> CInt -> IO () c_txtru_setfillstyle :: (Ptr RawTXTRU) -> CInt -> IO () c_txtru_getname :: (Ptr RawTXTRU) -> IO CString c_txtru_draw :: (Ptr RawTXTRU) -> CString -> IO () c_txtru_findobject :: (Ptr RawTXTRU) -> CString -> IO (Ptr RawTObject) c_txtru_saveas :: (Ptr RawTXTRU) -> CString -> CString -> IO () c_txtru_write :: (Ptr RawTXTRU) -> CString -> CInt -> CInt -> IO CInt c_txtru_isa :: (Ptr RawTXTRU) -> IO (Ptr RawTClass) c_txtru_delete :: (Ptr RawTXTRU) -> IO () c_txtru_newtxtru :: CString -> CString -> CString -> CInt -> CInt -> IO (Ptr RawTXTRU) c_tbox_getname :: (Ptr RawTBox) -> IO CString c_tbox_draw :: (Ptr RawTBox) -> CString -> IO () c_tbox_findobject :: (Ptr RawTBox) -> CString -> IO (Ptr RawTObject) c_tbox_saveas :: (Ptr RawTBox) -> CString -> CString -> IO () c_tbox_write :: (Ptr RawTBox) -> CString -> CInt -> CInt -> IO CInt c_tbox_isa :: (Ptr RawTBox) -> IO (Ptr RawTClass) c_tbox_setlinecolor :: (Ptr RawTBox) -> CInt -> IO () c_tbox_setfillcolor :: (Ptr RawTBox) -> CInt -> IO () c_tbox_setfillstyle :: (Ptr RawTBox) -> CInt -> IO () c_tbox_delete :: (Ptr RawTBox) -> IO () c_tbox_newtbox :: CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTBox) c_tpave_getname :: (Ptr RawTPave) -> IO CString c_tpave_draw :: (Ptr RawTPave) -> CString -> IO () c_tpave_findobject :: (Ptr RawTPave) -> CString -> IO (Ptr RawTObject) c_tpave_saveas :: (Ptr RawTPave) -> CString -> CString -> IO () c_tpave_write :: (Ptr RawTPave) -> CString -> CInt -> CInt -> IO CInt c_tpave_isa :: (Ptr RawTPave) -> IO (Ptr RawTClass) c_tpave_setlinecolor :: (Ptr RawTPave) -> CInt -> IO () c_tpave_setfillcolor :: (Ptr RawTPave) -> CInt -> IO () c_tpave_setfillstyle :: (Ptr RawTPave) -> CInt -> IO () c_tpave_delete :: (Ptr RawTPave) -> IO () c_tpave_newtpave :: CDouble -> CDouble -> CDouble -> CDouble -> CInt -> CString -> IO (Ptr RawTPave) c_tpavetext_settextcolor :: (Ptr RawTPaveText) -> CInt -> IO () c_tpavetext_settextalign :: (Ptr RawTPaveText) -> CInt -> IO () c_tpavetext_settextsize :: (Ptr RawTPaveText) -> CDouble -> IO () c_tpavetext_getname :: (Ptr RawTPaveText) -> IO CString c_tpavetext_draw :: (Ptr RawTPaveText) -> CString -> IO () c_tpavetext_findobject :: (Ptr RawTPaveText) -> CString -> IO (Ptr RawTObject) c_tpavetext_saveas :: (Ptr RawTPaveText) -> CString -> CString -> IO () c_tpavetext_write :: (Ptr RawTPaveText) -> CString -> CInt -> CInt -> IO CInt c_tpavetext_isa :: (Ptr RawTPaveText) -> IO (Ptr RawTClass) c_tpavetext_setlinecolor :: (Ptr RawTPaveText) -> CInt -> IO () c_tpavetext_setfillcolor :: (Ptr RawTPaveText) -> CInt -> IO () c_tpavetext_setfillstyle :: (Ptr RawTPaveText) -> CInt -> IO () c_tpavetext_delete :: (Ptr RawTPaveText) -> IO () c_tpavetext_newtpavetext :: CDouble -> CDouble -> CDouble -> CDouble -> CString -> IO (Ptr RawTPaveText) c_tdiamond_settextcolor :: (Ptr RawTDiamond) -> CInt -> IO () c_tdiamond_settextalign :: (Ptr RawTDiamond) -> CInt -> IO () c_tdiamond_settextsize :: (Ptr RawTDiamond) -> CDouble -> IO () c_tdiamond_getname :: (Ptr RawTDiamond) -> IO CString c_tdiamond_draw :: (Ptr RawTDiamond) -> CString -> IO () c_tdiamond_findobject :: (Ptr RawTDiamond) -> CString -> IO (Ptr RawTObject) c_tdiamond_saveas :: (Ptr RawTDiamond) -> CString -> CString -> IO () c_tdiamond_write :: (Ptr RawTDiamond) -> CString -> CInt -> CInt -> IO CInt c_tdiamond_isa :: (Ptr RawTDiamond) -> IO (Ptr RawTClass) c_tdiamond_setlinecolor :: (Ptr RawTDiamond) -> CInt -> IO () c_tdiamond_setfillcolor :: (Ptr RawTDiamond) -> CInt -> IO () c_tdiamond_setfillstyle :: (Ptr RawTDiamond) -> CInt -> IO () c_tdiamond_delete :: (Ptr RawTDiamond) -> IO () c_tdiamond_newtdiamond :: CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTDiamond) c_tpavestats_settextcolor :: (Ptr RawTPaveStats) -> CInt -> IO () c_tpavestats_settextalign :: (Ptr RawTPaveStats) -> CInt -> IO () c_tpavestats_settextsize :: (Ptr RawTPaveStats) -> CDouble -> IO () c_tpavestats_getname :: (Ptr RawTPaveStats) -> IO CString c_tpavestats_draw :: (Ptr RawTPaveStats) -> CString -> IO () c_tpavestats_findobject :: (Ptr RawTPaveStats) -> CString -> IO (Ptr RawTObject) c_tpavestats_saveas :: (Ptr RawTPaveStats) -> CString -> CString -> IO () c_tpavestats_write :: (Ptr RawTPaveStats) -> CString -> CInt -> CInt -> IO CInt c_tpavestats_isa :: (Ptr RawTPaveStats) -> IO (Ptr RawTClass) c_tpavestats_setlinecolor :: (Ptr RawTPaveStats) -> CInt -> IO () c_tpavestats_setfillcolor :: (Ptr RawTPaveStats) -> CInt -> IO () c_tpavestats_setfillstyle :: (Ptr RawTPaveStats) -> CInt -> IO () c_tpavestats_delete :: (Ptr RawTPaveStats) -> IO () c_tpavestats_newtpavestats :: CDouble -> CDouble -> CDouble -> CDouble -> CString -> IO (Ptr RawTPaveStats) c_tpavestext_settextcolor :: (Ptr RawTPavesText) -> CInt -> IO () c_tpavestext_settextalign :: (Ptr RawTPavesText) -> CInt -> IO () c_tpavestext_settextsize :: (Ptr RawTPavesText) -> CDouble -> IO () c_tpavestext_getname :: (Ptr RawTPavesText) -> IO CString c_tpavestext_draw :: (Ptr RawTPavesText) -> CString -> IO () c_tpavestext_findobject :: (Ptr RawTPavesText) -> CString -> IO (Ptr RawTObject) c_tpavestext_saveas :: (Ptr RawTPavesText) -> CString -> CString -> IO () c_tpavestext_write :: (Ptr RawTPavesText) -> CString -> CInt -> CInt -> IO CInt c_tpavestext_isa :: (Ptr RawTPavesText) -> IO (Ptr RawTClass) c_tpavestext_setlinecolor :: (Ptr RawTPavesText) -> CInt -> IO () c_tpavestext_setfillcolor :: (Ptr RawTPavesText) -> CInt -> IO () c_tpavestext_setfillstyle :: (Ptr RawTPavesText) -> CInt -> IO () c_tpavestext_delete :: (Ptr RawTPavesText) -> IO () c_tpavestext_newtpavestext :: CDouble -> CDouble -> CDouble -> CDouble -> CInt -> CString -> IO (Ptr RawTPavesText) c_tlegend_settextcolor :: (Ptr RawTLegend) -> CInt -> IO () c_tlegend_settextalign :: (Ptr RawTLegend) -> CInt -> IO () c_tlegend_settextsize :: (Ptr RawTLegend) -> CDouble -> IO () c_tlegend_getname :: (Ptr RawTLegend) -> IO CString c_tlegend_draw :: (Ptr RawTLegend) -> CString -> IO () c_tlegend_findobject :: (Ptr RawTLegend) -> CString -> IO (Ptr RawTObject) c_tlegend_saveas :: (Ptr RawTLegend) -> CString -> CString -> IO () c_tlegend_write :: (Ptr RawTLegend) -> CString -> CInt -> CInt -> IO CInt c_tlegend_isa :: (Ptr RawTLegend) -> IO (Ptr RawTClass) c_tlegend_setlinecolor :: (Ptr RawTLegend) -> CInt -> IO () c_tlegend_setfillcolor :: (Ptr RawTLegend) -> CInt -> IO () c_tlegend_setfillstyle :: (Ptr RawTLegend) -> CInt -> IO () c_tlegend_delete :: (Ptr RawTLegend) -> IO () c_tlegend_newtlegend :: CDouble -> CDouble -> CDouble -> CDouble -> CString -> CString -> IO (Ptr RawTLegend) c_tpavelabel_settextcolor :: (Ptr RawTPaveLabel) -> CInt -> IO () c_tpavelabel_settextalign :: (Ptr RawTPaveLabel) -> CInt -> IO () c_tpavelabel_settextsize :: (Ptr RawTPaveLabel) -> CDouble -> IO () c_tpavelabel_getname :: (Ptr RawTPaveLabel) -> IO CString c_tpavelabel_draw :: (Ptr RawTPaveLabel) -> CString -> IO () c_tpavelabel_findobject :: (Ptr RawTPaveLabel) -> CString -> IO (Ptr RawTObject) c_tpavelabel_saveas :: (Ptr RawTPaveLabel) -> CString -> CString -> IO () c_tpavelabel_write :: (Ptr RawTPaveLabel) -> CString -> CInt -> CInt -> IO CInt c_tpavelabel_isa :: (Ptr RawTPaveLabel) -> IO (Ptr RawTClass) c_tpavelabel_setlinecolor :: (Ptr RawTPaveLabel) -> CInt -> IO () c_tpavelabel_setfillcolor :: (Ptr RawTPaveLabel) -> CInt -> IO () c_tpavelabel_setfillstyle :: (Ptr RawTPaveLabel) -> CInt -> IO () c_tpavelabel_delete :: (Ptr RawTPaveLabel) -> IO () c_tpavelabel_newtpavelabel :: CDouble -> CDouble -> CDouble -> CDouble -> CString -> CString -> IO (Ptr RawTPaveLabel) c_tpaveclass_settextcolor :: (Ptr RawTPaveClass) -> CInt -> IO () c_tpaveclass_settextalign :: (Ptr RawTPaveClass) -> CInt -> IO () c_tpaveclass_settextsize :: (Ptr RawTPaveClass) -> CDouble -> IO () c_tpaveclass_getname :: (Ptr RawTPaveClass) -> IO CString c_tpaveclass_draw :: (Ptr RawTPaveClass) -> CString -> IO () c_tpaveclass_findobject :: (Ptr RawTPaveClass) -> CString -> IO (Ptr RawTObject) c_tpaveclass_saveas :: (Ptr RawTPaveClass) -> CString -> CString -> IO () c_tpaveclass_write :: (Ptr RawTPaveClass) -> CString -> CInt -> CInt -> IO CInt c_tpaveclass_isa :: (Ptr RawTPaveClass) -> IO (Ptr RawTClass) c_tpaveclass_setlinecolor :: (Ptr RawTPaveClass) -> CInt -> IO () c_tpaveclass_setfillcolor :: (Ptr RawTPaveClass) -> CInt -> IO () c_tpaveclass_setfillstyle :: (Ptr RawTPaveClass) -> CInt -> IO () c_tpaveclass_delete :: (Ptr RawTPaveClass) -> IO () c_twbox_getname :: (Ptr RawTWbox) -> IO CString c_twbox_draw :: (Ptr RawTWbox) -> CString -> IO () c_twbox_findobject :: (Ptr RawTWbox) -> CString -> IO (Ptr RawTObject) c_twbox_saveas :: (Ptr RawTWbox) -> CString -> CString -> IO () c_twbox_write :: (Ptr RawTWbox) -> CString -> CInt -> CInt -> IO CInt c_twbox_isa :: (Ptr RawTWbox) -> IO (Ptr RawTClass) c_twbox_setlinecolor :: (Ptr RawTWbox) -> CInt -> IO () c_twbox_setfillcolor :: (Ptr RawTWbox) -> CInt -> IO () c_twbox_setfillstyle :: (Ptr RawTWbox) -> CInt -> IO () c_twbox_delete :: (Ptr RawTWbox) -> IO () c_twbox_newtwbox :: CDouble -> CDouble -> CDouble -> CDouble -> CInt -> CInt -> CInt -> IO (Ptr RawTWbox) c_twbox_setbordermode :: (Ptr RawTWbox) -> CInt -> IO () c_tframe_setbordermode :: (Ptr RawTFrame) -> CInt -> IO () c_tframe_getname :: (Ptr RawTFrame) -> IO CString c_tframe_draw :: (Ptr RawTFrame) -> CString -> IO () c_tframe_findobject :: (Ptr RawTFrame) -> CString -> IO (Ptr RawTObject) c_tframe_saveas :: (Ptr RawTFrame) -> CString -> CString -> IO () c_tframe_write :: (Ptr RawTFrame) -> CString -> CInt -> CInt -> IO CInt c_tframe_isa :: (Ptr RawTFrame) -> IO (Ptr RawTClass) c_tframe_setlinecolor :: (Ptr RawTFrame) -> CInt -> IO () c_tframe_setfillcolor :: (Ptr RawTFrame) -> CInt -> IO () c_tframe_setfillstyle :: (Ptr RawTFrame) -> CInt -> IO () c_tframe_delete :: (Ptr RawTFrame) -> IO () c_tframe_newtframe :: CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTFrame) c_tsliderbox_setbordermode :: (Ptr RawTSliderBox) -> CInt -> IO () c_tsliderbox_getname :: (Ptr RawTSliderBox) -> IO CString c_tsliderbox_draw :: (Ptr RawTSliderBox) -> CString -> IO () c_tsliderbox_findobject :: (Ptr RawTSliderBox) -> CString -> IO (Ptr RawTObject) c_tsliderbox_saveas :: (Ptr RawTSliderBox) -> CString -> CString -> IO () c_tsliderbox_write :: (Ptr RawTSliderBox) -> CString -> CInt -> CInt -> IO CInt c_tsliderbox_isa :: (Ptr RawTSliderBox) -> IO (Ptr RawTClass) c_tsliderbox_setlinecolor :: (Ptr RawTSliderBox) -> CInt -> IO () c_tsliderbox_setfillcolor :: (Ptr RawTSliderBox) -> CInt -> IO () c_tsliderbox_setfillstyle :: (Ptr RawTSliderBox) -> CInt -> IO () c_tsliderbox_delete :: (Ptr RawTSliderBox) -> IO () c_tsliderbox_newtsliderbox :: CDouble -> CDouble -> CDouble -> CDouble -> CInt -> CInt -> CInt -> IO (Ptr RawTSliderBox) c_ttree_settitle :: (Ptr RawTTree) -> CString -> IO () c_ttree_setlinecolor :: (Ptr RawTTree) -> CInt -> IO () c_ttree_setfillcolor :: (Ptr RawTTree) -> CInt -> IO () c_ttree_setfillstyle :: (Ptr RawTTree) -> CInt -> IO () c_ttree_getname :: (Ptr RawTTree) -> IO CString c_ttree_draw :: (Ptr RawTTree) -> CString -> IO () c_ttree_findobject :: (Ptr RawTTree) -> CString -> IO (Ptr RawTObject) c_ttree_saveas :: (Ptr RawTTree) -> CString -> CString -> IO () c_ttree_write :: (Ptr RawTTree) -> CString -> CInt -> CInt -> IO CInt c_ttree_isa :: (Ptr RawTTree) -> IO (Ptr RawTClass) c_ttree_delete :: (Ptr RawTTree) -> IO () c_ttree_newttree :: CString -> CString -> CInt -> IO (Ptr RawTTree) c_tchain_settitle :: (Ptr RawTChain) -> CString -> IO () c_tchain_setlinecolor :: (Ptr RawTChain) -> CInt -> IO () c_tchain_setfillcolor :: (Ptr RawTChain) -> CInt -> IO () c_tchain_setfillstyle :: (Ptr RawTChain) -> CInt -> IO () c_tchain_getname :: (Ptr RawTChain) -> IO CString c_tchain_draw :: (Ptr RawTChain) -> CString -> IO () c_tchain_findobject :: (Ptr RawTChain) -> CString -> IO (Ptr RawTObject) c_tchain_saveas :: (Ptr RawTChain) -> CString -> CString -> IO () c_tchain_write :: (Ptr RawTChain) -> CString -> CInt -> CInt -> IO CInt c_tchain_isa :: (Ptr RawTChain) -> IO (Ptr RawTClass) c_tchain_delete :: (Ptr RawTChain) -> IO () c_tchain_newtchain :: CString -> CString -> IO (Ptr RawTChain) c_tntuple_settitle :: (Ptr RawTNtuple) -> CString -> IO () c_tntuple_setlinecolor :: (Ptr RawTNtuple) -> CInt -> IO () c_tntuple_setfillcolor :: (Ptr RawTNtuple) -> CInt -> IO () c_tntuple_setfillstyle :: (Ptr RawTNtuple) -> CInt -> IO () c_tntuple_getname :: (Ptr RawTNtuple) -> IO CString c_tntuple_draw :: (Ptr RawTNtuple) -> CString -> IO () c_tntuple_findobject :: (Ptr RawTNtuple) -> CString -> IO (Ptr RawTObject) c_tntuple_saveas :: (Ptr RawTNtuple) -> CString -> CString -> IO () c_tntuple_write :: (Ptr RawTNtuple) -> CString -> CInt -> CInt -> IO CInt c_tntuple_isa :: (Ptr RawTNtuple) -> IO (Ptr RawTClass) c_tntuple_delete :: (Ptr RawTNtuple) -> IO () c_tntuple_newtntuple :: CString -> CString -> CString -> CInt -> IO (Ptr RawTNtuple) c_tntupled_settitle :: (Ptr RawTNtupleD) -> CString -> IO () c_tntupled_setlinecolor :: (Ptr RawTNtupleD) -> CInt -> IO () c_tntupled_setfillcolor :: (Ptr RawTNtupleD) -> CInt -> IO () c_tntupled_setfillstyle :: (Ptr RawTNtupleD) -> CInt -> IO () c_tntupled_getname :: (Ptr RawTNtupleD) -> IO CString c_tntupled_draw :: (Ptr RawTNtupleD) -> CString -> IO () c_tntupled_findobject :: (Ptr RawTNtupleD) -> CString -> IO (Ptr RawTObject) c_tntupled_saveas :: (Ptr RawTNtupleD) -> CString -> CString -> IO () c_tntupled_write :: (Ptr RawTNtupleD) -> CString -> CInt -> CInt -> IO CInt c_tntupled_isa :: (Ptr RawTNtupleD) -> IO (Ptr RawTClass) c_tntupled_delete :: (Ptr RawTNtupleD) -> IO () c_tntupled_newtntupled :: CString -> CString -> CString -> CInt -> IO (Ptr RawTNtupleD) c_ttreesql_settitle :: (Ptr RawTTreeSQL) -> CString -> IO () c_ttreesql_setlinecolor :: (Ptr RawTTreeSQL) -> CInt -> IO () c_ttreesql_setfillcolor :: (Ptr RawTTreeSQL) -> CInt -> IO () c_ttreesql_setfillstyle :: (Ptr RawTTreeSQL) -> CInt -> IO () c_ttreesql_getname :: (Ptr RawTTreeSQL) -> IO CString c_ttreesql_draw :: (Ptr RawTTreeSQL) -> CString -> IO () c_ttreesql_findobject :: (Ptr RawTTreeSQL) -> CString -> IO (Ptr RawTObject) c_ttreesql_saveas :: (Ptr RawTTreeSQL) -> CString -> CString -> IO () c_ttreesql_write :: (Ptr RawTTreeSQL) -> CString -> CInt -> CInt -> IO CInt c_ttreesql_isa :: (Ptr RawTTreeSQL) -> IO (Ptr RawTClass) c_ttreesql_delete :: (Ptr RawTTreeSQL) -> IO () c_tpolyline_getname :: (Ptr RawTPolyLine) -> IO CString c_tpolyline_draw :: (Ptr RawTPolyLine) -> CString -> IO () c_tpolyline_findobject :: (Ptr RawTPolyLine) -> CString -> IO (Ptr RawTObject) c_tpolyline_saveas :: (Ptr RawTPolyLine) -> CString -> CString -> IO () c_tpolyline_write :: (Ptr RawTPolyLine) -> CString -> CInt -> CInt -> IO CInt c_tpolyline_isa :: (Ptr RawTPolyLine) -> IO (Ptr RawTClass) c_tpolyline_setlinecolor :: (Ptr RawTPolyLine) -> CInt -> IO () c_tpolyline_setfillcolor :: (Ptr RawTPolyLine) -> CInt -> IO () c_tpolyline_setfillstyle :: (Ptr RawTPolyLine) -> CInt -> IO () c_tpolyline_delete :: (Ptr RawTPolyLine) -> IO () c_tpolyline_newtpolyline :: CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CString -> IO (Ptr RawTPolyLine) c_tcurlyline_getname :: (Ptr RawTCurlyLine) -> IO CString c_tcurlyline_draw :: (Ptr RawTCurlyLine) -> CString -> IO () c_tcurlyline_findobject :: (Ptr RawTCurlyLine) -> CString -> IO (Ptr RawTObject) c_tcurlyline_saveas :: (Ptr RawTCurlyLine) -> CString -> CString -> IO () c_tcurlyline_write :: (Ptr RawTCurlyLine) -> CString -> CInt -> CInt -> IO CInt c_tcurlyline_isa :: (Ptr RawTCurlyLine) -> IO (Ptr RawTClass) c_tcurlyline_setlinecolor :: (Ptr RawTCurlyLine) -> CInt -> IO () c_tcurlyline_setfillcolor :: (Ptr RawTCurlyLine) -> CInt -> IO () c_tcurlyline_setfillstyle :: (Ptr RawTCurlyLine) -> CInt -> IO () c_tcurlyline_delete :: (Ptr RawTCurlyLine) -> IO () c_tcurlyline_newtcurlyline :: CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTCurlyLine) c_tcurlyarc_getname :: (Ptr RawTCurlyArc) -> IO CString c_tcurlyarc_draw :: (Ptr RawTCurlyArc) -> CString -> IO () c_tcurlyarc_findobject :: (Ptr RawTCurlyArc) -> CString -> IO (Ptr RawTObject) c_tcurlyarc_saveas :: (Ptr RawTCurlyArc) -> CString -> CString -> IO () c_tcurlyarc_write :: (Ptr RawTCurlyArc) -> CString -> CInt -> CInt -> IO CInt c_tcurlyarc_isa :: (Ptr RawTCurlyArc) -> IO (Ptr RawTClass) c_tcurlyarc_setlinecolor :: (Ptr RawTCurlyArc) -> CInt -> IO () c_tcurlyarc_setfillcolor :: (Ptr RawTCurlyArc) -> CInt -> IO () c_tcurlyarc_setfillstyle :: (Ptr RawTCurlyArc) -> CInt -> IO () c_tcurlyarc_delete :: (Ptr RawTCurlyArc) -> IO () c_tcurlyarc_newtcurlyarc :: CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTCurlyArc) c_tefficiency_settitle :: (Ptr RawTEfficiency) -> CString -> IO () c_tefficiency_setlinecolor :: (Ptr RawTEfficiency) -> CInt -> IO () c_tefficiency_setfillcolor :: (Ptr RawTEfficiency) -> CInt -> IO () c_tefficiency_setfillstyle :: (Ptr RawTEfficiency) -> CInt -> IO () c_tefficiency_getname :: (Ptr RawTEfficiency) -> IO CString c_tefficiency_draw :: (Ptr RawTEfficiency) -> CString -> IO () c_tefficiency_findobject :: (Ptr RawTEfficiency) -> CString -> IO (Ptr RawTObject) c_tefficiency_saveas :: (Ptr RawTEfficiency) -> CString -> CString -> IO () c_tefficiency_write :: (Ptr RawTEfficiency) -> CString -> CInt -> CInt -> IO CInt c_tefficiency_isa :: (Ptr RawTEfficiency) -> IO (Ptr RawTClass) c_tefficiency_delete :: (Ptr RawTEfficiency) -> IO () c_taxis_settitle :: (Ptr RawTAxis) -> CString -> IO () c_taxis_setlabelcolor :: (Ptr RawTAxis) -> CInt -> IO () c_taxis_setlabelsize :: (Ptr RawTAxis) -> CDouble -> IO () c_taxis_setticklength :: (Ptr RawTAxis) -> CDouble -> IO () c_taxis_settitleoffset :: (Ptr RawTAxis) -> CDouble -> IO () c_taxis_setndivisions :: (Ptr RawTAxis) -> CInt -> CInt -> IO () c_taxis_getname :: (Ptr RawTAxis) -> IO CString c_taxis_draw :: (Ptr RawTAxis) -> CString -> IO () c_taxis_findobject :: (Ptr RawTAxis) -> CString -> IO (Ptr RawTObject) c_taxis_saveas :: (Ptr RawTAxis) -> CString -> CString -> IO () c_taxis_write :: (Ptr RawTAxis) -> CString -> CInt -> CInt -> IO CInt c_taxis_isa :: (Ptr RawTAxis) -> IO (Ptr RawTClass) c_taxis_delete :: (Ptr RawTAxis) -> IO () c_taxis_newtaxis :: CInt -> CDouble -> CDouble -> IO (Ptr RawTAxis) c_tlatex_setlinecolor :: (Ptr RawTLatex) -> CInt -> IO () c_tlatex_settitle :: (Ptr RawTLatex) -> CString -> IO () c_tlatex_settextcolor :: (Ptr RawTLatex) -> CInt -> IO () c_tlatex_settextalign :: (Ptr RawTLatex) -> CInt -> IO () c_tlatex_settextsize :: (Ptr RawTLatex) -> CDouble -> IO () c_tlatex_getname :: (Ptr RawTLatex) -> IO CString c_tlatex_draw :: (Ptr RawTLatex) -> CString -> IO () c_tlatex_findobject :: (Ptr RawTLatex) -> CString -> IO (Ptr RawTObject) c_tlatex_saveas :: (Ptr RawTLatex) -> CString -> CString -> IO () c_tlatex_write :: (Ptr RawTLatex) -> CString -> CInt -> CInt -> IO CInt c_tlatex_isa :: (Ptr RawTLatex) -> IO (Ptr RawTClass) c_tlatex_delete :: (Ptr RawTLatex) -> IO () c_tlatex_newtlatex :: CDouble -> CDouble -> CString -> IO (Ptr RawTLatex) c_tlatex_tlatexdrawlatex :: (Ptr RawTLatex) -> CDouble -> CDouble -> CString -> IO (Ptr RawTLatex) c_ttext_settitle :: (Ptr RawTText) -> CString -> IO () c_ttext_settextcolor :: (Ptr RawTText) -> CInt -> IO () c_ttext_settextalign :: (Ptr RawTText) -> CInt -> IO () c_ttext_settextsize :: (Ptr RawTText) -> CDouble -> IO () c_ttext_getname :: (Ptr RawTText) -> IO CString c_ttext_draw :: (Ptr RawTText) -> CString -> IO () c_ttext_findobject :: (Ptr RawTText) -> CString -> IO (Ptr RawTObject) c_ttext_saveas :: (Ptr RawTText) -> CString -> CString -> IO () c_ttext_write :: (Ptr RawTText) -> CString -> CInt -> CInt -> IO CInt c_ttext_isa :: (Ptr RawTText) -> IO (Ptr RawTClass) c_ttext_delete :: (Ptr RawTText) -> IO () c_tdirectory_settitle :: (Ptr RawTDirectory) -> CString -> IO () c_tdirectory_getname :: (Ptr RawTDirectory) -> IO CString c_tdirectory_draw :: (Ptr RawTDirectory) -> CString -> IO () c_tdirectory_findobject :: (Ptr RawTDirectory) -> CString -> IO (Ptr RawTObject) c_tdirectory_saveas :: (Ptr RawTDirectory) -> CString -> CString -> IO () c_tdirectory_write :: (Ptr RawTDirectory) -> CString -> CInt -> CInt -> IO CInt c_tdirectory_isa :: (Ptr RawTDirectory) -> IO (Ptr RawTClass) c_tdirectory_delete :: (Ptr RawTDirectory) -> IO () c_tdirectory_close :: (Ptr RawTDirectory) -> CString -> IO () c_tdirectory_get :: (Ptr RawTDirectory) -> CString -> IO (Ptr RawTObject) c_tdirectoryfile_close :: (Ptr RawTDirectoryFile) -> CString -> IO () c_tdirectoryfile_get :: (Ptr RawTDirectoryFile) -> CString -> IO (Ptr RawTObject) c_tdirectoryfile_settitle :: (Ptr RawTDirectoryFile) -> CString -> IO () c_tdirectoryfile_getname :: (Ptr RawTDirectoryFile) -> IO CString c_tdirectoryfile_draw :: (Ptr RawTDirectoryFile) -> CString -> IO () c_tdirectoryfile_findobject :: (Ptr RawTDirectoryFile) -> CString -> IO (Ptr RawTObject) c_tdirectoryfile_saveas :: (Ptr RawTDirectoryFile) -> CString -> CString -> IO () c_tdirectoryfile_write :: (Ptr RawTDirectoryFile) -> CString -> CInt -> CInt -> IO CInt c_tdirectoryfile_isa :: (Ptr RawTDirectoryFile) -> IO (Ptr RawTClass) c_tdirectoryfile_delete :: (Ptr RawTDirectoryFile) -> IO () c_tfile_close :: (Ptr RawTFile) -> CString -> IO () c_tfile_get :: (Ptr RawTFile) -> CString -> IO (Ptr RawTObject) c_tfile_settitle :: (Ptr RawTFile) -> CString -> IO () c_tfile_getname :: (Ptr RawTFile) -> IO CString c_tfile_draw :: (Ptr RawTFile) -> CString -> IO () c_tfile_findobject :: (Ptr RawTFile) -> CString -> IO (Ptr RawTObject) c_tfile_saveas :: (Ptr RawTFile) -> CString -> CString -> IO () c_tfile_write :: (Ptr RawTFile) -> CString -> CInt -> CInt -> IO CInt c_tfile_isa :: (Ptr RawTFile) -> IO (Ptr RawTClass) c_tfile_delete :: (Ptr RawTFile) -> IO () c_tfile_newtfile :: CString -> CString -> CString -> CInt -> IO (Ptr RawTFile) c_tbranch_settitle :: (Ptr RawTBranch) -> CString -> IO () c_tbranch_setfillcolor :: (Ptr RawTBranch) -> CInt -> IO () c_tbranch_setfillstyle :: (Ptr RawTBranch) -> CInt -> IO () c_tbranch_getname :: (Ptr RawTBranch) -> IO CString c_tbranch_draw :: (Ptr RawTBranch) -> CString -> IO () c_tbranch_findobject :: (Ptr RawTBranch) -> CString -> IO (Ptr RawTObject) c_tbranch_saveas :: (Ptr RawTBranch) -> CString -> CString -> IO () c_tbranch_write :: (Ptr RawTBranch) -> CString -> CInt -> CInt -> IO CInt c_tbranch_isa :: (Ptr RawTBranch) -> IO (Ptr RawTClass) c_tbranch_delete :: (Ptr RawTBranch) -> IO () c_tvirtualtreeplayer_getname :: (Ptr RawTVirtualTreePlayer) -> IO CString c_tvirtualtreeplayer_draw :: (Ptr RawTVirtualTreePlayer) -> CString -> IO () c_tvirtualtreeplayer_findobject :: (Ptr RawTVirtualTreePlayer) -> CString -> IO (Ptr RawTObject) c_tvirtualtreeplayer_saveas :: (Ptr RawTVirtualTreePlayer) -> CString -> CString -> IO () c_tvirtualtreeplayer_write :: (Ptr RawTVirtualTreePlayer) -> CString -> CInt -> CInt -> IO CInt c_tvirtualtreeplayer_isa :: (Ptr RawTVirtualTreePlayer) -> IO (Ptr RawTClass) c_tvirtualtreeplayer_delete :: (Ptr RawTVirtualTreePlayer) -> IO () c_ttreeplayer_getname :: (Ptr RawTTreePlayer) -> IO CString c_ttreeplayer_draw :: (Ptr RawTTreePlayer) -> CString -> IO () c_ttreeplayer_findobject :: (Ptr RawTTreePlayer) -> CString -> IO (Ptr RawTObject) c_ttreeplayer_saveas :: (Ptr RawTTreePlayer) -> CString -> CString -> IO () c_ttreeplayer_write :: (Ptr RawTTreePlayer) -> CString -> CInt -> CInt -> IO CInt c_ttreeplayer_isa :: (Ptr RawTTreePlayer) -> IO (Ptr RawTClass) c_ttreeplayer_delete :: (Ptr RawTTreePlayer) -> IO () c_tarray_delete :: (Ptr RawTArray) -> IO () c_tarrayc_delete :: (Ptr RawTArrayC) -> IO () c_tarrayd_delete :: (Ptr RawTArrayD) -> IO () c_tarrayf_delete :: (Ptr RawTArrayF) -> IO () c_tarrayi_delete :: (Ptr RawTArrayI) -> IO () c_tarrayl_delete :: (Ptr RawTArrayL) -> IO () c_tarrayl64_delete :: (Ptr RawTArrayL64) -> IO () c_tarrays_delete :: (Ptr RawTArrayS) -> IO () c_th1_settitle :: (Ptr RawTH1) -> CString -> IO () c_th1_setlinecolor :: (Ptr RawTH1) -> CInt -> IO () c_th1_setfillcolor :: (Ptr RawTH1) -> CInt -> IO () c_th1_setfillstyle :: (Ptr RawTH1) -> CInt -> IO () c_th1_getname :: (Ptr RawTH1) -> IO CString c_th1_draw :: (Ptr RawTH1) -> CString -> IO () c_th1_findobject :: (Ptr RawTH1) -> CString -> IO (Ptr RawTObject) c_th1_saveas :: (Ptr RawTH1) -> CString -> CString -> IO () c_th1_write :: (Ptr RawTH1) -> CString -> CInt -> CInt -> IO CInt c_th1_isa :: (Ptr RawTH1) -> IO (Ptr RawTClass) c_th1_delete :: (Ptr RawTH1) -> IO () c_th1_add :: (Ptr RawTH1) -> (Ptr RawTH1) -> CDouble -> IO () c_th1_addbincontent :: (Ptr RawTH1) -> CInt -> CDouble -> IO () c_th1_chi2test :: (Ptr RawTH1) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th1_computeintegral :: (Ptr RawTH1) -> IO CDouble c_th1_directoryautoadd :: (Ptr RawTH1) -> (Ptr RawTDirectory) -> IO () c_th1_distancetoprimitive :: (Ptr RawTH1) -> CInt -> CInt -> IO CInt c_th1_divide :: (Ptr RawTH1) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th1_drawcopy :: (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th1_drawnormalized :: (Ptr RawTH1) -> CString -> CDouble -> IO (Ptr RawTH1) c_th1_drawpanel :: (Ptr RawTH1) -> IO () c_th1_bufferempty :: (Ptr RawTH1) -> CInt -> IO CInt c_th1_eval :: (Ptr RawTH1) -> (Ptr RawTF1) -> CString -> IO () c_th1_executeevent :: (Ptr RawTH1) -> CInt -> CInt -> CInt -> IO () c_th1_fft :: (Ptr RawTH1) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th1_fill1 :: (Ptr RawTH1) -> CDouble -> IO CInt c_th1_filln :: (Ptr RawTH1) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th1_fillrandom :: (Ptr RawTH1) -> (Ptr RawTH1) -> CInt -> IO () c_th1_findbin :: (Ptr RawTH1) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1_findfixbin :: (Ptr RawTH1) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1_findfirstbinabove :: (Ptr RawTH1) -> CDouble -> CInt -> IO CInt c_th1_findlastbinabove :: (Ptr RawTH1) -> CDouble -> CInt -> IO CInt c_th1_fitpanel :: (Ptr RawTH1) -> IO () c_th1_th1getasymmetry :: (Ptr RawTH1) -> (Ptr RawTH1) -> CDouble -> CDouble -> IO (Ptr RawTH1) c_th1_th1getbufferlength :: (Ptr RawTH1) -> IO CInt c_th1_th1getbuffersize :: (Ptr RawTH1) -> IO CInt c_th1_getndivisions :: (Ptr RawTH1) -> CString -> IO CInt c_th1_getaxiscolor :: (Ptr RawTH1) -> CString -> IO CInt c_th1_getlabelcolor :: (Ptr RawTH1) -> CString -> IO CInt c_th1_getlabelfont :: (Ptr RawTH1) -> CString -> IO CInt c_th1_getlabeloffset :: (Ptr RawTH1) -> CString -> IO CDouble c_th1_getlabelsize :: (Ptr RawTH1) -> CString -> IO CDouble c_th1_gettitlefont :: (Ptr RawTH1) -> CString -> IO CInt c_th1_gettitleoffset :: (Ptr RawTH1) -> CString -> IO CDouble c_th1_gettitlesize :: (Ptr RawTH1) -> CString -> IO CDouble c_th1_getticklength :: (Ptr RawTH1) -> CString -> IO CDouble c_th1_getbaroffset :: (Ptr RawTH1) -> IO CDouble c_th1_getbarwidth :: (Ptr RawTH1) -> IO CDouble c_th1_getcontour :: (Ptr RawTH1) -> (Ptr CDouble) -> IO CInt c_th1_getcontourlevel :: (Ptr RawTH1) -> CInt -> IO CDouble c_th1_getcontourlevelpad :: (Ptr RawTH1) -> CInt -> IO CDouble c_th1_getbin :: (Ptr RawTH1) -> CInt -> CInt -> CInt -> IO CInt c_th1_getbincenter :: (Ptr RawTH1) -> CInt -> IO CDouble c_th1_getbincontent1 :: (Ptr RawTH1) -> CInt -> IO CDouble c_th1_getbincontent2 :: (Ptr RawTH1) -> CInt -> CInt -> IO CDouble c_th1_getbincontent3 :: (Ptr RawTH1) -> CInt -> CInt -> CInt -> IO CDouble c_th1_getbinerror1 :: (Ptr RawTH1) -> CInt -> IO CDouble c_th1_getbinerror2 :: (Ptr RawTH1) -> CInt -> CInt -> IO CDouble c_th1_getbinerror3 :: (Ptr RawTH1) -> CInt -> CInt -> CInt -> IO CDouble c_th1_getbinlowedge :: (Ptr RawTH1) -> CInt -> IO CDouble c_th1_getbinwidth :: (Ptr RawTH1) -> CInt -> IO CDouble c_th1_getcellcontent :: (Ptr RawTH1) -> CInt -> CInt -> IO CDouble c_th1_getcellerror :: (Ptr RawTH1) -> CInt -> CInt -> IO CDouble c_th1_th1getdirectory :: (Ptr RawTH1) -> IO (Ptr RawTDirectory) c_th1_th1getxaxis :: (Ptr RawTH1) -> IO (Ptr RawTAxis) c_th1_th1getyaxis :: (Ptr RawTH1) -> IO (Ptr RawTAxis) c_th1_th1getzaxis :: (Ptr RawTH1) -> IO (Ptr RawTAxis) c_th2_add :: (Ptr RawTH2) -> (Ptr RawTH1) -> CDouble -> IO () c_th2_addbincontent :: (Ptr RawTH2) -> CInt -> CDouble -> IO () c_th2_chi2test :: (Ptr RawTH2) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th2_computeintegral :: (Ptr RawTH2) -> IO CDouble c_th2_directoryautoadd :: (Ptr RawTH2) -> (Ptr RawTDirectory) -> IO () c_th2_distancetoprimitive :: (Ptr RawTH2) -> CInt -> CInt -> IO CInt c_th2_divide :: (Ptr RawTH2) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th2_drawcopy :: (Ptr RawTH2) -> CString -> IO (Ptr RawTH2) c_th2_drawnormalized :: (Ptr RawTH2) -> CString -> CDouble -> IO (Ptr RawTH1) c_th2_drawpanel :: (Ptr RawTH2) -> IO () c_th2_bufferempty :: (Ptr RawTH2) -> CInt -> IO CInt c_th2_eval :: (Ptr RawTH2) -> (Ptr RawTF1) -> CString -> IO () c_th2_executeevent :: (Ptr RawTH2) -> CInt -> CInt -> CInt -> IO () c_th2_fft :: (Ptr RawTH2) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th2_fill1 :: (Ptr RawTH2) -> CDouble -> IO CInt c_th2_filln :: (Ptr RawTH2) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th2_fillrandom :: (Ptr RawTH2) -> (Ptr RawTH1) -> CInt -> IO () c_th2_findbin :: (Ptr RawTH2) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2_findfixbin :: (Ptr RawTH2) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2_findfirstbinabove :: (Ptr RawTH2) -> CDouble -> CInt -> IO CInt c_th2_findlastbinabove :: (Ptr RawTH2) -> CDouble -> CInt -> IO CInt c_th2_fitpanel :: (Ptr RawTH2) -> IO () c_th2_getndivisions :: (Ptr RawTH2) -> CString -> IO CInt c_th2_getaxiscolor :: (Ptr RawTH2) -> CString -> IO CInt c_th2_getlabelcolor :: (Ptr RawTH2) -> CString -> IO CInt c_th2_getlabelfont :: (Ptr RawTH2) -> CString -> IO CInt c_th2_getlabeloffset :: (Ptr RawTH2) -> CString -> IO CDouble c_th2_getlabelsize :: (Ptr RawTH2) -> CString -> IO CDouble c_th2_gettitlefont :: (Ptr RawTH2) -> CString -> IO CInt c_th2_gettitleoffset :: (Ptr RawTH2) -> CString -> IO CDouble c_th2_gettitlesize :: (Ptr RawTH2) -> CString -> IO CDouble c_th2_getticklength :: (Ptr RawTH2) -> CString -> IO CDouble c_th2_getbaroffset :: (Ptr RawTH2) -> IO CDouble c_th2_getbarwidth :: (Ptr RawTH2) -> IO CDouble c_th2_getcontour :: (Ptr RawTH2) -> (Ptr CDouble) -> IO CInt c_th2_getcontourlevel :: (Ptr RawTH2) -> CInt -> IO CDouble c_th2_getcontourlevelpad :: (Ptr RawTH2) -> CInt -> IO CDouble c_th2_getbin :: (Ptr RawTH2) -> CInt -> CInt -> CInt -> IO CInt c_th2_getbincenter :: (Ptr RawTH2) -> CInt -> IO CDouble c_th2_getbincontent1 :: (Ptr RawTH2) -> CInt -> IO CDouble c_th2_getbincontent2 :: (Ptr RawTH2) -> CInt -> CInt -> IO CDouble c_th2_getbincontent3 :: (Ptr RawTH2) -> CInt -> CInt -> CInt -> IO CDouble c_th2_getbinerror1 :: (Ptr RawTH2) -> CInt -> IO CDouble c_th2_getbinerror2 :: (Ptr RawTH2) -> CInt -> CInt -> IO CDouble c_th2_getbinerror3 :: (Ptr RawTH2) -> CInt -> CInt -> CInt -> IO CDouble c_th2_getbinlowedge :: (Ptr RawTH2) -> CInt -> IO CDouble c_th2_getbinwidth :: (Ptr RawTH2) -> CInt -> IO CDouble c_th2_getcellcontent :: (Ptr RawTH2) -> CInt -> CInt -> IO CDouble c_th2_getcellerror :: (Ptr RawTH2) -> CInt -> CInt -> IO CDouble c_th2_settitle :: (Ptr RawTH2) -> CString -> IO () c_th2_setlinecolor :: (Ptr RawTH2) -> CInt -> IO () c_th2_setfillcolor :: (Ptr RawTH2) -> CInt -> IO () c_th2_setfillstyle :: (Ptr RawTH2) -> CInt -> IO () c_th2_getname :: (Ptr RawTH2) -> IO CString c_th2_draw :: (Ptr RawTH2) -> CString -> IO () c_th2_findobject :: (Ptr RawTH2) -> CString -> IO (Ptr RawTObject) c_th2_saveas :: (Ptr RawTH2) -> CString -> CString -> IO () c_th2_write :: (Ptr RawTH2) -> CString -> CInt -> CInt -> IO CInt c_th2_isa :: (Ptr RawTH2) -> IO (Ptr RawTClass) c_th2_delete :: (Ptr RawTH2) -> IO () c_th2_fill2 :: (Ptr RawTH2) -> CDouble -> CDouble -> IO CInt c_th3_add :: (Ptr RawTH3) -> (Ptr RawTH1) -> CDouble -> IO () c_th3_addbincontent :: (Ptr RawTH3) -> CInt -> CDouble -> IO () c_th3_chi2test :: (Ptr RawTH3) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th3_computeintegral :: (Ptr RawTH3) -> IO CDouble c_th3_directoryautoadd :: (Ptr RawTH3) -> (Ptr RawTDirectory) -> IO () c_th3_distancetoprimitive :: (Ptr RawTH3) -> CInt -> CInt -> IO CInt c_th3_divide :: (Ptr RawTH3) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th3_drawcopy :: (Ptr RawTH3) -> CString -> IO (Ptr RawTH3) c_th3_drawnormalized :: (Ptr RawTH3) -> CString -> CDouble -> IO (Ptr RawTH1) c_th3_drawpanel :: (Ptr RawTH3) -> IO () c_th3_bufferempty :: (Ptr RawTH3) -> CInt -> IO CInt c_th3_eval :: (Ptr RawTH3) -> (Ptr RawTF1) -> CString -> IO () c_th3_executeevent :: (Ptr RawTH3) -> CInt -> CInt -> CInt -> IO () c_th3_fft :: (Ptr RawTH3) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th3_fill1 :: (Ptr RawTH3) -> CDouble -> IO CInt c_th3_filln :: (Ptr RawTH3) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th3_fillrandom :: (Ptr RawTH3) -> (Ptr RawTH1) -> CInt -> IO () c_th3_findbin :: (Ptr RawTH3) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3_findfixbin :: (Ptr RawTH3) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3_findfirstbinabove :: (Ptr RawTH3) -> CDouble -> CInt -> IO CInt c_th3_findlastbinabove :: (Ptr RawTH3) -> CDouble -> CInt -> IO CInt c_th3_fitpanel :: (Ptr RawTH3) -> IO () c_th3_getndivisions :: (Ptr RawTH3) -> CString -> IO CInt c_th3_getaxiscolor :: (Ptr RawTH3) -> CString -> IO CInt c_th3_getlabelcolor :: (Ptr RawTH3) -> CString -> IO CInt c_th3_getlabelfont :: (Ptr RawTH3) -> CString -> IO CInt c_th3_getlabeloffset :: (Ptr RawTH3) -> CString -> IO CDouble c_th3_getlabelsize :: (Ptr RawTH3) -> CString -> IO CDouble c_th3_gettitlefont :: (Ptr RawTH3) -> CString -> IO CInt c_th3_gettitleoffset :: (Ptr RawTH3) -> CString -> IO CDouble c_th3_gettitlesize :: (Ptr RawTH3) -> CString -> IO CDouble c_th3_getticklength :: (Ptr RawTH3) -> CString -> IO CDouble c_th3_getbaroffset :: (Ptr RawTH3) -> IO CDouble c_th3_getbarwidth :: (Ptr RawTH3) -> IO CDouble c_th3_getcontour :: (Ptr RawTH3) -> (Ptr CDouble) -> IO CInt c_th3_getcontourlevel :: (Ptr RawTH3) -> CInt -> IO CDouble c_th3_getcontourlevelpad :: (Ptr RawTH3) -> CInt -> IO CDouble c_th3_getbin :: (Ptr RawTH3) -> CInt -> CInt -> CInt -> IO CInt c_th3_getbincenter :: (Ptr RawTH3) -> CInt -> IO CDouble c_th3_getbincontent1 :: (Ptr RawTH3) -> CInt -> IO CDouble c_th3_getbincontent2 :: (Ptr RawTH3) -> CInt -> CInt -> IO CDouble c_th3_getbincontent3 :: (Ptr RawTH3) -> CInt -> CInt -> CInt -> IO CDouble c_th3_getbinerror1 :: (Ptr RawTH3) -> CInt -> IO CDouble c_th3_getbinerror2 :: (Ptr RawTH3) -> CInt -> CInt -> IO CDouble c_th3_getbinerror3 :: (Ptr RawTH3) -> CInt -> CInt -> CInt -> IO CDouble c_th3_getbinlowedge :: (Ptr RawTH3) -> CInt -> IO CDouble c_th3_getbinwidth :: (Ptr RawTH3) -> CInt -> IO CDouble c_th3_getcellcontent :: (Ptr RawTH3) -> CInt -> CInt -> IO CDouble c_th3_getcellerror :: (Ptr RawTH3) -> CInt -> CInt -> IO CDouble c_th3_settitle :: (Ptr RawTH3) -> CString -> IO () c_th3_setlinecolor :: (Ptr RawTH3) -> CInt -> IO () c_th3_setfillcolor :: (Ptr RawTH3) -> CInt -> IO () c_th3_setfillstyle :: (Ptr RawTH3) -> CInt -> IO () c_th3_getname :: (Ptr RawTH3) -> IO CString c_th3_draw :: (Ptr RawTH3) -> CString -> IO () c_th3_findobject :: (Ptr RawTH3) -> CString -> IO (Ptr RawTObject) c_th3_saveas :: (Ptr RawTH3) -> CString -> CString -> IO () c_th3_write :: (Ptr RawTH3) -> CString -> CInt -> CInt -> IO CInt c_th3_isa :: (Ptr RawTH3) -> IO (Ptr RawTClass) c_th3_delete :: (Ptr RawTH3) -> IO () c_th1c_add :: (Ptr RawTH1C) -> (Ptr RawTH1) -> CDouble -> IO () c_th1c_addbincontent :: (Ptr RawTH1C) -> CInt -> CDouble -> IO () c_th1c_chi2test :: (Ptr RawTH1C) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th1c_computeintegral :: (Ptr RawTH1C) -> IO CDouble c_th1c_directoryautoadd :: (Ptr RawTH1C) -> (Ptr RawTDirectory) -> IO () c_th1c_distancetoprimitive :: (Ptr RawTH1C) -> CInt -> CInt -> IO CInt c_th1c_divide :: (Ptr RawTH1C) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th1c_drawcopy :: (Ptr RawTH1C) -> CString -> IO (Ptr RawTH1C) c_th1c_drawnormalized :: (Ptr RawTH1C) -> CString -> CDouble -> IO (Ptr RawTH1) c_th1c_drawpanel :: (Ptr RawTH1C) -> IO () c_th1c_bufferempty :: (Ptr RawTH1C) -> CInt -> IO CInt c_th1c_eval :: (Ptr RawTH1C) -> (Ptr RawTF1) -> CString -> IO () c_th1c_executeevent :: (Ptr RawTH1C) -> CInt -> CInt -> CInt -> IO () c_th1c_fft :: (Ptr RawTH1C) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th1c_fill1 :: (Ptr RawTH1C) -> CDouble -> IO CInt c_th1c_filln :: (Ptr RawTH1C) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th1c_fillrandom :: (Ptr RawTH1C) -> (Ptr RawTH1) -> CInt -> IO () c_th1c_findbin :: (Ptr RawTH1C) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1c_findfixbin :: (Ptr RawTH1C) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1c_findfirstbinabove :: (Ptr RawTH1C) -> CDouble -> CInt -> IO CInt c_th1c_findlastbinabove :: (Ptr RawTH1C) -> CDouble -> CInt -> IO CInt c_th1c_fitpanel :: (Ptr RawTH1C) -> IO () c_th1c_getndivisions :: (Ptr RawTH1C) -> CString -> IO CInt c_th1c_getaxiscolor :: (Ptr RawTH1C) -> CString -> IO CInt c_th1c_getlabelcolor :: (Ptr RawTH1C) -> CString -> IO CInt c_th1c_getlabelfont :: (Ptr RawTH1C) -> CString -> IO CInt c_th1c_getlabeloffset :: (Ptr RawTH1C) -> CString -> IO CDouble c_th1c_getlabelsize :: (Ptr RawTH1C) -> CString -> IO CDouble c_th1c_gettitlefont :: (Ptr RawTH1C) -> CString -> IO CInt c_th1c_gettitleoffset :: (Ptr RawTH1C) -> CString -> IO CDouble c_th1c_gettitlesize :: (Ptr RawTH1C) -> CString -> IO CDouble c_th1c_getticklength :: (Ptr RawTH1C) -> CString -> IO CDouble c_th1c_getbaroffset :: (Ptr RawTH1C) -> IO CDouble c_th1c_getbarwidth :: (Ptr RawTH1C) -> IO CDouble c_th1c_getcontour :: (Ptr RawTH1C) -> (Ptr CDouble) -> IO CInt c_th1c_getcontourlevel :: (Ptr RawTH1C) -> CInt -> IO CDouble c_th1c_getcontourlevelpad :: (Ptr RawTH1C) -> CInt -> IO CDouble c_th1c_getbin :: (Ptr RawTH1C) -> CInt -> CInt -> CInt -> IO CInt c_th1c_getbincenter :: (Ptr RawTH1C) -> CInt -> IO CDouble c_th1c_getbincontent1 :: (Ptr RawTH1C) -> CInt -> IO CDouble c_th1c_getbincontent2 :: (Ptr RawTH1C) -> CInt -> CInt -> IO CDouble c_th1c_getbincontent3 :: (Ptr RawTH1C) -> CInt -> CInt -> CInt -> IO CDouble c_th1c_getbinerror1 :: (Ptr RawTH1C) -> CInt -> IO CDouble c_th1c_getbinerror2 :: (Ptr RawTH1C) -> CInt -> CInt -> IO CDouble c_th1c_getbinerror3 :: (Ptr RawTH1C) -> CInt -> CInt -> CInt -> IO CDouble c_th1c_getbinlowedge :: (Ptr RawTH1C) -> CInt -> IO CDouble c_th1c_getbinwidth :: (Ptr RawTH1C) -> CInt -> IO CDouble c_th1c_getcellcontent :: (Ptr RawTH1C) -> CInt -> CInt -> IO CDouble c_th1c_getcellerror :: (Ptr RawTH1C) -> CInt -> CInt -> IO CDouble c_th1c_settitle :: (Ptr RawTH1C) -> CString -> IO () c_th1c_setlinecolor :: (Ptr RawTH1C) -> CInt -> IO () c_th1c_setfillcolor :: (Ptr RawTH1C) -> CInt -> IO () c_th1c_setfillstyle :: (Ptr RawTH1C) -> CInt -> IO () c_th1c_getname :: (Ptr RawTH1C) -> IO CString c_th1c_draw :: (Ptr RawTH1C) -> CString -> IO () c_th1c_findobject :: (Ptr RawTH1C) -> CString -> IO (Ptr RawTObject) c_th1c_saveas :: (Ptr RawTH1C) -> CString -> CString -> IO () c_th1c_write :: (Ptr RawTH1C) -> CString -> CInt -> CInt -> IO CInt c_th1c_isa :: (Ptr RawTH1C) -> IO (Ptr RawTClass) c_th1c_delete :: (Ptr RawTH1C) -> IO () c_th1d_add :: (Ptr RawTH1D) -> (Ptr RawTH1) -> CDouble -> IO () c_th1d_addbincontent :: (Ptr RawTH1D) -> CInt -> CDouble -> IO () c_th1d_chi2test :: (Ptr RawTH1D) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th1d_computeintegral :: (Ptr RawTH1D) -> IO CDouble c_th1d_directoryautoadd :: (Ptr RawTH1D) -> (Ptr RawTDirectory) -> IO () c_th1d_distancetoprimitive :: (Ptr RawTH1D) -> CInt -> CInt -> IO CInt c_th1d_divide :: (Ptr RawTH1D) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th1d_drawcopy :: (Ptr RawTH1D) -> CString -> IO (Ptr RawTH1D) c_th1d_drawnormalized :: (Ptr RawTH1D) -> CString -> CDouble -> IO (Ptr RawTH1) c_th1d_drawpanel :: (Ptr RawTH1D) -> IO () c_th1d_bufferempty :: (Ptr RawTH1D) -> CInt -> IO CInt c_th1d_eval :: (Ptr RawTH1D) -> (Ptr RawTF1) -> CString -> IO () c_th1d_executeevent :: (Ptr RawTH1D) -> CInt -> CInt -> CInt -> IO () c_th1d_fft :: (Ptr RawTH1D) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th1d_fill1 :: (Ptr RawTH1D) -> CDouble -> IO CInt c_th1d_filln :: (Ptr RawTH1D) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th1d_fillrandom :: (Ptr RawTH1D) -> (Ptr RawTH1) -> CInt -> IO () c_th1d_findbin :: (Ptr RawTH1D) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1d_findfixbin :: (Ptr RawTH1D) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1d_findfirstbinabove :: (Ptr RawTH1D) -> CDouble -> CInt -> IO CInt c_th1d_findlastbinabove :: (Ptr RawTH1D) -> CDouble -> CInt -> IO CInt c_th1d_fitpanel :: (Ptr RawTH1D) -> IO () c_th1d_getndivisions :: (Ptr RawTH1D) -> CString -> IO CInt c_th1d_getaxiscolor :: (Ptr RawTH1D) -> CString -> IO CInt c_th1d_getlabelcolor :: (Ptr RawTH1D) -> CString -> IO CInt c_th1d_getlabelfont :: (Ptr RawTH1D) -> CString -> IO CInt c_th1d_getlabeloffset :: (Ptr RawTH1D) -> CString -> IO CDouble c_th1d_getlabelsize :: (Ptr RawTH1D) -> CString -> IO CDouble c_th1d_gettitlefont :: (Ptr RawTH1D) -> CString -> IO CInt c_th1d_gettitleoffset :: (Ptr RawTH1D) -> CString -> IO CDouble c_th1d_gettitlesize :: (Ptr RawTH1D) -> CString -> IO CDouble c_th1d_getticklength :: (Ptr RawTH1D) -> CString -> IO CDouble c_th1d_getbaroffset :: (Ptr RawTH1D) -> IO CDouble c_th1d_getbarwidth :: (Ptr RawTH1D) -> IO CDouble c_th1d_getcontour :: (Ptr RawTH1D) -> (Ptr CDouble) -> IO CInt c_th1d_getcontourlevel :: (Ptr RawTH1D) -> CInt -> IO CDouble c_th1d_getcontourlevelpad :: (Ptr RawTH1D) -> CInt -> IO CDouble c_th1d_getbin :: (Ptr RawTH1D) -> CInt -> CInt -> CInt -> IO CInt c_th1d_getbincenter :: (Ptr RawTH1D) -> CInt -> IO CDouble c_th1d_getbincontent1 :: (Ptr RawTH1D) -> CInt -> IO CDouble c_th1d_getbincontent2 :: (Ptr RawTH1D) -> CInt -> CInt -> IO CDouble c_th1d_getbincontent3 :: (Ptr RawTH1D) -> CInt -> CInt -> CInt -> IO CDouble c_th1d_getbinerror1 :: (Ptr RawTH1D) -> CInt -> IO CDouble c_th1d_getbinerror2 :: (Ptr RawTH1D) -> CInt -> CInt -> IO CDouble c_th1d_getbinerror3 :: (Ptr RawTH1D) -> CInt -> CInt -> CInt -> IO CDouble c_th1d_getbinlowedge :: (Ptr RawTH1D) -> CInt -> IO CDouble c_th1d_getbinwidth :: (Ptr RawTH1D) -> CInt -> IO CDouble c_th1d_getcellcontent :: (Ptr RawTH1D) -> CInt -> CInt -> IO CDouble c_th1d_getcellerror :: (Ptr RawTH1D) -> CInt -> CInt -> IO CDouble c_th1d_settitle :: (Ptr RawTH1D) -> CString -> IO () c_th1d_setlinecolor :: (Ptr RawTH1D) -> CInt -> IO () c_th1d_setfillcolor :: (Ptr RawTH1D) -> CInt -> IO () c_th1d_setfillstyle :: (Ptr RawTH1D) -> CInt -> IO () c_th1d_getname :: (Ptr RawTH1D) -> IO CString c_th1d_draw :: (Ptr RawTH1D) -> CString -> IO () c_th1d_findobject :: (Ptr RawTH1D) -> CString -> IO (Ptr RawTObject) c_th1d_saveas :: (Ptr RawTH1D) -> CString -> CString -> IO () c_th1d_write :: (Ptr RawTH1D) -> CString -> CInt -> CInt -> IO CInt c_th1d_isa :: (Ptr RawTH1D) -> IO (Ptr RawTClass) c_th1d_delete :: (Ptr RawTH1D) -> IO () c_th1f_add :: (Ptr RawTH1F) -> (Ptr RawTH1) -> CDouble -> IO () c_th1f_addbincontent :: (Ptr RawTH1F) -> CInt -> CDouble -> IO () c_th1f_chi2test :: (Ptr RawTH1F) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th1f_computeintegral :: (Ptr RawTH1F) -> IO CDouble c_th1f_directoryautoadd :: (Ptr RawTH1F) -> (Ptr RawTDirectory) -> IO () c_th1f_distancetoprimitive :: (Ptr RawTH1F) -> CInt -> CInt -> IO CInt c_th1f_divide :: (Ptr RawTH1F) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th1f_drawcopy :: (Ptr RawTH1F) -> CString -> IO (Ptr RawTH1F) c_th1f_drawnormalized :: (Ptr RawTH1F) -> CString -> CDouble -> IO (Ptr RawTH1) c_th1f_drawpanel :: (Ptr RawTH1F) -> IO () c_th1f_bufferempty :: (Ptr RawTH1F) -> CInt -> IO CInt c_th1f_eval :: (Ptr RawTH1F) -> (Ptr RawTF1) -> CString -> IO () c_th1f_executeevent :: (Ptr RawTH1F) -> CInt -> CInt -> CInt -> IO () c_th1f_fft :: (Ptr RawTH1F) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th1f_fill1 :: (Ptr RawTH1F) -> CDouble -> IO CInt c_th1f_filln :: (Ptr RawTH1F) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th1f_fillrandom :: (Ptr RawTH1F) -> (Ptr RawTH1) -> CInt -> IO () c_th1f_findbin :: (Ptr RawTH1F) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1f_findfixbin :: (Ptr RawTH1F) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1f_findfirstbinabove :: (Ptr RawTH1F) -> CDouble -> CInt -> IO CInt c_th1f_findlastbinabove :: (Ptr RawTH1F) -> CDouble -> CInt -> IO CInt c_th1f_fitpanel :: (Ptr RawTH1F) -> IO () c_th1f_getndivisions :: (Ptr RawTH1F) -> CString -> IO CInt c_th1f_getaxiscolor :: (Ptr RawTH1F) -> CString -> IO CInt c_th1f_getlabelcolor :: (Ptr RawTH1F) -> CString -> IO CInt c_th1f_getlabelfont :: (Ptr RawTH1F) -> CString -> IO CInt c_th1f_getlabeloffset :: (Ptr RawTH1F) -> CString -> IO CDouble c_th1f_getlabelsize :: (Ptr RawTH1F) -> CString -> IO CDouble c_th1f_gettitlefont :: (Ptr RawTH1F) -> CString -> IO CInt c_th1f_gettitleoffset :: (Ptr RawTH1F) -> CString -> IO CDouble c_th1f_gettitlesize :: (Ptr RawTH1F) -> CString -> IO CDouble c_th1f_getticklength :: (Ptr RawTH1F) -> CString -> IO CDouble c_th1f_getbaroffset :: (Ptr RawTH1F) -> IO CDouble c_th1f_getbarwidth :: (Ptr RawTH1F) -> IO CDouble c_th1f_getcontour :: (Ptr RawTH1F) -> (Ptr CDouble) -> IO CInt c_th1f_getcontourlevel :: (Ptr RawTH1F) -> CInt -> IO CDouble c_th1f_getcontourlevelpad :: (Ptr RawTH1F) -> CInt -> IO CDouble c_th1f_getbin :: (Ptr RawTH1F) -> CInt -> CInt -> CInt -> IO CInt c_th1f_getbincenter :: (Ptr RawTH1F) -> CInt -> IO CDouble c_th1f_getbincontent1 :: (Ptr RawTH1F) -> CInt -> IO CDouble c_th1f_getbincontent2 :: (Ptr RawTH1F) -> CInt -> CInt -> IO CDouble c_th1f_getbincontent3 :: (Ptr RawTH1F) -> CInt -> CInt -> CInt -> IO CDouble c_th1f_getbinerror1 :: (Ptr RawTH1F) -> CInt -> IO CDouble c_th1f_getbinerror2 :: (Ptr RawTH1F) -> CInt -> CInt -> IO CDouble c_th1f_getbinerror3 :: (Ptr RawTH1F) -> CInt -> CInt -> CInt -> IO CDouble c_th1f_getbinlowedge :: (Ptr RawTH1F) -> CInt -> IO CDouble c_th1f_getbinwidth :: (Ptr RawTH1F) -> CInt -> IO CDouble c_th1f_getcellcontent :: (Ptr RawTH1F) -> CInt -> CInt -> IO CDouble c_th1f_getcellerror :: (Ptr RawTH1F) -> CInt -> CInt -> IO CDouble c_th1f_settitle :: (Ptr RawTH1F) -> CString -> IO () c_th1f_setlinecolor :: (Ptr RawTH1F) -> CInt -> IO () c_th1f_setfillcolor :: (Ptr RawTH1F) -> CInt -> IO () c_th1f_setfillstyle :: (Ptr RawTH1F) -> CInt -> IO () c_th1f_getname :: (Ptr RawTH1F) -> IO CString c_th1f_draw :: (Ptr RawTH1F) -> CString -> IO () c_th1f_findobject :: (Ptr RawTH1F) -> CString -> IO (Ptr RawTObject) c_th1f_saveas :: (Ptr RawTH1F) -> CString -> CString -> IO () c_th1f_write :: (Ptr RawTH1F) -> CString -> CInt -> CInt -> IO CInt c_th1f_isa :: (Ptr RawTH1F) -> IO (Ptr RawTClass) c_th1f_delete :: (Ptr RawTH1F) -> IO () c_th1f_newth1f :: CString -> CString -> CInt -> CDouble -> CDouble -> IO (Ptr RawTH1F) c_th1i_add :: (Ptr RawTH1I) -> (Ptr RawTH1) -> CDouble -> IO () c_th1i_addbincontent :: (Ptr RawTH1I) -> CInt -> CDouble -> IO () c_th1i_chi2test :: (Ptr RawTH1I) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th1i_computeintegral :: (Ptr RawTH1I) -> IO CDouble c_th1i_directoryautoadd :: (Ptr RawTH1I) -> (Ptr RawTDirectory) -> IO () c_th1i_distancetoprimitive :: (Ptr RawTH1I) -> CInt -> CInt -> IO CInt c_th1i_divide :: (Ptr RawTH1I) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th1i_drawcopy :: (Ptr RawTH1I) -> CString -> IO (Ptr RawTH1I) c_th1i_drawnormalized :: (Ptr RawTH1I) -> CString -> CDouble -> IO (Ptr RawTH1) c_th1i_drawpanel :: (Ptr RawTH1I) -> IO () c_th1i_bufferempty :: (Ptr RawTH1I) -> CInt -> IO CInt c_th1i_eval :: (Ptr RawTH1I) -> (Ptr RawTF1) -> CString -> IO () c_th1i_executeevent :: (Ptr RawTH1I) -> CInt -> CInt -> CInt -> IO () c_th1i_fft :: (Ptr RawTH1I) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th1i_fill1 :: (Ptr RawTH1I) -> CDouble -> IO CInt c_th1i_filln :: (Ptr RawTH1I) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th1i_fillrandom :: (Ptr RawTH1I) -> (Ptr RawTH1) -> CInt -> IO () c_th1i_findbin :: (Ptr RawTH1I) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1i_findfixbin :: (Ptr RawTH1I) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1i_findfirstbinabove :: (Ptr RawTH1I) -> CDouble -> CInt -> IO CInt c_th1i_findlastbinabove :: (Ptr RawTH1I) -> CDouble -> CInt -> IO CInt c_th1i_fitpanel :: (Ptr RawTH1I) -> IO () c_th1i_getndivisions :: (Ptr RawTH1I) -> CString -> IO CInt c_th1i_getaxiscolor :: (Ptr RawTH1I) -> CString -> IO CInt c_th1i_getlabelcolor :: (Ptr RawTH1I) -> CString -> IO CInt c_th1i_getlabelfont :: (Ptr RawTH1I) -> CString -> IO CInt c_th1i_getlabeloffset :: (Ptr RawTH1I) -> CString -> IO CDouble c_th1i_getlabelsize :: (Ptr RawTH1I) -> CString -> IO CDouble c_th1i_gettitlefont :: (Ptr RawTH1I) -> CString -> IO CInt c_th1i_gettitleoffset :: (Ptr RawTH1I) -> CString -> IO CDouble c_th1i_gettitlesize :: (Ptr RawTH1I) -> CString -> IO CDouble c_th1i_getticklength :: (Ptr RawTH1I) -> CString -> IO CDouble c_th1i_getbaroffset :: (Ptr RawTH1I) -> IO CDouble c_th1i_getbarwidth :: (Ptr RawTH1I) -> IO CDouble c_th1i_getcontour :: (Ptr RawTH1I) -> (Ptr CDouble) -> IO CInt c_th1i_getcontourlevel :: (Ptr RawTH1I) -> CInt -> IO CDouble c_th1i_getcontourlevelpad :: (Ptr RawTH1I) -> CInt -> IO CDouble c_th1i_getbin :: (Ptr RawTH1I) -> CInt -> CInt -> CInt -> IO CInt c_th1i_getbincenter :: (Ptr RawTH1I) -> CInt -> IO CDouble c_th1i_getbincontent1 :: (Ptr RawTH1I) -> CInt -> IO CDouble c_th1i_getbincontent2 :: (Ptr RawTH1I) -> CInt -> CInt -> IO CDouble c_th1i_getbincontent3 :: (Ptr RawTH1I) -> CInt -> CInt -> CInt -> IO CDouble c_th1i_getbinerror1 :: (Ptr RawTH1I) -> CInt -> IO CDouble c_th1i_getbinerror2 :: (Ptr RawTH1I) -> CInt -> CInt -> IO CDouble c_th1i_getbinerror3 :: (Ptr RawTH1I) -> CInt -> CInt -> CInt -> IO CDouble c_th1i_getbinlowedge :: (Ptr RawTH1I) -> CInt -> IO CDouble c_th1i_getbinwidth :: (Ptr RawTH1I) -> CInt -> IO CDouble c_th1i_getcellcontent :: (Ptr RawTH1I) -> CInt -> CInt -> IO CDouble c_th1i_getcellerror :: (Ptr RawTH1I) -> CInt -> CInt -> IO CDouble c_th1i_settitle :: (Ptr RawTH1I) -> CString -> IO () c_th1i_setlinecolor :: (Ptr RawTH1I) -> CInt -> IO () c_th1i_setfillcolor :: (Ptr RawTH1I) -> CInt -> IO () c_th1i_setfillstyle :: (Ptr RawTH1I) -> CInt -> IO () c_th1i_getname :: (Ptr RawTH1I) -> IO CString c_th1i_draw :: (Ptr RawTH1I) -> CString -> IO () c_th1i_findobject :: (Ptr RawTH1I) -> CString -> IO (Ptr RawTObject) c_th1i_saveas :: (Ptr RawTH1I) -> CString -> CString -> IO () c_th1i_write :: (Ptr RawTH1I) -> CString -> CInt -> CInt -> IO CInt c_th1i_isa :: (Ptr RawTH1I) -> IO (Ptr RawTClass) c_th1i_delete :: (Ptr RawTH1I) -> IO () c_th1s_add :: (Ptr RawTH1S) -> (Ptr RawTH1) -> CDouble -> IO () c_th1s_addbincontent :: (Ptr RawTH1S) -> CInt -> CDouble -> IO () c_th1s_chi2test :: (Ptr RawTH1S) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th1s_computeintegral :: (Ptr RawTH1S) -> IO CDouble c_th1s_directoryautoadd :: (Ptr RawTH1S) -> (Ptr RawTDirectory) -> IO () c_th1s_distancetoprimitive :: (Ptr RawTH1S) -> CInt -> CInt -> IO CInt c_th1s_divide :: (Ptr RawTH1S) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th1s_drawcopy :: (Ptr RawTH1S) -> CString -> IO (Ptr RawTH1S) c_th1s_drawnormalized :: (Ptr RawTH1S) -> CString -> CDouble -> IO (Ptr RawTH1) c_th1s_drawpanel :: (Ptr RawTH1S) -> IO () c_th1s_bufferempty :: (Ptr RawTH1S) -> CInt -> IO CInt c_th1s_eval :: (Ptr RawTH1S) -> (Ptr RawTF1) -> CString -> IO () c_th1s_executeevent :: (Ptr RawTH1S) -> CInt -> CInt -> CInt -> IO () c_th1s_fft :: (Ptr RawTH1S) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th1s_fill1 :: (Ptr RawTH1S) -> CDouble -> IO CInt c_th1s_filln :: (Ptr RawTH1S) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th1s_fillrandom :: (Ptr RawTH1S) -> (Ptr RawTH1) -> CInt -> IO () c_th1s_findbin :: (Ptr RawTH1S) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1s_findfixbin :: (Ptr RawTH1S) -> CDouble -> CDouble -> CDouble -> IO CInt c_th1s_findfirstbinabove :: (Ptr RawTH1S) -> CDouble -> CInt -> IO CInt c_th1s_findlastbinabove :: (Ptr RawTH1S) -> CDouble -> CInt -> IO CInt c_th1s_fitpanel :: (Ptr RawTH1S) -> IO () c_th1s_getndivisions :: (Ptr RawTH1S) -> CString -> IO CInt c_th1s_getaxiscolor :: (Ptr RawTH1S) -> CString -> IO CInt c_th1s_getlabelcolor :: (Ptr RawTH1S) -> CString -> IO CInt c_th1s_getlabelfont :: (Ptr RawTH1S) -> CString -> IO CInt c_th1s_getlabeloffset :: (Ptr RawTH1S) -> CString -> IO CDouble c_th1s_getlabelsize :: (Ptr RawTH1S) -> CString -> IO CDouble c_th1s_gettitlefont :: (Ptr RawTH1S) -> CString -> IO CInt c_th1s_gettitleoffset :: (Ptr RawTH1S) -> CString -> IO CDouble c_th1s_gettitlesize :: (Ptr RawTH1S) -> CString -> IO CDouble c_th1s_getticklength :: (Ptr RawTH1S) -> CString -> IO CDouble c_th1s_getbaroffset :: (Ptr RawTH1S) -> IO CDouble c_th1s_getbarwidth :: (Ptr RawTH1S) -> IO CDouble c_th1s_getcontour :: (Ptr RawTH1S) -> (Ptr CDouble) -> IO CInt c_th1s_getcontourlevel :: (Ptr RawTH1S) -> CInt -> IO CDouble c_th1s_getcontourlevelpad :: (Ptr RawTH1S) -> CInt -> IO CDouble c_th1s_getbin :: (Ptr RawTH1S) -> CInt -> CInt -> CInt -> IO CInt c_th1s_getbincenter :: (Ptr RawTH1S) -> CInt -> IO CDouble c_th1s_getbincontent1 :: (Ptr RawTH1S) -> CInt -> IO CDouble c_th1s_getbincontent2 :: (Ptr RawTH1S) -> CInt -> CInt -> IO CDouble c_th1s_getbincontent3 :: (Ptr RawTH1S) -> CInt -> CInt -> CInt -> IO CDouble c_th1s_getbinerror1 :: (Ptr RawTH1S) -> CInt -> IO CDouble c_th1s_getbinerror2 :: (Ptr RawTH1S) -> CInt -> CInt -> IO CDouble c_th1s_getbinerror3 :: (Ptr RawTH1S) -> CInt -> CInt -> CInt -> IO CDouble c_th1s_getbinlowedge :: (Ptr RawTH1S) -> CInt -> IO CDouble c_th1s_getbinwidth :: (Ptr RawTH1S) -> CInt -> IO CDouble c_th1s_getcellcontent :: (Ptr RawTH1S) -> CInt -> CInt -> IO CDouble c_th1s_getcellerror :: (Ptr RawTH1S) -> CInt -> CInt -> IO CDouble c_th1s_settitle :: (Ptr RawTH1S) -> CString -> IO () c_th1s_setlinecolor :: (Ptr RawTH1S) -> CInt -> IO () c_th1s_setfillcolor :: (Ptr RawTH1S) -> CInt -> IO () c_th1s_setfillstyle :: (Ptr RawTH1S) -> CInt -> IO () c_th1s_getname :: (Ptr RawTH1S) -> IO CString c_th1s_draw :: (Ptr RawTH1S) -> CString -> IO () c_th1s_findobject :: (Ptr RawTH1S) -> CString -> IO (Ptr RawTObject) c_th1s_saveas :: (Ptr RawTH1S) -> CString -> CString -> IO () c_th1s_write :: (Ptr RawTH1S) -> CString -> CInt -> CInt -> IO CInt c_th1s_isa :: (Ptr RawTH1S) -> IO (Ptr RawTClass) c_th1s_delete :: (Ptr RawTH1S) -> IO () c_th2c_fill2 :: (Ptr RawTH2C) -> CDouble -> CDouble -> IO CInt c_th2c_add :: (Ptr RawTH2C) -> (Ptr RawTH1) -> CDouble -> IO () c_th2c_addbincontent :: (Ptr RawTH2C) -> CInt -> CDouble -> IO () c_th2c_chi2test :: (Ptr RawTH2C) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th2c_computeintegral :: (Ptr RawTH2C) -> IO CDouble c_th2c_directoryautoadd :: (Ptr RawTH2C) -> (Ptr RawTDirectory) -> IO () c_th2c_distancetoprimitive :: (Ptr RawTH2C) -> CInt -> CInt -> IO CInt c_th2c_divide :: (Ptr RawTH2C) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th2c_drawcopy :: (Ptr RawTH2C) -> CString -> IO (Ptr RawTH2C) c_th2c_drawnormalized :: (Ptr RawTH2C) -> CString -> CDouble -> IO (Ptr RawTH1) c_th2c_drawpanel :: (Ptr RawTH2C) -> IO () c_th2c_bufferempty :: (Ptr RawTH2C) -> CInt -> IO CInt c_th2c_eval :: (Ptr RawTH2C) -> (Ptr RawTF1) -> CString -> IO () c_th2c_executeevent :: (Ptr RawTH2C) -> CInt -> CInt -> CInt -> IO () c_th2c_fft :: (Ptr RawTH2C) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th2c_fill1 :: (Ptr RawTH2C) -> CDouble -> IO CInt c_th2c_filln :: (Ptr RawTH2C) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th2c_fillrandom :: (Ptr RawTH2C) -> (Ptr RawTH1) -> CInt -> IO () c_th2c_findbin :: (Ptr RawTH2C) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2c_findfixbin :: (Ptr RawTH2C) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2c_findfirstbinabove :: (Ptr RawTH2C) -> CDouble -> CInt -> IO CInt c_th2c_findlastbinabove :: (Ptr RawTH2C) -> CDouble -> CInt -> IO CInt c_th2c_fitpanel :: (Ptr RawTH2C) -> IO () c_th2c_getndivisions :: (Ptr RawTH2C) -> CString -> IO CInt c_th2c_getaxiscolor :: (Ptr RawTH2C) -> CString -> IO CInt c_th2c_getlabelcolor :: (Ptr RawTH2C) -> CString -> IO CInt c_th2c_getlabelfont :: (Ptr RawTH2C) -> CString -> IO CInt c_th2c_getlabeloffset :: (Ptr RawTH2C) -> CString -> IO CDouble c_th2c_getlabelsize :: (Ptr RawTH2C) -> CString -> IO CDouble c_th2c_gettitlefont :: (Ptr RawTH2C) -> CString -> IO CInt c_th2c_gettitleoffset :: (Ptr RawTH2C) -> CString -> IO CDouble c_th2c_gettitlesize :: (Ptr RawTH2C) -> CString -> IO CDouble c_th2c_getticklength :: (Ptr RawTH2C) -> CString -> IO CDouble c_th2c_getbaroffset :: (Ptr RawTH2C) -> IO CDouble c_th2c_getbarwidth :: (Ptr RawTH2C) -> IO CDouble c_th2c_getcontour :: (Ptr RawTH2C) -> (Ptr CDouble) -> IO CInt c_th2c_getcontourlevel :: (Ptr RawTH2C) -> CInt -> IO CDouble c_th2c_getcontourlevelpad :: (Ptr RawTH2C) -> CInt -> IO CDouble c_th2c_getbin :: (Ptr RawTH2C) -> CInt -> CInt -> CInt -> IO CInt c_th2c_getbincenter :: (Ptr RawTH2C) -> CInt -> IO CDouble c_th2c_getbincontent1 :: (Ptr RawTH2C) -> CInt -> IO CDouble c_th2c_getbincontent2 :: (Ptr RawTH2C) -> CInt -> CInt -> IO CDouble c_th2c_getbincontent3 :: (Ptr RawTH2C) -> CInt -> CInt -> CInt -> IO CDouble c_th2c_getbinerror1 :: (Ptr RawTH2C) -> CInt -> IO CDouble c_th2c_getbinerror2 :: (Ptr RawTH2C) -> CInt -> CInt -> IO CDouble c_th2c_getbinerror3 :: (Ptr RawTH2C) -> CInt -> CInt -> CInt -> IO CDouble c_th2c_getbinlowedge :: (Ptr RawTH2C) -> CInt -> IO CDouble c_th2c_getbinwidth :: (Ptr RawTH2C) -> CInt -> IO CDouble c_th2c_getcellcontent :: (Ptr RawTH2C) -> CInt -> CInt -> IO CDouble c_th2c_getcellerror :: (Ptr RawTH2C) -> CInt -> CInt -> IO CDouble c_th2c_settitle :: (Ptr RawTH2C) -> CString -> IO () c_th2c_setlinecolor :: (Ptr RawTH2C) -> CInt -> IO () c_th2c_setfillcolor :: (Ptr RawTH2C) -> CInt -> IO () c_th2c_setfillstyle :: (Ptr RawTH2C) -> CInt -> IO () c_th2c_getname :: (Ptr RawTH2C) -> IO CString c_th2c_draw :: (Ptr RawTH2C) -> CString -> IO () c_th2c_findobject :: (Ptr RawTH2C) -> CString -> IO (Ptr RawTObject) c_th2c_saveas :: (Ptr RawTH2C) -> CString -> CString -> IO () c_th2c_write :: (Ptr RawTH2C) -> CString -> CInt -> CInt -> IO CInt c_th2c_isa :: (Ptr RawTH2C) -> IO (Ptr RawTClass) c_th2c_delete :: (Ptr RawTH2C) -> IO () c_th2d_fill2 :: (Ptr RawTH2D) -> CDouble -> CDouble -> IO CInt c_th2d_add :: (Ptr RawTH2D) -> (Ptr RawTH1) -> CDouble -> IO () c_th2d_addbincontent :: (Ptr RawTH2D) -> CInt -> CDouble -> IO () c_th2d_chi2test :: (Ptr RawTH2D) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th2d_computeintegral :: (Ptr RawTH2D) -> IO CDouble c_th2d_directoryautoadd :: (Ptr RawTH2D) -> (Ptr RawTDirectory) -> IO () c_th2d_distancetoprimitive :: (Ptr RawTH2D) -> CInt -> CInt -> IO CInt c_th2d_divide :: (Ptr RawTH2D) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th2d_drawcopy :: (Ptr RawTH2D) -> CString -> IO (Ptr RawTH2D) c_th2d_drawnormalized :: (Ptr RawTH2D) -> CString -> CDouble -> IO (Ptr RawTH1) c_th2d_drawpanel :: (Ptr RawTH2D) -> IO () c_th2d_bufferempty :: (Ptr RawTH2D) -> CInt -> IO CInt c_th2d_eval :: (Ptr RawTH2D) -> (Ptr RawTF1) -> CString -> IO () c_th2d_executeevent :: (Ptr RawTH2D) -> CInt -> CInt -> CInt -> IO () c_th2d_fft :: (Ptr RawTH2D) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th2d_fill1 :: (Ptr RawTH2D) -> CDouble -> IO CInt c_th2d_filln :: (Ptr RawTH2D) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th2d_fillrandom :: (Ptr RawTH2D) -> (Ptr RawTH1) -> CInt -> IO () c_th2d_findbin :: (Ptr RawTH2D) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2d_findfixbin :: (Ptr RawTH2D) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2d_findfirstbinabove :: (Ptr RawTH2D) -> CDouble -> CInt -> IO CInt c_th2d_findlastbinabove :: (Ptr RawTH2D) -> CDouble -> CInt -> IO CInt c_th2d_fitpanel :: (Ptr RawTH2D) -> IO () c_th2d_getndivisions :: (Ptr RawTH2D) -> CString -> IO CInt c_th2d_getaxiscolor :: (Ptr RawTH2D) -> CString -> IO CInt c_th2d_getlabelcolor :: (Ptr RawTH2D) -> CString -> IO CInt c_th2d_getlabelfont :: (Ptr RawTH2D) -> CString -> IO CInt c_th2d_getlabeloffset :: (Ptr RawTH2D) -> CString -> IO CDouble c_th2d_getlabelsize :: (Ptr RawTH2D) -> CString -> IO CDouble c_th2d_gettitlefont :: (Ptr RawTH2D) -> CString -> IO CInt c_th2d_gettitleoffset :: (Ptr RawTH2D) -> CString -> IO CDouble c_th2d_gettitlesize :: (Ptr RawTH2D) -> CString -> IO CDouble c_th2d_getticklength :: (Ptr RawTH2D) -> CString -> IO CDouble c_th2d_getbaroffset :: (Ptr RawTH2D) -> IO CDouble c_th2d_getbarwidth :: (Ptr RawTH2D) -> IO CDouble c_th2d_getcontour :: (Ptr RawTH2D) -> (Ptr CDouble) -> IO CInt c_th2d_getcontourlevel :: (Ptr RawTH2D) -> CInt -> IO CDouble c_th2d_getcontourlevelpad :: (Ptr RawTH2D) -> CInt -> IO CDouble c_th2d_getbin :: (Ptr RawTH2D) -> CInt -> CInt -> CInt -> IO CInt c_th2d_getbincenter :: (Ptr RawTH2D) -> CInt -> IO CDouble c_th2d_getbincontent1 :: (Ptr RawTH2D) -> CInt -> IO CDouble c_th2d_getbincontent2 :: (Ptr RawTH2D) -> CInt -> CInt -> IO CDouble c_th2d_getbincontent3 :: (Ptr RawTH2D) -> CInt -> CInt -> CInt -> IO CDouble c_th2d_getbinerror1 :: (Ptr RawTH2D) -> CInt -> IO CDouble c_th2d_getbinerror2 :: (Ptr RawTH2D) -> CInt -> CInt -> IO CDouble c_th2d_getbinerror3 :: (Ptr RawTH2D) -> CInt -> CInt -> CInt -> IO CDouble c_th2d_getbinlowedge :: (Ptr RawTH2D) -> CInt -> IO CDouble c_th2d_getbinwidth :: (Ptr RawTH2D) -> CInt -> IO CDouble c_th2d_getcellcontent :: (Ptr RawTH2D) -> CInt -> CInt -> IO CDouble c_th2d_getcellerror :: (Ptr RawTH2D) -> CInt -> CInt -> IO CDouble c_th2d_settitle :: (Ptr RawTH2D) -> CString -> IO () c_th2d_setlinecolor :: (Ptr RawTH2D) -> CInt -> IO () c_th2d_setfillcolor :: (Ptr RawTH2D) -> CInt -> IO () c_th2d_setfillstyle :: (Ptr RawTH2D) -> CInt -> IO () c_th2d_getname :: (Ptr RawTH2D) -> IO CString c_th2d_draw :: (Ptr RawTH2D) -> CString -> IO () c_th2d_findobject :: (Ptr RawTH2D) -> CString -> IO (Ptr RawTObject) c_th2d_saveas :: (Ptr RawTH2D) -> CString -> CString -> IO () c_th2d_write :: (Ptr RawTH2D) -> CString -> CInt -> CInt -> IO CInt c_th2d_isa :: (Ptr RawTH2D) -> IO (Ptr RawTClass) c_th2d_delete :: (Ptr RawTH2D) -> IO () c_th2f_fill2 :: (Ptr RawTH2F) -> CDouble -> CDouble -> IO CInt c_th2f_add :: (Ptr RawTH2F) -> (Ptr RawTH1) -> CDouble -> IO () c_th2f_addbincontent :: (Ptr RawTH2F) -> CInt -> CDouble -> IO () c_th2f_chi2test :: (Ptr RawTH2F) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th2f_computeintegral :: (Ptr RawTH2F) -> IO CDouble c_th2f_directoryautoadd :: (Ptr RawTH2F) -> (Ptr RawTDirectory) -> IO () c_th2f_distancetoprimitive :: (Ptr RawTH2F) -> CInt -> CInt -> IO CInt c_th2f_divide :: (Ptr RawTH2F) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th2f_drawcopy :: (Ptr RawTH2F) -> CString -> IO (Ptr RawTH2F) c_th2f_drawnormalized :: (Ptr RawTH2F) -> CString -> CDouble -> IO (Ptr RawTH1) c_th2f_drawpanel :: (Ptr RawTH2F) -> IO () c_th2f_bufferempty :: (Ptr RawTH2F) -> CInt -> IO CInt c_th2f_eval :: (Ptr RawTH2F) -> (Ptr RawTF1) -> CString -> IO () c_th2f_executeevent :: (Ptr RawTH2F) -> CInt -> CInt -> CInt -> IO () c_th2f_fft :: (Ptr RawTH2F) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th2f_fill1 :: (Ptr RawTH2F) -> CDouble -> IO CInt c_th2f_filln :: (Ptr RawTH2F) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th2f_fillrandom :: (Ptr RawTH2F) -> (Ptr RawTH1) -> CInt -> IO () c_th2f_findbin :: (Ptr RawTH2F) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2f_findfixbin :: (Ptr RawTH2F) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2f_findfirstbinabove :: (Ptr RawTH2F) -> CDouble -> CInt -> IO CInt c_th2f_findlastbinabove :: (Ptr RawTH2F) -> CDouble -> CInt -> IO CInt c_th2f_fitpanel :: (Ptr RawTH2F) -> IO () c_th2f_getndivisions :: (Ptr RawTH2F) -> CString -> IO CInt c_th2f_getaxiscolor :: (Ptr RawTH2F) -> CString -> IO CInt c_th2f_getlabelcolor :: (Ptr RawTH2F) -> CString -> IO CInt c_th2f_getlabelfont :: (Ptr RawTH2F) -> CString -> IO CInt c_th2f_getlabeloffset :: (Ptr RawTH2F) -> CString -> IO CDouble c_th2f_getlabelsize :: (Ptr RawTH2F) -> CString -> IO CDouble c_th2f_gettitlefont :: (Ptr RawTH2F) -> CString -> IO CInt c_th2f_gettitleoffset :: (Ptr RawTH2F) -> CString -> IO CDouble c_th2f_gettitlesize :: (Ptr RawTH2F) -> CString -> IO CDouble c_th2f_getticklength :: (Ptr RawTH2F) -> CString -> IO CDouble c_th2f_getbaroffset :: (Ptr RawTH2F) -> IO CDouble c_th2f_getbarwidth :: (Ptr RawTH2F) -> IO CDouble c_th2f_getcontour :: (Ptr RawTH2F) -> (Ptr CDouble) -> IO CInt c_th2f_getcontourlevel :: (Ptr RawTH2F) -> CInt -> IO CDouble c_th2f_getcontourlevelpad :: (Ptr RawTH2F) -> CInt -> IO CDouble c_th2f_getbin :: (Ptr RawTH2F) -> CInt -> CInt -> CInt -> IO CInt c_th2f_getbincenter :: (Ptr RawTH2F) -> CInt -> IO CDouble c_th2f_getbincontent1 :: (Ptr RawTH2F) -> CInt -> IO CDouble c_th2f_getbincontent2 :: (Ptr RawTH2F) -> CInt -> CInt -> IO CDouble c_th2f_getbincontent3 :: (Ptr RawTH2F) -> CInt -> CInt -> CInt -> IO CDouble c_th2f_getbinerror1 :: (Ptr RawTH2F) -> CInt -> IO CDouble c_th2f_getbinerror2 :: (Ptr RawTH2F) -> CInt -> CInt -> IO CDouble c_th2f_getbinerror3 :: (Ptr RawTH2F) -> CInt -> CInt -> CInt -> IO CDouble c_th2f_getbinlowedge :: (Ptr RawTH2F) -> CInt -> IO CDouble c_th2f_getbinwidth :: (Ptr RawTH2F) -> CInt -> IO CDouble c_th2f_getcellcontent :: (Ptr RawTH2F) -> CInt -> CInt -> IO CDouble c_th2f_getcellerror :: (Ptr RawTH2F) -> CInt -> CInt -> IO CDouble c_th2f_settitle :: (Ptr RawTH2F) -> CString -> IO () c_th2f_setlinecolor :: (Ptr RawTH2F) -> CInt -> IO () c_th2f_setfillcolor :: (Ptr RawTH2F) -> CInt -> IO () c_th2f_setfillstyle :: (Ptr RawTH2F) -> CInt -> IO () c_th2f_getname :: (Ptr RawTH2F) -> IO CString c_th2f_draw :: (Ptr RawTH2F) -> CString -> IO () c_th2f_findobject :: (Ptr RawTH2F) -> CString -> IO (Ptr RawTObject) c_th2f_saveas :: (Ptr RawTH2F) -> CString -> CString -> IO () c_th2f_write :: (Ptr RawTH2F) -> CString -> CInt -> CInt -> IO CInt c_th2f_isa :: (Ptr RawTH2F) -> IO (Ptr RawTClass) c_th2f_delete :: (Ptr RawTH2F) -> IO () c_th2f_newth2f :: CString -> CString -> CInt -> CDouble -> CDouble -> CInt -> CDouble -> CDouble -> IO (Ptr RawTH2F) c_th2i_fill2 :: (Ptr RawTH2I) -> CDouble -> CDouble -> IO CInt c_th2i_add :: (Ptr RawTH2I) -> (Ptr RawTH1) -> CDouble -> IO () c_th2i_addbincontent :: (Ptr RawTH2I) -> CInt -> CDouble -> IO () c_th2i_chi2test :: (Ptr RawTH2I) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th2i_computeintegral :: (Ptr RawTH2I) -> IO CDouble c_th2i_directoryautoadd :: (Ptr RawTH2I) -> (Ptr RawTDirectory) -> IO () c_th2i_distancetoprimitive :: (Ptr RawTH2I) -> CInt -> CInt -> IO CInt c_th2i_divide :: (Ptr RawTH2I) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th2i_drawcopy :: (Ptr RawTH2I) -> CString -> IO (Ptr RawTH2I) c_th2i_drawnormalized :: (Ptr RawTH2I) -> CString -> CDouble -> IO (Ptr RawTH1) c_th2i_drawpanel :: (Ptr RawTH2I) -> IO () c_th2i_bufferempty :: (Ptr RawTH2I) -> CInt -> IO CInt c_th2i_eval :: (Ptr RawTH2I) -> (Ptr RawTF1) -> CString -> IO () c_th2i_executeevent :: (Ptr RawTH2I) -> CInt -> CInt -> CInt -> IO () c_th2i_fft :: (Ptr RawTH2I) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th2i_fill1 :: (Ptr RawTH2I) -> CDouble -> IO CInt c_th2i_filln :: (Ptr RawTH2I) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th2i_fillrandom :: (Ptr RawTH2I) -> (Ptr RawTH1) -> CInt -> IO () c_th2i_findbin :: (Ptr RawTH2I) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2i_findfixbin :: (Ptr RawTH2I) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2i_findfirstbinabove :: (Ptr RawTH2I) -> CDouble -> CInt -> IO CInt c_th2i_findlastbinabove :: (Ptr RawTH2I) -> CDouble -> CInt -> IO CInt c_th2i_fitpanel :: (Ptr RawTH2I) -> IO () c_th2i_getndivisions :: (Ptr RawTH2I) -> CString -> IO CInt c_th2i_getaxiscolor :: (Ptr RawTH2I) -> CString -> IO CInt c_th2i_getlabelcolor :: (Ptr RawTH2I) -> CString -> IO CInt c_th2i_getlabelfont :: (Ptr RawTH2I) -> CString -> IO CInt c_th2i_getlabeloffset :: (Ptr RawTH2I) -> CString -> IO CDouble c_th2i_getlabelsize :: (Ptr RawTH2I) -> CString -> IO CDouble c_th2i_gettitlefont :: (Ptr RawTH2I) -> CString -> IO CInt c_th2i_gettitleoffset :: (Ptr RawTH2I) -> CString -> IO CDouble c_th2i_gettitlesize :: (Ptr RawTH2I) -> CString -> IO CDouble c_th2i_getticklength :: (Ptr RawTH2I) -> CString -> IO CDouble c_th2i_getbaroffset :: (Ptr RawTH2I) -> IO CDouble c_th2i_getbarwidth :: (Ptr RawTH2I) -> IO CDouble c_th2i_getcontour :: (Ptr RawTH2I) -> (Ptr CDouble) -> IO CInt c_th2i_getcontourlevel :: (Ptr RawTH2I) -> CInt -> IO CDouble c_th2i_getcontourlevelpad :: (Ptr RawTH2I) -> CInt -> IO CDouble c_th2i_getbin :: (Ptr RawTH2I) -> CInt -> CInt -> CInt -> IO CInt c_th2i_getbincenter :: (Ptr RawTH2I) -> CInt -> IO CDouble c_th2i_getbincontent1 :: (Ptr RawTH2I) -> CInt -> IO CDouble c_th2i_getbincontent2 :: (Ptr RawTH2I) -> CInt -> CInt -> IO CDouble c_th2i_getbincontent3 :: (Ptr RawTH2I) -> CInt -> CInt -> CInt -> IO CDouble c_th2i_getbinerror1 :: (Ptr RawTH2I) -> CInt -> IO CDouble c_th2i_getbinerror2 :: (Ptr RawTH2I) -> CInt -> CInt -> IO CDouble c_th2i_getbinerror3 :: (Ptr RawTH2I) -> CInt -> CInt -> CInt -> IO CDouble c_th2i_getbinlowedge :: (Ptr RawTH2I) -> CInt -> IO CDouble c_th2i_getbinwidth :: (Ptr RawTH2I) -> CInt -> IO CDouble c_th2i_getcellcontent :: (Ptr RawTH2I) -> CInt -> CInt -> IO CDouble c_th2i_getcellerror :: (Ptr RawTH2I) -> CInt -> CInt -> IO CDouble c_th2i_settitle :: (Ptr RawTH2I) -> CString -> IO () c_th2i_setlinecolor :: (Ptr RawTH2I) -> CInt -> IO () c_th2i_setfillcolor :: (Ptr RawTH2I) -> CInt -> IO () c_th2i_setfillstyle :: (Ptr RawTH2I) -> CInt -> IO () c_th2i_getname :: (Ptr RawTH2I) -> IO CString c_th2i_draw :: (Ptr RawTH2I) -> CString -> IO () c_th2i_findobject :: (Ptr RawTH2I) -> CString -> IO (Ptr RawTObject) c_th2i_saveas :: (Ptr RawTH2I) -> CString -> CString -> IO () c_th2i_write :: (Ptr RawTH2I) -> CString -> CInt -> CInt -> IO CInt c_th2i_isa :: (Ptr RawTH2I) -> IO (Ptr RawTClass) c_th2i_delete :: (Ptr RawTH2I) -> IO () c_th2poly_fill2 :: (Ptr RawTH2Poly) -> CDouble -> CDouble -> IO CInt c_th2poly_add :: (Ptr RawTH2Poly) -> (Ptr RawTH1) -> CDouble -> IO () c_th2poly_addbincontent :: (Ptr RawTH2Poly) -> CInt -> CDouble -> IO () c_th2poly_chi2test :: (Ptr RawTH2Poly) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th2poly_computeintegral :: (Ptr RawTH2Poly) -> IO CDouble c_th2poly_directoryautoadd :: (Ptr RawTH2Poly) -> (Ptr RawTDirectory) -> IO () c_th2poly_distancetoprimitive :: (Ptr RawTH2Poly) -> CInt -> CInt -> IO CInt c_th2poly_divide :: (Ptr RawTH2Poly) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th2poly_drawcopy :: (Ptr RawTH2Poly) -> CString -> IO (Ptr RawTH2Poly) c_th2poly_drawnormalized :: (Ptr RawTH2Poly) -> CString -> CDouble -> IO (Ptr RawTH1) c_th2poly_drawpanel :: (Ptr RawTH2Poly) -> IO () c_th2poly_bufferempty :: (Ptr RawTH2Poly) -> CInt -> IO CInt c_th2poly_eval :: (Ptr RawTH2Poly) -> (Ptr RawTF1) -> CString -> IO () c_th2poly_executeevent :: (Ptr RawTH2Poly) -> CInt -> CInt -> CInt -> IO () c_th2poly_fft :: (Ptr RawTH2Poly) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th2poly_fill1 :: (Ptr RawTH2Poly) -> CDouble -> IO CInt c_th2poly_filln :: (Ptr RawTH2Poly) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th2poly_fillrandom :: (Ptr RawTH2Poly) -> (Ptr RawTH1) -> CInt -> IO () c_th2poly_findbin :: (Ptr RawTH2Poly) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2poly_findfixbin :: (Ptr RawTH2Poly) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2poly_findfirstbinabove :: (Ptr RawTH2Poly) -> CDouble -> CInt -> IO CInt c_th2poly_findlastbinabove :: (Ptr RawTH2Poly) -> CDouble -> CInt -> IO CInt c_th2poly_fitpanel :: (Ptr RawTH2Poly) -> IO () c_th2poly_getndivisions :: (Ptr RawTH2Poly) -> CString -> IO CInt c_th2poly_getaxiscolor :: (Ptr RawTH2Poly) -> CString -> IO CInt c_th2poly_getlabelcolor :: (Ptr RawTH2Poly) -> CString -> IO CInt c_th2poly_getlabelfont :: (Ptr RawTH2Poly) -> CString -> IO CInt c_th2poly_getlabeloffset :: (Ptr RawTH2Poly) -> CString -> IO CDouble c_th2poly_getlabelsize :: (Ptr RawTH2Poly) -> CString -> IO CDouble c_th2poly_gettitlefont :: (Ptr RawTH2Poly) -> CString -> IO CInt c_th2poly_gettitleoffset :: (Ptr RawTH2Poly) -> CString -> IO CDouble c_th2poly_gettitlesize :: (Ptr RawTH2Poly) -> CString -> IO CDouble c_th2poly_getticklength :: (Ptr RawTH2Poly) -> CString -> IO CDouble c_th2poly_getbaroffset :: (Ptr RawTH2Poly) -> IO CDouble c_th2poly_getbarwidth :: (Ptr RawTH2Poly) -> IO CDouble c_th2poly_getcontour :: (Ptr RawTH2Poly) -> (Ptr CDouble) -> IO CInt c_th2poly_getcontourlevel :: (Ptr RawTH2Poly) -> CInt -> IO CDouble c_th2poly_getcontourlevelpad :: (Ptr RawTH2Poly) -> CInt -> IO CDouble c_th2poly_getbin :: (Ptr RawTH2Poly) -> CInt -> CInt -> CInt -> IO CInt c_th2poly_getbincenter :: (Ptr RawTH2Poly) -> CInt -> IO CDouble c_th2poly_getbincontent1 :: (Ptr RawTH2Poly) -> CInt -> IO CDouble c_th2poly_getbincontent2 :: (Ptr RawTH2Poly) -> CInt -> CInt -> IO CDouble c_th2poly_getbincontent3 :: (Ptr RawTH2Poly) -> CInt -> CInt -> CInt -> IO CDouble c_th2poly_getbinerror1 :: (Ptr RawTH2Poly) -> CInt -> IO CDouble c_th2poly_getbinerror2 :: (Ptr RawTH2Poly) -> CInt -> CInt -> IO CDouble c_th2poly_getbinerror3 :: (Ptr RawTH2Poly) -> CInt -> CInt -> CInt -> IO CDouble c_th2poly_getbinlowedge :: (Ptr RawTH2Poly) -> CInt -> IO CDouble c_th2poly_getbinwidth :: (Ptr RawTH2Poly) -> CInt -> IO CDouble c_th2poly_getcellcontent :: (Ptr RawTH2Poly) -> CInt -> CInt -> IO CDouble c_th2poly_getcellerror :: (Ptr RawTH2Poly) -> CInt -> CInt -> IO CDouble c_th2poly_settitle :: (Ptr RawTH2Poly) -> CString -> IO () c_th2poly_setlinecolor :: (Ptr RawTH2Poly) -> CInt -> IO () c_th2poly_setfillcolor :: (Ptr RawTH2Poly) -> CInt -> IO () c_th2poly_setfillstyle :: (Ptr RawTH2Poly) -> CInt -> IO () c_th2poly_getname :: (Ptr RawTH2Poly) -> IO CString c_th2poly_draw :: (Ptr RawTH2Poly) -> CString -> IO () c_th2poly_findobject :: (Ptr RawTH2Poly) -> CString -> IO (Ptr RawTObject) c_th2poly_saveas :: (Ptr RawTH2Poly) -> CString -> CString -> IO () c_th2poly_write :: (Ptr RawTH2Poly) -> CString -> CInt -> CInt -> IO CInt c_th2poly_isa :: (Ptr RawTH2Poly) -> IO (Ptr RawTClass) c_th2poly_delete :: (Ptr RawTH2Poly) -> IO () c_th2s_fill2 :: (Ptr RawTH2S) -> CDouble -> CDouble -> IO CInt c_th2s_add :: (Ptr RawTH2S) -> (Ptr RawTH1) -> CDouble -> IO () c_th2s_addbincontent :: (Ptr RawTH2S) -> CInt -> CDouble -> IO () c_th2s_chi2test :: (Ptr RawTH2S) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th2s_computeintegral :: (Ptr RawTH2S) -> IO CDouble c_th2s_directoryautoadd :: (Ptr RawTH2S) -> (Ptr RawTDirectory) -> IO () c_th2s_distancetoprimitive :: (Ptr RawTH2S) -> CInt -> CInt -> IO CInt c_th2s_divide :: (Ptr RawTH2S) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th2s_drawcopy :: (Ptr RawTH2S) -> CString -> IO (Ptr RawTH2S) c_th2s_drawnormalized :: (Ptr RawTH2S) -> CString -> CDouble -> IO (Ptr RawTH1) c_th2s_drawpanel :: (Ptr RawTH2S) -> IO () c_th2s_bufferempty :: (Ptr RawTH2S) -> CInt -> IO CInt c_th2s_eval :: (Ptr RawTH2S) -> (Ptr RawTF1) -> CString -> IO () c_th2s_executeevent :: (Ptr RawTH2S) -> CInt -> CInt -> CInt -> IO () c_th2s_fft :: (Ptr RawTH2S) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th2s_fill1 :: (Ptr RawTH2S) -> CDouble -> IO CInt c_th2s_filln :: (Ptr RawTH2S) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th2s_fillrandom :: (Ptr RawTH2S) -> (Ptr RawTH1) -> CInt -> IO () c_th2s_findbin :: (Ptr RawTH2S) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2s_findfixbin :: (Ptr RawTH2S) -> CDouble -> CDouble -> CDouble -> IO CInt c_th2s_findfirstbinabove :: (Ptr RawTH2S) -> CDouble -> CInt -> IO CInt c_th2s_findlastbinabove :: (Ptr RawTH2S) -> CDouble -> CInt -> IO CInt c_th2s_fitpanel :: (Ptr RawTH2S) -> IO () c_th2s_getndivisions :: (Ptr RawTH2S) -> CString -> IO CInt c_th2s_getaxiscolor :: (Ptr RawTH2S) -> CString -> IO CInt c_th2s_getlabelcolor :: (Ptr RawTH2S) -> CString -> IO CInt c_th2s_getlabelfont :: (Ptr RawTH2S) -> CString -> IO CInt c_th2s_getlabeloffset :: (Ptr RawTH2S) -> CString -> IO CDouble c_th2s_getlabelsize :: (Ptr RawTH2S) -> CString -> IO CDouble c_th2s_gettitlefont :: (Ptr RawTH2S) -> CString -> IO CInt c_th2s_gettitleoffset :: (Ptr RawTH2S) -> CString -> IO CDouble c_th2s_gettitlesize :: (Ptr RawTH2S) -> CString -> IO CDouble c_th2s_getticklength :: (Ptr RawTH2S) -> CString -> IO CDouble c_th2s_getbaroffset :: (Ptr RawTH2S) -> IO CDouble c_th2s_getbarwidth :: (Ptr RawTH2S) -> IO CDouble c_th2s_getcontour :: (Ptr RawTH2S) -> (Ptr CDouble) -> IO CInt c_th2s_getcontourlevel :: (Ptr RawTH2S) -> CInt -> IO CDouble c_th2s_getcontourlevelpad :: (Ptr RawTH2S) -> CInt -> IO CDouble c_th2s_getbin :: (Ptr RawTH2S) -> CInt -> CInt -> CInt -> IO CInt c_th2s_getbincenter :: (Ptr RawTH2S) -> CInt -> IO CDouble c_th2s_getbincontent1 :: (Ptr RawTH2S) -> CInt -> IO CDouble c_th2s_getbincontent2 :: (Ptr RawTH2S) -> CInt -> CInt -> IO CDouble c_th2s_getbincontent3 :: (Ptr RawTH2S) -> CInt -> CInt -> CInt -> IO CDouble c_th2s_getbinerror1 :: (Ptr RawTH2S) -> CInt -> IO CDouble c_th2s_getbinerror2 :: (Ptr RawTH2S) -> CInt -> CInt -> IO CDouble c_th2s_getbinerror3 :: (Ptr RawTH2S) -> CInt -> CInt -> CInt -> IO CDouble c_th2s_getbinlowedge :: (Ptr RawTH2S) -> CInt -> IO CDouble c_th2s_getbinwidth :: (Ptr RawTH2S) -> CInt -> IO CDouble c_th2s_getcellcontent :: (Ptr RawTH2S) -> CInt -> CInt -> IO CDouble c_th2s_getcellerror :: (Ptr RawTH2S) -> CInt -> CInt -> IO CDouble c_th2s_settitle :: (Ptr RawTH2S) -> CString -> IO () c_th2s_setlinecolor :: (Ptr RawTH2S) -> CInt -> IO () c_th2s_setfillcolor :: (Ptr RawTH2S) -> CInt -> IO () c_th2s_setfillstyle :: (Ptr RawTH2S) -> CInt -> IO () c_th2s_getname :: (Ptr RawTH2S) -> IO CString c_th2s_draw :: (Ptr RawTH2S) -> CString -> IO () c_th2s_findobject :: (Ptr RawTH2S) -> CString -> IO (Ptr RawTObject) c_th2s_saveas :: (Ptr RawTH2S) -> CString -> CString -> IO () c_th2s_write :: (Ptr RawTH2S) -> CString -> CInt -> CInt -> IO CInt c_th2s_isa :: (Ptr RawTH2S) -> IO (Ptr RawTClass) c_th2s_delete :: (Ptr RawTH2S) -> IO () c_th3c_add :: (Ptr RawTH3C) -> (Ptr RawTH1) -> CDouble -> IO () c_th3c_addbincontent :: (Ptr RawTH3C) -> CInt -> CDouble -> IO () c_th3c_chi2test :: (Ptr RawTH3C) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th3c_computeintegral :: (Ptr RawTH3C) -> IO CDouble c_th3c_directoryautoadd :: (Ptr RawTH3C) -> (Ptr RawTDirectory) -> IO () c_th3c_distancetoprimitive :: (Ptr RawTH3C) -> CInt -> CInt -> IO CInt c_th3c_divide :: (Ptr RawTH3C) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th3c_drawcopy :: (Ptr RawTH3C) -> CString -> IO (Ptr RawTH3C) c_th3c_drawnormalized :: (Ptr RawTH3C) -> CString -> CDouble -> IO (Ptr RawTH1) c_th3c_drawpanel :: (Ptr RawTH3C) -> IO () c_th3c_bufferempty :: (Ptr RawTH3C) -> CInt -> IO CInt c_th3c_eval :: (Ptr RawTH3C) -> (Ptr RawTF1) -> CString -> IO () c_th3c_executeevent :: (Ptr RawTH3C) -> CInt -> CInt -> CInt -> IO () c_th3c_fft :: (Ptr RawTH3C) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th3c_fill1 :: (Ptr RawTH3C) -> CDouble -> IO CInt c_th3c_filln :: (Ptr RawTH3C) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th3c_fillrandom :: (Ptr RawTH3C) -> (Ptr RawTH1) -> CInt -> IO () c_th3c_findbin :: (Ptr RawTH3C) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3c_findfixbin :: (Ptr RawTH3C) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3c_findfirstbinabove :: (Ptr RawTH3C) -> CDouble -> CInt -> IO CInt c_th3c_findlastbinabove :: (Ptr RawTH3C) -> CDouble -> CInt -> IO CInt c_th3c_fitpanel :: (Ptr RawTH3C) -> IO () c_th3c_getndivisions :: (Ptr RawTH3C) -> CString -> IO CInt c_th3c_getaxiscolor :: (Ptr RawTH3C) -> CString -> IO CInt c_th3c_getlabelcolor :: (Ptr RawTH3C) -> CString -> IO CInt c_th3c_getlabelfont :: (Ptr RawTH3C) -> CString -> IO CInt c_th3c_getlabeloffset :: (Ptr RawTH3C) -> CString -> IO CDouble c_th3c_getlabelsize :: (Ptr RawTH3C) -> CString -> IO CDouble c_th3c_gettitlefont :: (Ptr RawTH3C) -> CString -> IO CInt c_th3c_gettitleoffset :: (Ptr RawTH3C) -> CString -> IO CDouble c_th3c_gettitlesize :: (Ptr RawTH3C) -> CString -> IO CDouble c_th3c_getticklength :: (Ptr RawTH3C) -> CString -> IO CDouble c_th3c_getbaroffset :: (Ptr RawTH3C) -> IO CDouble c_th3c_getbarwidth :: (Ptr RawTH3C) -> IO CDouble c_th3c_getcontour :: (Ptr RawTH3C) -> (Ptr CDouble) -> IO CInt c_th3c_getcontourlevel :: (Ptr RawTH3C) -> CInt -> IO CDouble c_th3c_getcontourlevelpad :: (Ptr RawTH3C) -> CInt -> IO CDouble c_th3c_getbin :: (Ptr RawTH3C) -> CInt -> CInt -> CInt -> IO CInt c_th3c_getbincenter :: (Ptr RawTH3C) -> CInt -> IO CDouble c_th3c_getbincontent1 :: (Ptr RawTH3C) -> CInt -> IO CDouble c_th3c_getbincontent2 :: (Ptr RawTH3C) -> CInt -> CInt -> IO CDouble c_th3c_getbincontent3 :: (Ptr RawTH3C) -> CInt -> CInt -> CInt -> IO CDouble c_th3c_getbinerror1 :: (Ptr RawTH3C) -> CInt -> IO CDouble c_th3c_getbinerror2 :: (Ptr RawTH3C) -> CInt -> CInt -> IO CDouble c_th3c_getbinerror3 :: (Ptr RawTH3C) -> CInt -> CInt -> CInt -> IO CDouble c_th3c_getbinlowedge :: (Ptr RawTH3C) -> CInt -> IO CDouble c_th3c_getbinwidth :: (Ptr RawTH3C) -> CInt -> IO CDouble c_th3c_getcellcontent :: (Ptr RawTH3C) -> CInt -> CInt -> IO CDouble c_th3c_getcellerror :: (Ptr RawTH3C) -> CInt -> CInt -> IO CDouble c_th3c_settitle :: (Ptr RawTH3C) -> CString -> IO () c_th3c_setlinecolor :: (Ptr RawTH3C) -> CInt -> IO () c_th3c_setfillcolor :: (Ptr RawTH3C) -> CInt -> IO () c_th3c_setfillstyle :: (Ptr RawTH3C) -> CInt -> IO () c_th3c_getname :: (Ptr RawTH3C) -> IO CString c_th3c_draw :: (Ptr RawTH3C) -> CString -> IO () c_th3c_findobject :: (Ptr RawTH3C) -> CString -> IO (Ptr RawTObject) c_th3c_saveas :: (Ptr RawTH3C) -> CString -> CString -> IO () c_th3c_write :: (Ptr RawTH3C) -> CString -> CInt -> CInt -> IO CInt c_th3c_isa :: (Ptr RawTH3C) -> IO (Ptr RawTClass) c_th3c_delete :: (Ptr RawTH3C) -> IO () c_th3d_add :: (Ptr RawTH3D) -> (Ptr RawTH1) -> CDouble -> IO () c_th3d_addbincontent :: (Ptr RawTH3D) -> CInt -> CDouble -> IO () c_th3d_chi2test :: (Ptr RawTH3D) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th3d_computeintegral :: (Ptr RawTH3D) -> IO CDouble c_th3d_directoryautoadd :: (Ptr RawTH3D) -> (Ptr RawTDirectory) -> IO () c_th3d_distancetoprimitive :: (Ptr RawTH3D) -> CInt -> CInt -> IO CInt c_th3d_divide :: (Ptr RawTH3D) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th3d_drawcopy :: (Ptr RawTH3D) -> CString -> IO (Ptr RawTH3D) c_th3d_drawnormalized :: (Ptr RawTH3D) -> CString -> CDouble -> IO (Ptr RawTH1) c_th3d_drawpanel :: (Ptr RawTH3D) -> IO () c_th3d_bufferempty :: (Ptr RawTH3D) -> CInt -> IO CInt c_th3d_eval :: (Ptr RawTH3D) -> (Ptr RawTF1) -> CString -> IO () c_th3d_executeevent :: (Ptr RawTH3D) -> CInt -> CInt -> CInt -> IO () c_th3d_fft :: (Ptr RawTH3D) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th3d_fill1 :: (Ptr RawTH3D) -> CDouble -> IO CInt c_th3d_filln :: (Ptr RawTH3D) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th3d_fillrandom :: (Ptr RawTH3D) -> (Ptr RawTH1) -> CInt -> IO () c_th3d_findbin :: (Ptr RawTH3D) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3d_findfixbin :: (Ptr RawTH3D) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3d_findfirstbinabove :: (Ptr RawTH3D) -> CDouble -> CInt -> IO CInt c_th3d_findlastbinabove :: (Ptr RawTH3D) -> CDouble -> CInt -> IO CInt c_th3d_fitpanel :: (Ptr RawTH3D) -> IO () c_th3d_getndivisions :: (Ptr RawTH3D) -> CString -> IO CInt c_th3d_getaxiscolor :: (Ptr RawTH3D) -> CString -> IO CInt c_th3d_getlabelcolor :: (Ptr RawTH3D) -> CString -> IO CInt c_th3d_getlabelfont :: (Ptr RawTH3D) -> CString -> IO CInt c_th3d_getlabeloffset :: (Ptr RawTH3D) -> CString -> IO CDouble c_th3d_getlabelsize :: (Ptr RawTH3D) -> CString -> IO CDouble c_th3d_gettitlefont :: (Ptr RawTH3D) -> CString -> IO CInt c_th3d_gettitleoffset :: (Ptr RawTH3D) -> CString -> IO CDouble c_th3d_gettitlesize :: (Ptr RawTH3D) -> CString -> IO CDouble c_th3d_getticklength :: (Ptr RawTH3D) -> CString -> IO CDouble c_th3d_getbaroffset :: (Ptr RawTH3D) -> IO CDouble c_th3d_getbarwidth :: (Ptr RawTH3D) -> IO CDouble c_th3d_getcontour :: (Ptr RawTH3D) -> (Ptr CDouble) -> IO CInt c_th3d_getcontourlevel :: (Ptr RawTH3D) -> CInt -> IO CDouble c_th3d_getcontourlevelpad :: (Ptr RawTH3D) -> CInt -> IO CDouble c_th3d_getbin :: (Ptr RawTH3D) -> CInt -> CInt -> CInt -> IO CInt c_th3d_getbincenter :: (Ptr RawTH3D) -> CInt -> IO CDouble c_th3d_getbincontent1 :: (Ptr RawTH3D) -> CInt -> IO CDouble c_th3d_getbincontent2 :: (Ptr RawTH3D) -> CInt -> CInt -> IO CDouble c_th3d_getbincontent3 :: (Ptr RawTH3D) -> CInt -> CInt -> CInt -> IO CDouble c_th3d_getbinerror1 :: (Ptr RawTH3D) -> CInt -> IO CDouble c_th3d_getbinerror2 :: (Ptr RawTH3D) -> CInt -> CInt -> IO CDouble c_th3d_getbinerror3 :: (Ptr RawTH3D) -> CInt -> CInt -> CInt -> IO CDouble c_th3d_getbinlowedge :: (Ptr RawTH3D) -> CInt -> IO CDouble c_th3d_getbinwidth :: (Ptr RawTH3D) -> CInt -> IO CDouble c_th3d_getcellcontent :: (Ptr RawTH3D) -> CInt -> CInt -> IO CDouble c_th3d_getcellerror :: (Ptr RawTH3D) -> CInt -> CInt -> IO CDouble c_th3d_settitle :: (Ptr RawTH3D) -> CString -> IO () c_th3d_setlinecolor :: (Ptr RawTH3D) -> CInt -> IO () c_th3d_setfillcolor :: (Ptr RawTH3D) -> CInt -> IO () c_th3d_setfillstyle :: (Ptr RawTH3D) -> CInt -> IO () c_th3d_getname :: (Ptr RawTH3D) -> IO CString c_th3d_draw :: (Ptr RawTH3D) -> CString -> IO () c_th3d_findobject :: (Ptr RawTH3D) -> CString -> IO (Ptr RawTObject) c_th3d_saveas :: (Ptr RawTH3D) -> CString -> CString -> IO () c_th3d_write :: (Ptr RawTH3D) -> CString -> CInt -> CInt -> IO CInt c_th3d_isa :: (Ptr RawTH3D) -> IO (Ptr RawTClass) c_th3d_delete :: (Ptr RawTH3D) -> IO () c_th3f_add :: (Ptr RawTH3F) -> (Ptr RawTH1) -> CDouble -> IO () c_th3f_addbincontent :: (Ptr RawTH3F) -> CInt -> CDouble -> IO () c_th3f_chi2test :: (Ptr RawTH3F) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th3f_computeintegral :: (Ptr RawTH3F) -> IO CDouble c_th3f_directoryautoadd :: (Ptr RawTH3F) -> (Ptr RawTDirectory) -> IO () c_th3f_distancetoprimitive :: (Ptr RawTH3F) -> CInt -> CInt -> IO CInt c_th3f_divide :: (Ptr RawTH3F) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th3f_drawcopy :: (Ptr RawTH3F) -> CString -> IO (Ptr RawTH3F) c_th3f_drawnormalized :: (Ptr RawTH3F) -> CString -> CDouble -> IO (Ptr RawTH1) c_th3f_drawpanel :: (Ptr RawTH3F) -> IO () c_th3f_bufferempty :: (Ptr RawTH3F) -> CInt -> IO CInt c_th3f_eval :: (Ptr RawTH3F) -> (Ptr RawTF1) -> CString -> IO () c_th3f_executeevent :: (Ptr RawTH3F) -> CInt -> CInt -> CInt -> IO () c_th3f_fft :: (Ptr RawTH3F) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th3f_fill1 :: (Ptr RawTH3F) -> CDouble -> IO CInt c_th3f_filln :: (Ptr RawTH3F) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th3f_fillrandom :: (Ptr RawTH3F) -> (Ptr RawTH1) -> CInt -> IO () c_th3f_findbin :: (Ptr RawTH3F) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3f_findfixbin :: (Ptr RawTH3F) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3f_findfirstbinabove :: (Ptr RawTH3F) -> CDouble -> CInt -> IO CInt c_th3f_findlastbinabove :: (Ptr RawTH3F) -> CDouble -> CInt -> IO CInt c_th3f_fitpanel :: (Ptr RawTH3F) -> IO () c_th3f_getndivisions :: (Ptr RawTH3F) -> CString -> IO CInt c_th3f_getaxiscolor :: (Ptr RawTH3F) -> CString -> IO CInt c_th3f_getlabelcolor :: (Ptr RawTH3F) -> CString -> IO CInt c_th3f_getlabelfont :: (Ptr RawTH3F) -> CString -> IO CInt c_th3f_getlabeloffset :: (Ptr RawTH3F) -> CString -> IO CDouble c_th3f_getlabelsize :: (Ptr RawTH3F) -> CString -> IO CDouble c_th3f_gettitlefont :: (Ptr RawTH3F) -> CString -> IO CInt c_th3f_gettitleoffset :: (Ptr RawTH3F) -> CString -> IO CDouble c_th3f_gettitlesize :: (Ptr RawTH3F) -> CString -> IO CDouble c_th3f_getticklength :: (Ptr RawTH3F) -> CString -> IO CDouble c_th3f_getbaroffset :: (Ptr RawTH3F) -> IO CDouble c_th3f_getbarwidth :: (Ptr RawTH3F) -> IO CDouble c_th3f_getcontour :: (Ptr RawTH3F) -> (Ptr CDouble) -> IO CInt c_th3f_getcontourlevel :: (Ptr RawTH3F) -> CInt -> IO CDouble c_th3f_getcontourlevelpad :: (Ptr RawTH3F) -> CInt -> IO CDouble c_th3f_getbin :: (Ptr RawTH3F) -> CInt -> CInt -> CInt -> IO CInt c_th3f_getbincenter :: (Ptr RawTH3F) -> CInt -> IO CDouble c_th3f_getbincontent1 :: (Ptr RawTH3F) -> CInt -> IO CDouble c_th3f_getbincontent2 :: (Ptr RawTH3F) -> CInt -> CInt -> IO CDouble c_th3f_getbincontent3 :: (Ptr RawTH3F) -> CInt -> CInt -> CInt -> IO CDouble c_th3f_getbinerror1 :: (Ptr RawTH3F) -> CInt -> IO CDouble c_th3f_getbinerror2 :: (Ptr RawTH3F) -> CInt -> CInt -> IO CDouble c_th3f_getbinerror3 :: (Ptr RawTH3F) -> CInt -> CInt -> CInt -> IO CDouble c_th3f_getbinlowedge :: (Ptr RawTH3F) -> CInt -> IO CDouble c_th3f_getbinwidth :: (Ptr RawTH3F) -> CInt -> IO CDouble c_th3f_getcellcontent :: (Ptr RawTH3F) -> CInt -> CInt -> IO CDouble c_th3f_getcellerror :: (Ptr RawTH3F) -> CInt -> CInt -> IO CDouble c_th3f_settitle :: (Ptr RawTH3F) -> CString -> IO () c_th3f_setlinecolor :: (Ptr RawTH3F) -> CInt -> IO () c_th3f_setfillcolor :: (Ptr RawTH3F) -> CInt -> IO () c_th3f_setfillstyle :: (Ptr RawTH3F) -> CInt -> IO () c_th3f_getname :: (Ptr RawTH3F) -> IO CString c_th3f_draw :: (Ptr RawTH3F) -> CString -> IO () c_th3f_findobject :: (Ptr RawTH3F) -> CString -> IO (Ptr RawTObject) c_th3f_saveas :: (Ptr RawTH3F) -> CString -> CString -> IO () c_th3f_write :: (Ptr RawTH3F) -> CString -> CInt -> CInt -> IO CInt c_th3f_isa :: (Ptr RawTH3F) -> IO (Ptr RawTClass) c_th3f_delete :: (Ptr RawTH3F) -> IO () c_th3i_add :: (Ptr RawTH3I) -> (Ptr RawTH1) -> CDouble -> IO () c_th3i_addbincontent :: (Ptr RawTH3I) -> CInt -> CDouble -> IO () c_th3i_chi2test :: (Ptr RawTH3I) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th3i_computeintegral :: (Ptr RawTH3I) -> IO CDouble c_th3i_directoryautoadd :: (Ptr RawTH3I) -> (Ptr RawTDirectory) -> IO () c_th3i_distancetoprimitive :: (Ptr RawTH3I) -> CInt -> CInt -> IO CInt c_th3i_divide :: (Ptr RawTH3I) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th3i_drawcopy :: (Ptr RawTH3I) -> CString -> IO (Ptr RawTH3I) c_th3i_drawnormalized :: (Ptr RawTH3I) -> CString -> CDouble -> IO (Ptr RawTH1) c_th3i_drawpanel :: (Ptr RawTH3I) -> IO () c_th3i_bufferempty :: (Ptr RawTH3I) -> CInt -> IO CInt c_th3i_eval :: (Ptr RawTH3I) -> (Ptr RawTF1) -> CString -> IO () c_th3i_executeevent :: (Ptr RawTH3I) -> CInt -> CInt -> CInt -> IO () c_th3i_fft :: (Ptr RawTH3I) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th3i_fill1 :: (Ptr RawTH3I) -> CDouble -> IO CInt c_th3i_filln :: (Ptr RawTH3I) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th3i_fillrandom :: (Ptr RawTH3I) -> (Ptr RawTH1) -> CInt -> IO () c_th3i_findbin :: (Ptr RawTH3I) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3i_findfixbin :: (Ptr RawTH3I) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3i_findfirstbinabove :: (Ptr RawTH3I) -> CDouble -> CInt -> IO CInt c_th3i_findlastbinabove :: (Ptr RawTH3I) -> CDouble -> CInt -> IO CInt c_th3i_fitpanel :: (Ptr RawTH3I) -> IO () c_th3i_getndivisions :: (Ptr RawTH3I) -> CString -> IO CInt c_th3i_getaxiscolor :: (Ptr RawTH3I) -> CString -> IO CInt c_th3i_getlabelcolor :: (Ptr RawTH3I) -> CString -> IO CInt c_th3i_getlabelfont :: (Ptr RawTH3I) -> CString -> IO CInt c_th3i_getlabeloffset :: (Ptr RawTH3I) -> CString -> IO CDouble c_th3i_getlabelsize :: (Ptr RawTH3I) -> CString -> IO CDouble c_th3i_gettitlefont :: (Ptr RawTH3I) -> CString -> IO CInt c_th3i_gettitleoffset :: (Ptr RawTH3I) -> CString -> IO CDouble c_th3i_gettitlesize :: (Ptr RawTH3I) -> CString -> IO CDouble c_th3i_getticklength :: (Ptr RawTH3I) -> CString -> IO CDouble c_th3i_getbaroffset :: (Ptr RawTH3I) -> IO CDouble c_th3i_getbarwidth :: (Ptr RawTH3I) -> IO CDouble c_th3i_getcontour :: (Ptr RawTH3I) -> (Ptr CDouble) -> IO CInt c_th3i_getcontourlevel :: (Ptr RawTH3I) -> CInt -> IO CDouble c_th3i_getcontourlevelpad :: (Ptr RawTH3I) -> CInt -> IO CDouble c_th3i_getbin :: (Ptr RawTH3I) -> CInt -> CInt -> CInt -> IO CInt c_th3i_getbincenter :: (Ptr RawTH3I) -> CInt -> IO CDouble c_th3i_getbincontent1 :: (Ptr RawTH3I) -> CInt -> IO CDouble c_th3i_getbincontent2 :: (Ptr RawTH3I) -> CInt -> CInt -> IO CDouble c_th3i_getbincontent3 :: (Ptr RawTH3I) -> CInt -> CInt -> CInt -> IO CDouble c_th3i_getbinerror1 :: (Ptr RawTH3I) -> CInt -> IO CDouble c_th3i_getbinerror2 :: (Ptr RawTH3I) -> CInt -> CInt -> IO CDouble c_th3i_getbinerror3 :: (Ptr RawTH3I) -> CInt -> CInt -> CInt -> IO CDouble c_th3i_getbinlowedge :: (Ptr RawTH3I) -> CInt -> IO CDouble c_th3i_getbinwidth :: (Ptr RawTH3I) -> CInt -> IO CDouble c_th3i_getcellcontent :: (Ptr RawTH3I) -> CInt -> CInt -> IO CDouble c_th3i_getcellerror :: (Ptr RawTH3I) -> CInt -> CInt -> IO CDouble c_th3i_settitle :: (Ptr RawTH3I) -> CString -> IO () c_th3i_setlinecolor :: (Ptr RawTH3I) -> CInt -> IO () c_th3i_setfillcolor :: (Ptr RawTH3I) -> CInt -> IO () c_th3i_setfillstyle :: (Ptr RawTH3I) -> CInt -> IO () c_th3i_getname :: (Ptr RawTH3I) -> IO CString c_th3i_draw :: (Ptr RawTH3I) -> CString -> IO () c_th3i_findobject :: (Ptr RawTH3I) -> CString -> IO (Ptr RawTObject) c_th3i_saveas :: (Ptr RawTH3I) -> CString -> CString -> IO () c_th3i_write :: (Ptr RawTH3I) -> CString -> CInt -> CInt -> IO CInt c_th3i_isa :: (Ptr RawTH3I) -> IO (Ptr RawTClass) c_th3i_delete :: (Ptr RawTH3I) -> IO () c_th3s_add :: (Ptr RawTH3S) -> (Ptr RawTH1) -> CDouble -> IO () c_th3s_addbincontent :: (Ptr RawTH3S) -> CInt -> CDouble -> IO () c_th3s_chi2test :: (Ptr RawTH3S) -> (Ptr RawTH1) -> CString -> (Ptr CDouble) -> IO CDouble c_th3s_computeintegral :: (Ptr RawTH3S) -> IO CDouble c_th3s_directoryautoadd :: (Ptr RawTH3S) -> (Ptr RawTDirectory) -> IO () c_th3s_distancetoprimitive :: (Ptr RawTH3S) -> CInt -> CInt -> IO CInt c_th3s_divide :: (Ptr RawTH3S) -> (Ptr RawTH1) -> (Ptr RawTH2) -> CDouble -> CDouble -> CString -> IO () c_th3s_drawcopy :: (Ptr RawTH3S) -> CString -> IO (Ptr RawTH3S) c_th3s_drawnormalized :: (Ptr RawTH3S) -> CString -> CDouble -> IO (Ptr RawTH1) c_th3s_drawpanel :: (Ptr RawTH3S) -> IO () c_th3s_bufferempty :: (Ptr RawTH3S) -> CInt -> IO CInt c_th3s_eval :: (Ptr RawTH3S) -> (Ptr RawTF1) -> CString -> IO () c_th3s_executeevent :: (Ptr RawTH3S) -> CInt -> CInt -> CInt -> IO () c_th3s_fft :: (Ptr RawTH3S) -> (Ptr RawTH1) -> CString -> IO (Ptr RawTH1) c_th3s_fill1 :: (Ptr RawTH3S) -> CDouble -> IO CInt c_th3s_filln :: (Ptr RawTH3S) -> CInt -> (Ptr CDouble) -> (Ptr CDouble) -> CInt -> IO () c_th3s_fillrandom :: (Ptr RawTH3S) -> (Ptr RawTH1) -> CInt -> IO () c_th3s_findbin :: (Ptr RawTH3S) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3s_findfixbin :: (Ptr RawTH3S) -> CDouble -> CDouble -> CDouble -> IO CInt c_th3s_findfirstbinabove :: (Ptr RawTH3S) -> CDouble -> CInt -> IO CInt c_th3s_findlastbinabove :: (Ptr RawTH3S) -> CDouble -> CInt -> IO CInt c_th3s_fitpanel :: (Ptr RawTH3S) -> IO () c_th3s_getndivisions :: (Ptr RawTH3S) -> CString -> IO CInt c_th3s_getaxiscolor :: (Ptr RawTH3S) -> CString -> IO CInt c_th3s_getlabelcolor :: (Ptr RawTH3S) -> CString -> IO CInt c_th3s_getlabelfont :: (Ptr RawTH3S) -> CString -> IO CInt c_th3s_getlabeloffset :: (Ptr RawTH3S) -> CString -> IO CDouble c_th3s_getlabelsize :: (Ptr RawTH3S) -> CString -> IO CDouble c_th3s_gettitlefont :: (Ptr RawTH3S) -> CString -> IO CInt c_th3s_gettitleoffset :: (Ptr RawTH3S) -> CString -> IO CDouble c_th3s_gettitlesize :: (Ptr RawTH3S) -> CString -> IO CDouble c_th3s_getticklength :: (Ptr RawTH3S) -> CString -> IO CDouble c_th3s_getbaroffset :: (Ptr RawTH3S) -> IO CDouble c_th3s_getbarwidth :: (Ptr RawTH3S) -> IO CDouble c_th3s_getcontour :: (Ptr RawTH3S) -> (Ptr CDouble) -> IO CInt c_th3s_getcontourlevel :: (Ptr RawTH3S) -> CInt -> IO CDouble c_th3s_getcontourlevelpad :: (Ptr RawTH3S) -> CInt -> IO CDouble c_th3s_getbin :: (Ptr RawTH3S) -> CInt -> CInt -> CInt -> IO CInt c_th3s_getbincenter :: (Ptr RawTH3S) -> CInt -> IO CDouble c_th3s_getbincontent1 :: (Ptr RawTH3S) -> CInt -> IO CDouble c_th3s_getbincontent2 :: (Ptr RawTH3S) -> CInt -> CInt -> IO CDouble c_th3s_getbincontent3 :: (Ptr RawTH3S) -> CInt -> CInt -> CInt -> IO CDouble c_th3s_getbinerror1 :: (Ptr RawTH3S) -> CInt -> IO CDouble c_th3s_getbinerror2 :: (Ptr RawTH3S) -> CInt -> CInt -> IO CDouble c_th3s_getbinerror3 :: (Ptr RawTH3S) -> CInt -> CInt -> CInt -> IO CDouble c_th3s_getbinlowedge :: (Ptr RawTH3S) -> CInt -> IO CDouble c_th3s_getbinwidth :: (Ptr RawTH3S) -> CInt -> IO CDouble c_th3s_getcellcontent :: (Ptr RawTH3S) -> CInt -> CInt -> IO CDouble c_th3s_getcellerror :: (Ptr RawTH3S) -> CInt -> CInt -> IO CDouble c_th3s_settitle :: (Ptr RawTH3S) -> CString -> IO () c_th3s_setlinecolor :: (Ptr RawTH3S) -> CInt -> IO () c_th3s_setfillcolor :: (Ptr RawTH3S) -> CInt -> IO () c_th3s_setfillstyle :: (Ptr RawTH3S) -> CInt -> IO () c_th3s_getname :: (Ptr RawTH3S) -> IO CString c_th3s_draw :: (Ptr RawTH3S) -> CString -> IO () c_th3s_findobject :: (Ptr RawTH3S) -> CString -> IO (Ptr RawTObject) c_th3s_saveas :: (Ptr RawTH3S) -> CString -> CString -> IO () c_th3s_write :: (Ptr RawTH3S) -> CString -> CInt -> CInt -> IO CInt c_th3s_isa :: (Ptr RawTH3S) -> IO (Ptr RawTClass) c_th3s_delete :: (Ptr RawTH3S) -> IO () c_tqobject_delete :: (Ptr RawTQObject) -> IO () c_tvirtualpad_getname :: (Ptr RawTVirtualPad) -> IO CString c_tvirtualpad_draw :: (Ptr RawTVirtualPad) -> CString -> IO () c_tvirtualpad_findobject :: (Ptr RawTVirtualPad) -> CString -> IO (Ptr RawTObject) c_tvirtualpad_saveas :: (Ptr RawTVirtualPad) -> CString -> CString -> IO () c_tvirtualpad_write :: (Ptr RawTVirtualPad) -> CString -> CInt -> CInt -> IO CInt c_tvirtualpad_isa :: (Ptr RawTVirtualPad) -> IO (Ptr RawTClass) c_tvirtualpad_setlinecolor :: (Ptr RawTVirtualPad) -> CInt -> IO () c_tvirtualpad_setfillcolor :: (Ptr RawTVirtualPad) -> CInt -> IO () c_tvirtualpad_setfillstyle :: (Ptr RawTVirtualPad) -> CInt -> IO () c_tvirtualpad_delete :: (Ptr RawTVirtualPad) -> IO () c_tvirtualpad_getframe :: (Ptr RawTVirtualPad) -> IO (Ptr RawTFrame) c_tvirtualpad_range :: (Ptr RawTVirtualPad) -> CDouble -> CDouble -> CDouble -> CDouble -> IO () c_tpad_getframe :: (Ptr RawTPad) -> IO (Ptr RawTFrame) c_tpad_range :: (Ptr RawTPad) -> CDouble -> CDouble -> CDouble -> CDouble -> IO () c_tpad_getname :: (Ptr RawTPad) -> IO CString c_tpad_draw :: (Ptr RawTPad) -> CString -> IO () c_tpad_findobject :: (Ptr RawTPad) -> CString -> IO (Ptr RawTObject) c_tpad_saveas :: (Ptr RawTPad) -> CString -> CString -> IO () c_tpad_write :: (Ptr RawTPad) -> CString -> CInt -> CInt -> IO CInt c_tpad_isa :: (Ptr RawTPad) -> IO (Ptr RawTClass) c_tpad_setlinecolor :: (Ptr RawTPad) -> CInt -> IO () c_tpad_setfillcolor :: (Ptr RawTPad) -> CInt -> IO () c_tpad_setfillstyle :: (Ptr RawTPad) -> CInt -> IO () c_tpad_delete :: (Ptr RawTPad) -> IO () c_tbutton_settextcolor :: (Ptr RawTButton) -> CInt -> IO () c_tbutton_settextalign :: (Ptr RawTButton) -> CInt -> IO () c_tbutton_settextsize :: (Ptr RawTButton) -> CDouble -> IO () c_tbutton_getframe :: (Ptr RawTButton) -> IO (Ptr RawTFrame) c_tbutton_range :: (Ptr RawTButton) -> CDouble -> CDouble -> CDouble -> CDouble -> IO () c_tbutton_getname :: (Ptr RawTButton) -> IO CString c_tbutton_draw :: (Ptr RawTButton) -> CString -> IO () c_tbutton_findobject :: (Ptr RawTButton) -> CString -> IO (Ptr RawTObject) c_tbutton_saveas :: (Ptr RawTButton) -> CString -> CString -> IO () c_tbutton_write :: (Ptr RawTButton) -> CString -> CInt -> CInt -> IO CInt c_tbutton_isa :: (Ptr RawTButton) -> IO (Ptr RawTClass) c_tbutton_setlinecolor :: (Ptr RawTButton) -> CInt -> IO () c_tbutton_setfillcolor :: (Ptr RawTButton) -> CInt -> IO () c_tbutton_setfillstyle :: (Ptr RawTButton) -> CInt -> IO () c_tbutton_delete :: (Ptr RawTButton) -> IO () c_tgroupbutton_settextcolor :: (Ptr RawTGroupButton) -> CInt -> IO () c_tgroupbutton_settextalign :: (Ptr RawTGroupButton) -> CInt -> IO () c_tgroupbutton_settextsize :: (Ptr RawTGroupButton) -> CDouble -> IO () c_tgroupbutton_getframe :: (Ptr RawTGroupButton) -> IO (Ptr RawTFrame) c_tgroupbutton_range :: (Ptr RawTGroupButton) -> CDouble -> CDouble -> CDouble -> CDouble -> IO () c_tgroupbutton_getname :: (Ptr RawTGroupButton) -> IO CString c_tgroupbutton_draw :: (Ptr RawTGroupButton) -> CString -> IO () c_tgroupbutton_findobject :: (Ptr RawTGroupButton) -> CString -> IO (Ptr RawTObject) c_tgroupbutton_saveas :: (Ptr RawTGroupButton) -> CString -> CString -> IO () c_tgroupbutton_write :: (Ptr RawTGroupButton) -> CString -> CInt -> CInt -> IO CInt c_tgroupbutton_isa :: (Ptr RawTGroupButton) -> IO (Ptr RawTClass) c_tgroupbutton_setlinecolor :: (Ptr RawTGroupButton) -> CInt -> IO () c_tgroupbutton_setfillcolor :: (Ptr RawTGroupButton) -> CInt -> IO () c_tgroupbutton_setfillstyle :: (Ptr RawTGroupButton) -> CInt -> IO () c_tgroupbutton_delete :: (Ptr RawTGroupButton) -> IO () c_tcanvas_getframe :: (Ptr RawTCanvas) -> IO (Ptr RawTFrame) c_tcanvas_range :: (Ptr RawTCanvas) -> CDouble -> CDouble -> CDouble -> CDouble -> IO () c_tcanvas_getname :: (Ptr RawTCanvas) -> IO CString c_tcanvas_draw :: (Ptr RawTCanvas) -> CString -> IO () c_tcanvas_findobject :: (Ptr RawTCanvas) -> CString -> IO (Ptr RawTObject) c_tcanvas_saveas :: (Ptr RawTCanvas) -> CString -> CString -> IO () c_tcanvas_write :: (Ptr RawTCanvas) -> CString -> CInt -> CInt -> IO CInt c_tcanvas_isa :: (Ptr RawTCanvas) -> IO (Ptr RawTClass) c_tcanvas_setlinecolor :: (Ptr RawTCanvas) -> CInt -> IO () c_tcanvas_setfillcolor :: (Ptr RawTCanvas) -> CInt -> IO () c_tcanvas_setfillstyle :: (Ptr RawTCanvas) -> CInt -> IO () c_tcanvas_delete :: (Ptr RawTCanvas) -> IO () c_tcanvas_newtcanvas :: CString -> CString -> CInt -> CInt -> IO (Ptr RawTCanvas) c_tdialogcanvas_settextcolor :: (Ptr RawTDialogCanvas) -> CInt -> IO () c_tdialogcanvas_settextalign :: (Ptr RawTDialogCanvas) -> CInt -> IO () c_tdialogcanvas_settextsize :: (Ptr RawTDialogCanvas) -> CDouble -> IO () c_tdialogcanvas_getframe :: (Ptr RawTDialogCanvas) -> IO (Ptr RawTFrame) c_tdialogcanvas_range :: (Ptr RawTDialogCanvas) -> CDouble -> CDouble -> CDouble -> CDouble -> IO () c_tdialogcanvas_getname :: (Ptr RawTDialogCanvas) -> IO CString c_tdialogcanvas_draw :: (Ptr RawTDialogCanvas) -> CString -> IO () c_tdialogcanvas_findobject :: (Ptr RawTDialogCanvas) -> CString -> IO (Ptr RawTObject) c_tdialogcanvas_saveas :: (Ptr RawTDialogCanvas) -> CString -> CString -> IO () c_tdialogcanvas_write :: (Ptr RawTDialogCanvas) -> CString -> CInt -> CInt -> IO CInt c_tdialogcanvas_isa :: (Ptr RawTDialogCanvas) -> IO (Ptr RawTClass) c_tdialogcanvas_setlinecolor :: (Ptr RawTDialogCanvas) -> CInt -> IO () c_tdialogcanvas_setfillcolor :: (Ptr RawTDialogCanvas) -> CInt -> IO () c_tdialogcanvas_setfillstyle :: (Ptr RawTDialogCanvas) -> CInt -> IO () c_tdialogcanvas_delete :: (Ptr RawTDialogCanvas) -> IO () c_tinspectcanvas_settextcolor :: (Ptr RawTInspectCanvas) -> CInt -> IO () c_tinspectcanvas_settextalign :: (Ptr RawTInspectCanvas) -> CInt -> IO () c_tinspectcanvas_settextsize :: (Ptr RawTInspectCanvas) -> CDouble -> IO () c_tinspectcanvas_getframe :: (Ptr RawTInspectCanvas) -> IO (Ptr RawTFrame) c_tinspectcanvas_range :: (Ptr RawTInspectCanvas) -> CDouble -> CDouble -> CDouble -> CDouble -> IO () c_tinspectcanvas_getname :: (Ptr RawTInspectCanvas) -> IO CString c_tinspectcanvas_draw :: (Ptr RawTInspectCanvas) -> CString -> IO () c_tinspectcanvas_findobject :: (Ptr RawTInspectCanvas) -> CString -> IO (Ptr RawTObject) c_tinspectcanvas_saveas :: (Ptr RawTInspectCanvas) -> CString -> CString -> IO () c_tinspectcanvas_write :: (Ptr RawTInspectCanvas) -> CString -> CInt -> CInt -> IO CInt c_tinspectcanvas_isa :: (Ptr RawTInspectCanvas) -> IO (Ptr RawTClass) c_tinspectcanvas_setlinecolor :: (Ptr RawTInspectCanvas) -> CInt -> IO () c_tinspectcanvas_setfillcolor :: (Ptr RawTInspectCanvas) -> CInt -> IO () c_tinspectcanvas_setfillstyle :: (Ptr RawTInspectCanvas) -> CInt -> IO () c_tinspectcanvas_delete :: (Ptr RawTInspectCanvas) -> IO () c_tevepad_getframe :: (Ptr RawTEvePad) -> IO (Ptr RawTFrame) c_tevepad_range :: (Ptr RawTEvePad) -> CDouble -> CDouble -> CDouble -> CDouble -> IO () c_tevepad_getname :: (Ptr RawTEvePad) -> IO CString c_tevepad_draw :: (Ptr RawTEvePad) -> CString -> IO () c_tevepad_findobject :: (Ptr RawTEvePad) -> CString -> IO (Ptr RawTObject) c_tevepad_saveas :: (Ptr RawTEvePad) -> CString -> CString -> IO () c_tevepad_write :: (Ptr RawTEvePad) -> CString -> CInt -> CInt -> IO CInt c_tevepad_isa :: (Ptr RawTEvePad) -> IO (Ptr RawTClass) c_tevepad_setlinecolor :: (Ptr RawTEvePad) -> CInt -> IO () c_tevepad_setfillcolor :: (Ptr RawTEvePad) -> CInt -> IO () c_tevepad_setfillstyle :: (Ptr RawTEvePad) -> CInt -> IO () c_tevepad_delete :: (Ptr RawTEvePad) -> IO () c_tslider_getframe :: (Ptr RawTSlider) -> IO (Ptr RawTFrame) c_tslider_range :: (Ptr RawTSlider) -> CDouble -> CDouble -> CDouble -> CDouble -> IO () c_tslider_getname :: (Ptr RawTSlider) -> IO CString c_tslider_draw :: (Ptr RawTSlider) -> CString -> IO () c_tslider_findobject :: (Ptr RawTSlider) -> CString -> IO (Ptr RawTObject) c_tslider_saveas :: (Ptr RawTSlider) -> CString -> CString -> IO () c_tslider_write :: (Ptr RawTSlider) -> CString -> CInt -> CInt -> IO CInt c_tslider_isa :: (Ptr RawTSlider) -> IO (Ptr RawTClass) c_tslider_setlinecolor :: (Ptr RawTSlider) -> CInt -> IO () c_tslider_setfillcolor :: (Ptr RawTSlider) -> CInt -> IO () c_tslider_setfillstyle :: (Ptr RawTSlider) -> CInt -> IO () c_tslider_delete :: (Ptr RawTSlider) -> IO () c_tapplication_getname :: (Ptr RawTApplication) -> IO CString c_tapplication_draw :: (Ptr RawTApplication) -> CString -> IO () c_tapplication_findobject :: (Ptr RawTApplication) -> CString -> IO (Ptr RawTObject) c_tapplication_saveas :: (Ptr RawTApplication) -> CString -> CString -> IO () c_tapplication_write :: (Ptr RawTApplication) -> CString -> CInt -> CInt -> IO CInt c_tapplication_isa :: (Ptr RawTApplication) -> IO (Ptr RawTClass) c_tapplication_delete :: (Ptr RawTApplication) -> IO () c_tapplication_newtapplication :: CString -> (Ptr CInt) -> (Ptr (CString)) -> IO (Ptr RawTApplication) c_tapplication_run :: (Ptr RawTApplication) -> CInt -> IO () c_trint_run :: (Ptr RawTRint) -> CInt -> IO () c_trint_getname :: (Ptr RawTRint) -> IO CString c_trint_draw :: (Ptr RawTRint) -> CString -> IO () c_trint_findobject :: (Ptr RawTRint) -> CString -> IO (Ptr RawTObject) c_trint_saveas :: (Ptr RawTRint) -> CString -> CString -> IO () c_trint_write :: (Ptr RawTRint) -> CString -> CInt -> CInt -> IO CInt c_trint_isa :: (Ptr RawTRint) -> IO (Ptr RawTClass) c_trint_delete :: (Ptr RawTRint) -> IO () c_trint_newtrint :: CString -> (Ptr CInt) -> (Ptr (CString)) -> IO (Ptr RawTRint) c_trandom_settitle :: (Ptr RawTRandom) -> CString -> IO () c_trandom_getname :: (Ptr RawTRandom) -> IO CString c_trandom_draw :: (Ptr RawTRandom) -> CString -> IO () c_trandom_findobject :: (Ptr RawTRandom) -> CString -> IO (Ptr RawTObject) c_trandom_saveas :: (Ptr RawTRandom) -> CString -> CString -> IO () c_trandom_write :: (Ptr RawTRandom) -> CString -> CInt -> CInt -> IO CInt c_trandom_isa :: (Ptr RawTRandom) -> IO (Ptr RawTClass) c_trandom_delete :: (Ptr RawTRandom) -> IO () c_trandom_newtrandom :: CInt -> IO (Ptr RawTRandom) c_trandom_gaus :: (Ptr RawTRandom) -> CDouble -> CDouble -> IO CDouble c_trandom_uniform :: (Ptr RawTRandom) -> CDouble -> CDouble -> IO CDouble module HROOT.Class.Implementation newTObject :: IO TObject -- | constructor : -- --
--   TNamed( char* name, char* title) 
--   
newTNamed :: String -> String -> IO TNamed newTFormula :: String -> String -> IO TFormula newTAttAxis :: IO TAttAxis newTAttCanvas :: IO TAttCanvas newTAttFill :: Int -> Int -> IO TAttFill newTAttLine :: Int -> Int -> Int -> IO TAttLine newTAttMarker :: Int -> Int -> Int -> IO TAttMarker newTAttPad :: IO TAttPad newTAttText :: Int -> Double -> Int -> Int -> Double -> IO TAttText newTHStack :: String -> String -> IO THStack newTF1 :: String -> String -> Double -> Double -> IO TF1 newTGraph :: Int -> [Double] -> [Double] -> IO TGraph newTGraphAsymmErrors :: Int -> [Double] -> [Double] -> [Double] -> [Double] -> [Double] -> [Double] -> IO TGraphAsymmErrors newTCutG :: String -> Int -> [Double] -> [Double] -> IO TCutG newTGraphBentErrors :: Int -> [Double] -> [Double] -> [Double] -> [Double] -> [Double] -> [Double] -> [Double] -> [Double] -> [Double] -> [Double] -> IO TGraphBentErrors newTGraphErrors :: Int -> [Double] -> [Double] -> [Double] -> [Double] -> IO TGraphErrors newTGraphPolar :: Int -> [Double] -> [Double] -> [Double] -> [Double] -> IO TGraphPolar newTGraphQQ :: Int -> [Double] -> Int -> [Double] -> IO TGraphQQ newTEllipse :: Double -> Double -> Double -> Double -> Double -> Double -> Double -> IO TEllipse newTArc :: Double -> Double -> Double -> Double -> Double -> IO TArc newTCrown :: Double -> Double -> Double -> Double -> Double -> Double -> IO TCrown newTLine :: Double -> Double -> Double -> Double -> IO TLine newTArrow :: Double -> Double -> Double -> Double -> Double -> String -> IO TArrow newTGaxis :: Double -> Double -> Double -> Double -> Double -> Double -> Int -> String -> Double -> IO TGaxis newTShape :: String -> String -> String -> IO TShape newTBRIK :: String -> String -> String -> Double -> Double -> Double -> IO TBRIK newTTUBE :: String -> String -> String -> Double -> Double -> Double -> Double -> IO TTUBE newTPCON :: String -> String -> String -> Double -> Double -> Int -> IO TPCON newTSPHE :: String -> String -> String -> Double -> Double -> Double -> Double -> Double -> Double -> IO TSPHE newTXTRU :: String -> String -> String -> Int -> Int -> IO TXTRU newTBox :: Double -> Double -> Double -> Double -> IO TBox newTPave :: Double -> Double -> Double -> Double -> Int -> String -> IO TPave newTPaveText :: Double -> Double -> Double -> Double -> String -> IO TPaveText newTDiamond :: Double -> Double -> Double -> Double -> IO TDiamond newTPaveStats :: Double -> Double -> Double -> Double -> String -> IO TPaveStats newTPavesText :: Double -> Double -> Double -> Double -> Int -> String -> IO TPavesText newTLegend :: Double -> Double -> Double -> Double -> String -> String -> IO TLegend newTPaveLabel :: Double -> Double -> Double -> Double -> String -> String -> IO TPaveLabel newTWbox :: Double -> Double -> Double -> Double -> Int -> Int -> Int -> IO TWbox newTFrame :: Double -> Double -> Double -> Double -> IO TFrame newTSliderBox :: Double -> Double -> Double -> Double -> Int -> Int -> Int -> IO TSliderBox newTTree :: String -> String -> Int -> IO TTree newTChain :: String -> String -> IO TChain newTNtuple :: String -> String -> String -> Int -> IO TNtuple newTNtupleD :: String -> String -> String -> Int -> IO TNtupleD newTPolyLine :: Int -> [Double] -> [Double] -> String -> IO TPolyLine newTCurlyLine :: Double -> Double -> Double -> Double -> Double -> Double -> IO TCurlyLine newTCurlyArc :: Double -> Double -> Double -> Double -> Double -> Double -> Double -> IO TCurlyArc newTAxis :: Int -> Double -> Double -> IO TAxis newTLatex :: Double -> Double -> String -> IO TLatex newTFile :: String -> String -> String -> Int -> IO TFile newTH1F :: String -> String -> Int -> Double -> Double -> IO TH1F newTH2F :: String -> String -> Int -> Double -> Double -> Int -> Double -> Double -> IO TH2F newTCanvas :: String -> String -> Int -> Int -> IO TCanvas newTApplication :: String -> [Int] -> [String] -> IO TApplication newTRint :: String -> [Int] -> [String] -> IO TRint newTRandom :: Int -> IO TRandom tLatexDrawLatex :: TLatex -> Double -> Double -> String -> IO TLatex tH1GetAsymmetry :: TH1 -> TH1 -> Double -> Double -> IO TH1 tH1GetBufferLength :: TH1 -> IO Int tH1GetBufferSize :: TH1 -> IO Int tH1GetDirectory :: TH1 -> IO TDirectory tH1GetXaxis :: TH1 -> IO TAxis tH1GetYaxis :: TH1 -> IO TAxis tH1GetZaxis :: TH1 -> IO TAxis instance [incoherent] ITWbox TFrame instance [incoherent] ITWbox TSliderBox instance [incoherent] ITVirtualTreePlayer TTreePlayer instance [incoherent] ITVirtualPad TPad instance [incoherent] ITVirtualPad TButton instance [incoherent] ITVirtualPad TGroupButton instance [incoherent] ITVirtualPad TCanvas instance [incoherent] ITVirtualPad TDialogCanvas instance [incoherent] ITVirtualPad TInspectCanvas instance [incoherent] ITVirtualPad TEvePad instance [incoherent] ITVirtualPad TSlider instance [incoherent] ITTree TChain instance [incoherent] ITTree TNtuple instance [incoherent] ITTree TNtupleD instance [incoherent] ITTree TTreeSQL instance [incoherent] ITText TLatex instance [incoherent] ITShape TBRIK instance [incoherent] ITShape TTUBE instance [incoherent] ITShape TPCON instance [incoherent] ITShape TSPHE instance [incoherent] ITShape TXTRU instance [incoherent] ITQObject TVirtualPad instance [incoherent] ITQObject TPad instance [incoherent] ITQObject TButton instance [incoherent] ITQObject TGroupButton instance [incoherent] ITQObject TCanvas instance [incoherent] ITQObject TDialogCanvas instance [incoherent] ITQObject TInspectCanvas instance [incoherent] ITQObject TEvePad instance [incoherent] ITQObject TSlider instance [incoherent] ITQObject TApplication instance [incoherent] ITQObject TRint instance [incoherent] ITPolyLine TCurlyLine instance [incoherent] ITPolyLine TCurlyArc instance [incoherent] ITPaveText TDiamond instance [incoherent] ITPaveText TPaveStats instance [incoherent] ITPaveText TPavesText instance [incoherent] ITPaveLabel TPaveClass instance [incoherent] ITPave TPaveText instance [incoherent] ITPave TDiamond instance [incoherent] ITPave TPaveStats instance [incoherent] ITPave TPavesText instance [incoherent] ITPave TLegend instance [incoherent] ITPave TPaveLabel instance [incoherent] ITPave TPaveClass instance [incoherent] ITPad TButton instance [incoherent] ITPad TGroupButton instance [incoherent] ITPad TCanvas instance [incoherent] ITPad TDialogCanvas instance [incoherent] ITPad TInspectCanvas instance [incoherent] ITPad TEvePad instance [incoherent] ITPad TSlider instance [incoherent] ITObject TNamed instance [incoherent] ITObject TClass instance [incoherent] ITObject TFormula instance [incoherent] ITObject TAttParticle instance [incoherent] ITObject THStack instance [incoherent] ITObject TF1 instance [incoherent] ITObject TGraph instance [incoherent] ITObject TGraphAsymmErrors instance [incoherent] ITObject TCutG instance [incoherent] ITObject TGraphBentErrors instance [incoherent] ITObject TGraphErrors instance [incoherent] ITObject TGraphPolar instance [incoherent] ITObject TGraphQQ instance [incoherent] ITObject TEllipse instance [incoherent] ITObject TArc instance [incoherent] ITObject TCrown instance [incoherent] ITObject TLine instance [incoherent] ITObject TArrow instance [incoherent] ITObject TGaxis instance [incoherent] ITObject TShape instance [incoherent] ITObject TBRIK instance [incoherent] ITObject TTUBE instance [incoherent] ITObject TPCON instance [incoherent] ITObject TSPHE instance [incoherent] ITObject TXTRU instance [incoherent] ITObject TBox instance [incoherent] ITObject TPave instance [incoherent] ITObject TPaveText instance [incoherent] ITObject TDiamond instance [incoherent] ITObject TPaveStats instance [incoherent] ITObject TPavesText instance [incoherent] ITObject TLegend instance [incoherent] ITObject TPaveLabel instance [incoherent] ITObject TPaveClass instance [incoherent] ITObject TWbox instance [incoherent] ITObject TFrame instance [incoherent] ITObject TSliderBox instance [incoherent] ITObject TTree instance [incoherent] ITObject TChain instance [incoherent] ITObject TNtuple instance [incoherent] ITObject TNtupleD instance [incoherent] ITObject TTreeSQL instance [incoherent] ITObject TPolyLine instance [incoherent] ITObject TCurlyLine instance [incoherent] ITObject TCurlyArc instance [incoherent] ITObject TEfficiency instance [incoherent] ITObject TAxis instance [incoherent] ITObject TLatex instance [incoherent] ITObject TText instance [incoherent] ITObject TDirectory instance [incoherent] ITObject TDirectoryFile instance [incoherent] ITObject TFile instance [incoherent] ITObject TBranch instance [incoherent] ITObject TVirtualTreePlayer instance [incoherent] ITObject TTreePlayer instance [incoherent] ITObject TH1 instance [incoherent] ITObject TH2 instance [incoherent] ITObject TH3 instance [incoherent] ITObject TH1C instance [incoherent] ITObject TH1D instance [incoherent] ITObject TH1F instance [incoherent] ITObject TH1I instance [incoherent] ITObject TH1S instance [incoherent] ITObject TH2C instance [incoherent] ITObject TH2D instance [incoherent] ITObject TH2F instance [incoherent] ITObject TH2I instance [incoherent] ITObject TH2Poly instance [incoherent] ITObject TH2S instance [incoherent] ITObject TH3C instance [incoherent] ITObject TH3D instance [incoherent] ITObject TH3F instance [incoherent] ITObject TH3I instance [incoherent] ITObject TH3S instance [incoherent] ITObject TVirtualPad instance [incoherent] ITObject TPad instance [incoherent] ITObject TButton instance [incoherent] ITObject TGroupButton instance [incoherent] ITObject TCanvas instance [incoherent] ITObject TDialogCanvas instance [incoherent] ITObject TInspectCanvas instance [incoherent] ITObject TEvePad instance [incoherent] ITObject TSlider instance [incoherent] ITObject TApplication instance [incoherent] ITObject TRint instance [incoherent] ITObject TRandom instance [incoherent] ITNamed TClass instance [incoherent] ITNamed TFormula instance [incoherent] ITNamed TAttParticle instance [incoherent] ITNamed THStack instance [incoherent] ITNamed TF1 instance [incoherent] ITNamed TGraph instance [incoherent] ITNamed TGraphAsymmErrors instance [incoherent] ITNamed TCutG instance [incoherent] ITNamed TGraphBentErrors instance [incoherent] ITNamed TGraphErrors instance [incoherent] ITNamed TGraphPolar instance [incoherent] ITNamed TGraphQQ instance [incoherent] ITNamed TShape instance [incoherent] ITNamed TBRIK instance [incoherent] ITNamed TTUBE instance [incoherent] ITNamed TPCON instance [incoherent] ITNamed TSPHE instance [incoherent] ITNamed TXTRU instance [incoherent] ITNamed TTree instance [incoherent] ITNamed TChain instance [incoherent] ITNamed TNtuple instance [incoherent] ITNamed TNtupleD instance [incoherent] ITNamed TTreeSQL instance [incoherent] ITNamed TEfficiency instance [incoherent] ITNamed TAxis instance [incoherent] ITNamed TLatex instance [incoherent] ITNamed TText instance [incoherent] ITNamed TDirectory instance [incoherent] ITNamed TDirectoryFile instance [incoherent] ITNamed TFile instance [incoherent] ITNamed TBranch instance [incoherent] ITNamed TH1 instance [incoherent] ITNamed TH2 instance [incoherent] ITNamed TH3 instance [incoherent] ITNamed TH1C instance [incoherent] ITNamed TH1D instance [incoherent] ITNamed TH1F instance [incoherent] ITNamed TH1I instance [incoherent] ITNamed TH1S instance [incoherent] ITNamed TH2C instance [incoherent] ITNamed TH2D instance [incoherent] ITNamed TH2F instance [incoherent] ITNamed TH2I instance [incoherent] ITNamed TH2Poly instance [incoherent] ITNamed TH2S instance [incoherent] ITNamed TH3C instance [incoherent] ITNamed TH3D instance [incoherent] ITNamed TH3F instance [incoherent] ITNamed TH3I instance [incoherent] ITNamed TH3S instance [incoherent] ITNamed TRandom instance [incoherent] ITLine TArrow instance [incoherent] ITLine TGaxis instance [incoherent] ITH3 TH3C instance [incoherent] ITH3 TH3D instance [incoherent] ITH3 TH3F instance [incoherent] ITH3 TH3I instance [incoherent] ITH3 TH3S instance [incoherent] ITH2 TH2C instance [incoherent] ITH2 TH2D instance [incoherent] ITH2 TH2F instance [incoherent] ITH2 TH2I instance [incoherent] ITH2 TH2Poly instance [incoherent] ITH2 TH2S instance [incoherent] ITH1 TH2 instance [incoherent] ITH1 TH3 instance [incoherent] ITH1 TH1C instance [incoherent] ITH1 TH1D instance [incoherent] ITH1 TH1F instance [incoherent] ITH1 TH1I instance [incoherent] ITH1 TH1S instance [incoherent] ITH1 TH2C instance [incoherent] ITH1 TH2D instance [incoherent] ITH1 TH2F instance [incoherent] ITH1 TH2I instance [incoherent] ITH1 TH2Poly instance [incoherent] ITH1 TH2S instance [incoherent] ITH1 TH3C instance [incoherent] ITH1 TH3D instance [incoherent] ITH1 TH3F instance [incoherent] ITH1 TH3I instance [incoherent] ITH1 TH3S instance [incoherent] ITGraphErrors TGraphPolar instance [incoherent] ITGraph TGraphAsymmErrors instance [incoherent] ITGraph TCutG instance [incoherent] ITGraph TGraphBentErrors instance [incoherent] ITGraph TGraphErrors instance [incoherent] ITGraph TGraphPolar instance [incoherent] ITGraph TGraphQQ instance [incoherent] ITFormula TF1 instance [incoherent] ITEllipse TArc instance [incoherent] ITEllipse TCrown instance [incoherent] ITDirectoryFile TFile instance [incoherent] ITDirectory TDirectoryFile instance [incoherent] ITDirectory TFile instance [incoherent] ITDictionary TClass instance [incoherent] ITCurlyLine TCurlyArc instance [incoherent] ITCanvas TDialogCanvas instance [incoherent] ITCanvas TInspectCanvas instance [incoherent] ITButton TGroupButton instance [incoherent] ITBox TPave instance [incoherent] ITBox TPaveText instance [incoherent] ITBox TDiamond instance [incoherent] ITBox TPaveStats instance [incoherent] ITBox TPavesText instance [incoherent] ITBox TLegend instance [incoherent] ITBox TPaveLabel instance [incoherent] ITBox TPaveClass instance [incoherent] ITBox TWbox instance [incoherent] ITBox TFrame instance [incoherent] ITBox TSliderBox instance [incoherent] ITAttText TGaxis instance [incoherent] ITAttText TPaveText instance [incoherent] ITAttText TDiamond instance [incoherent] ITAttText TPaveStats instance [incoherent] ITAttText TPavesText instance [incoherent] ITAttText TLegend instance [incoherent] ITAttText TPaveLabel instance [incoherent] ITAttText TPaveClass instance [incoherent] ITAttText TLatex instance [incoherent] ITAttText TText instance [incoherent] ITAttText TButton instance [incoherent] ITAttText TGroupButton instance [incoherent] ITAttText TDialogCanvas instance [incoherent] ITAttText TInspectCanvas instance [incoherent] ITAttPad TVirtualPad instance [incoherent] ITAttPad TPad instance [incoherent] ITAttPad TButton instance [incoherent] ITAttPad TGroupButton instance [incoherent] ITAttPad TCanvas instance [incoherent] ITAttPad TDialogCanvas instance [incoherent] ITAttPad TInspectCanvas instance [incoherent] ITAttPad TEvePad instance [incoherent] ITAttPad TSlider instance [incoherent] ITAttMarker TGraph instance [incoherent] ITAttMarker TGraphAsymmErrors instance [incoherent] ITAttMarker TCutG instance [incoherent] ITAttMarker TGraphBentErrors instance [incoherent] ITAttMarker TGraphErrors instance [incoherent] ITAttMarker TGraphPolar instance [incoherent] ITAttMarker TGraphQQ instance [incoherent] ITAttMarker TTree instance [incoherent] ITAttMarker TChain instance [incoherent] ITAttMarker TNtuple instance [incoherent] ITAttMarker TNtupleD instance [incoherent] ITAttMarker TTreeSQL instance [incoherent] ITAttMarker TEfficiency instance [incoherent] ITAttMarker TH1 instance [incoherent] ITAttMarker TH2 instance [incoherent] ITAttMarker TH3 instance [incoherent] ITAttMarker TH1C instance [incoherent] ITAttMarker TH1D instance [incoherent] ITAttMarker TH1F instance [incoherent] ITAttMarker TH1I instance [incoherent] ITAttMarker TH1S instance [incoherent] ITAttMarker TH2C instance [incoherent] ITAttMarker TH2D instance [incoherent] ITAttMarker TH2F instance [incoherent] ITAttMarker TH2I instance [incoherent] ITAttMarker TH2Poly instance [incoherent] ITAttMarker TH2S instance [incoherent] ITAttMarker TH3C instance [incoherent] ITAttMarker TH3D instance [incoherent] ITAttMarker TH3F instance [incoherent] ITAttMarker TH3I instance [incoherent] ITAttMarker TH3S instance [incoherent] ITAttLine TF1 instance [incoherent] ITAttLine TGraph instance [incoherent] ITAttLine TGraphAsymmErrors instance [incoherent] ITAttLine TCutG instance [incoherent] ITAttLine TGraphBentErrors instance [incoherent] ITAttLine TGraphErrors instance [incoherent] ITAttLine TGraphPolar instance [incoherent] ITAttLine TGraphQQ instance [incoherent] ITAttLine TEllipse instance [incoherent] ITAttLine TArc instance [incoherent] ITAttLine TCrown instance [incoherent] ITAttLine TLine instance [incoherent] ITAttLine TArrow instance [incoherent] ITAttLine TGaxis instance [incoherent] ITAttLine TShape instance [incoherent] ITAttLine TBRIK instance [incoherent] ITAttLine TTUBE instance [incoherent] ITAttLine TPCON instance [incoherent] ITAttLine TSPHE instance [incoherent] ITAttLine TXTRU instance [incoherent] ITAttLine TBox instance [incoherent] ITAttLine TPave instance [incoherent] ITAttLine TPaveText instance [incoherent] ITAttLine TDiamond instance [incoherent] ITAttLine TPaveStats instance [incoherent] ITAttLine TPavesText instance [incoherent] ITAttLine TLegend instance [incoherent] ITAttLine TPaveLabel instance [incoherent] ITAttLine TPaveClass instance [incoherent] ITAttLine TWbox instance [incoherent] ITAttLine TFrame instance [incoherent] ITAttLine TSliderBox instance [incoherent] ITAttLine TTree instance [incoherent] ITAttLine TChain instance [incoherent] ITAttLine TNtuple instance [incoherent] ITAttLine TNtupleD instance [incoherent] ITAttLine TTreeSQL instance [incoherent] ITAttLine TPolyLine instance [incoherent] ITAttLine TCurlyLine instance [incoherent] ITAttLine TCurlyArc instance [incoherent] ITAttLine TEfficiency instance [incoherent] ITAttLine TLatex instance [incoherent] ITAttLine TH1 instance [incoherent] ITAttLine TH2 instance [incoherent] ITAttLine TH3 instance [incoherent] ITAttLine TH1C instance [incoherent] ITAttLine TH1D instance [incoherent] ITAttLine TH1F instance [incoherent] ITAttLine TH1I instance [incoherent] ITAttLine TH1S instance [incoherent] ITAttLine TH2C instance [incoherent] ITAttLine TH2D instance [incoherent] ITAttLine TH2F instance [incoherent] ITAttLine TH2I instance [incoherent] ITAttLine TH2Poly instance [incoherent] ITAttLine TH2S instance [incoherent] ITAttLine TH3C instance [incoherent] ITAttLine TH3D instance [incoherent] ITAttLine TH3F instance [incoherent] ITAttLine TH3I instance [incoherent] ITAttLine TH3S instance [incoherent] ITAttLine TVirtualPad instance [incoherent] ITAttLine TPad instance [incoherent] ITAttLine TButton instance [incoherent] ITAttLine TGroupButton instance [incoherent] ITAttLine TCanvas instance [incoherent] ITAttLine TDialogCanvas instance [incoherent] ITAttLine TInspectCanvas instance [incoherent] ITAttLine TEvePad instance [incoherent] ITAttLine TSlider instance [incoherent] ITAttFill TF1 instance [incoherent] ITAttFill TGraph instance [incoherent] ITAttFill TGraphAsymmErrors instance [incoherent] ITAttFill TCutG instance [incoherent] ITAttFill TGraphBentErrors instance [incoherent] ITAttFill TGraphErrors instance [incoherent] ITAttFill TGraphPolar instance [incoherent] ITAttFill TGraphQQ instance [incoherent] ITAttFill TEllipse instance [incoherent] ITAttFill TArc instance [incoherent] ITAttFill TCrown instance [incoherent] ITAttFill TArrow instance [incoherent] ITAttFill TShape instance [incoherent] ITAttFill TBRIK instance [incoherent] ITAttFill TTUBE instance [incoherent] ITAttFill TPCON instance [incoherent] ITAttFill TSPHE instance [incoherent] ITAttFill TXTRU instance [incoherent] ITAttFill TBox instance [incoherent] ITAttFill TPave instance [incoherent] ITAttFill TPaveText instance [incoherent] ITAttFill TDiamond instance [incoherent] ITAttFill TPaveStats instance [incoherent] ITAttFill TPavesText instance [incoherent] ITAttFill TLegend instance [incoherent] ITAttFill TPaveLabel instance [incoherent] ITAttFill TPaveClass instance [incoherent] ITAttFill TWbox instance [incoherent] ITAttFill TFrame instance [incoherent] ITAttFill TSliderBox instance [incoherent] ITAttFill TTree instance [incoherent] ITAttFill TChain instance [incoherent] ITAttFill TNtuple instance [incoherent] ITAttFill TNtupleD instance [incoherent] ITAttFill TTreeSQL instance [incoherent] ITAttFill TPolyLine instance [incoherent] ITAttFill TCurlyLine instance [incoherent] ITAttFill TCurlyArc instance [incoherent] ITAttFill TEfficiency instance [incoherent] ITAttFill TBranch instance [incoherent] ITAttFill TH1 instance [incoherent] ITAttFill TH2 instance [incoherent] ITAttFill TH3 instance [incoherent] ITAttFill TH1C instance [incoherent] ITAttFill TH1D instance [incoherent] ITAttFill TH1F instance [incoherent] ITAttFill TH1I instance [incoherent] ITAttFill TH1S instance [incoherent] ITAttFill TH2C instance [incoherent] ITAttFill TH2D instance [incoherent] ITAttFill TH2F instance [incoherent] ITAttFill TH2I instance [incoherent] ITAttFill TH2Poly instance [incoherent] ITAttFill TH2S instance [incoherent] ITAttFill TH3C instance [incoherent] ITAttFill TH3D instance [incoherent] ITAttFill TH3F instance [incoherent] ITAttFill TH3I instance [incoherent] ITAttFill TH3S instance [incoherent] ITAttFill TVirtualPad instance [incoherent] ITAttFill TPad instance [incoherent] ITAttFill TButton instance [incoherent] ITAttFill TGroupButton instance [incoherent] ITAttFill TCanvas instance [incoherent] ITAttFill TDialogCanvas instance [incoherent] ITAttFill TInspectCanvas instance [incoherent] ITAttFill TEvePad instance [incoherent] ITAttFill TSlider instance [incoherent] ITAttAxis TAxis instance [incoherent] ITAtt3D TShape instance [incoherent] ITAtt3D TBRIK instance [incoherent] ITAtt3D TTUBE instance [incoherent] ITAtt3D TPCON instance [incoherent] ITAtt3D TSPHE instance [incoherent] ITAtt3D TXTRU instance [incoherent] ITAtt3D TH3 instance [incoherent] ITAtt3D TH3C instance [incoherent] ITAtt3D TH3D instance [incoherent] ITAtt3D TH3F instance [incoherent] ITAtt3D TH3I instance [incoherent] ITAtt3D TH3S instance [incoherent] ITArrayS TH1S instance [incoherent] ITArrayS TH2S instance [incoherent] ITArrayS TH3S instance [incoherent] ITArrayI TH1I instance [incoherent] ITArrayI TH2I instance [incoherent] ITArrayI TH3I instance [incoherent] ITArrayF TH1F instance [incoherent] ITArrayF TH2F instance [incoherent] ITArrayF TH3F instance [incoherent] ITArrayD TH1D instance [incoherent] ITArrayD TH2D instance [incoherent] ITArrayD TH3D instance [incoherent] ITArrayC TH1C instance [incoherent] ITArrayC TH2C instance [incoherent] ITArrayC TH3C instance [incoherent] ITArray TArrayC instance [incoherent] ITArray TArrayD instance [incoherent] ITArray TArrayF instance [incoherent] ITArray TArrayI instance [incoherent] ITArray TArrayL instance [incoherent] ITArray TArrayL64 instance [incoherent] ITArray TArrayS instance [incoherent] ITArray TH1C instance [incoherent] ITArray TH1D instance [incoherent] ITArray TH1F instance [incoherent] ITArray TH1I instance [incoherent] ITArray TH1S instance [incoherent] ITArray TH2C instance [incoherent] ITArray TH2D instance [incoherent] ITArray TH2F instance [incoherent] ITArray TH2I instance [incoherent] ITArray TH2S instance [incoherent] ITArray TH3C instance [incoherent] ITArray TH3D instance [incoherent] ITArray TH3F instance [incoherent] ITArray TH3I instance [incoherent] ITArray TH3S instance [incoherent] ITApplication TRint instance [incoherent] IDeletable TObject instance [incoherent] IDeletable TNamed instance [incoherent] IDeletable TClass instance [incoherent] IDeletable TFormula instance [incoherent] IDeletable TAtt3D instance [incoherent] IDeletable TAttAxis instance [incoherent] IDeletable TAttBBox instance [incoherent] IDeletable TAttCanvas instance [incoherent] IDeletable TAttFill instance [incoherent] IDeletable TAttImage instance [incoherent] IDeletable TAttLine instance [incoherent] IDeletable TAttMarker instance [incoherent] IDeletable TAttPad instance [incoherent] IDeletable TAttParticle instance [incoherent] IDeletable TAttText instance [incoherent] IDeletable THStack instance [incoherent] IDeletable TF1 instance [incoherent] IDeletable TGraph instance [incoherent] IDeletable TGraphAsymmErrors instance [incoherent] IDeletable TCutG instance [incoherent] IDeletable TGraphBentErrors instance [incoherent] IDeletable TGraphErrors instance [incoherent] IDeletable TGraphPolar instance [incoherent] IDeletable TGraphQQ instance [incoherent] IDeletable TEllipse instance [incoherent] IDeletable TArc instance [incoherent] IDeletable TCrown instance [incoherent] IDeletable TLine instance [incoherent] IDeletable TArrow instance [incoherent] IDeletable TGaxis instance [incoherent] IDeletable TShape instance [incoherent] IDeletable TBRIK instance [incoherent] IDeletable TTUBE instance [incoherent] IDeletable TPCON instance [incoherent] IDeletable TSPHE instance [incoherent] IDeletable TXTRU instance [incoherent] IDeletable TBox instance [incoherent] IDeletable TPave instance [incoherent] IDeletable TPaveText instance [incoherent] IDeletable TDiamond instance [incoherent] IDeletable TPaveStats instance [incoherent] IDeletable TPavesText instance [incoherent] IDeletable TLegend instance [incoherent] IDeletable TPaveLabel instance [incoherent] IDeletable TPaveClass instance [incoherent] IDeletable TWbox instance [incoherent] IDeletable TFrame instance [incoherent] IDeletable TSliderBox instance [incoherent] IDeletable TTree instance [incoherent] IDeletable TChain instance [incoherent] IDeletable TNtuple instance [incoherent] IDeletable TNtupleD instance [incoherent] IDeletable TTreeSQL instance [incoherent] IDeletable TPolyLine instance [incoherent] IDeletable TCurlyLine instance [incoherent] IDeletable TCurlyArc instance [incoherent] IDeletable TEfficiency instance [incoherent] IDeletable TAxis instance [incoherent] IDeletable TLatex instance [incoherent] IDeletable TText instance [incoherent] IDeletable TDirectory instance [incoherent] IDeletable TDirectoryFile instance [incoherent] IDeletable TFile instance [incoherent] IDeletable TBranch instance [incoherent] IDeletable TVirtualTreePlayer instance [incoherent] IDeletable TTreePlayer instance [incoherent] IDeletable TArray instance [incoherent] IDeletable TArrayC instance [incoherent] IDeletable TArrayD instance [incoherent] IDeletable TArrayF instance [incoherent] IDeletable TArrayI instance [incoherent] IDeletable TArrayL instance [incoherent] IDeletable TArrayL64 instance [incoherent] IDeletable TArrayS instance [incoherent] IDeletable TH1 instance [incoherent] IDeletable TH2 instance [incoherent] IDeletable TH3 instance [incoherent] IDeletable TH1C instance [incoherent] IDeletable TH1D instance [incoherent] IDeletable TH1F instance [incoherent] IDeletable TH1I instance [incoherent] IDeletable TH1S instance [incoherent] IDeletable TH2C instance [incoherent] IDeletable TH2D instance [incoherent] IDeletable TH2F instance [incoherent] IDeletable TH2I instance [incoherent] IDeletable TH2Poly instance [incoherent] IDeletable TH2S instance [incoherent] IDeletable TH3C instance [incoherent] IDeletable TH3D instance [incoherent] IDeletable TH3F instance [incoherent] IDeletable TH3I instance [incoherent] IDeletable TH3S instance [incoherent] IDeletable TQObject instance [incoherent] IDeletable TVirtualPad instance [incoherent] IDeletable TPad instance [incoherent] IDeletable TButton instance [incoherent] IDeletable TGroupButton instance [incoherent] IDeletable TCanvas instance [incoherent] IDeletable TDialogCanvas instance [incoherent] IDeletable TInspectCanvas instance [incoherent] IDeletable TEvePad instance [incoherent] IDeletable TSlider instance [incoherent] IDeletable TApplication instance [incoherent] IDeletable TRint instance [incoherent] IDeletable TRandom instance [incoherent] ITRandom TRandom instance [incoherent] ITRint TRint instance [incoherent] ITApplication TApplication instance [incoherent] ITSlider TSlider instance [incoherent] ITEvePad TEvePad instance [incoherent] ITInspectCanvas TInspectCanvas instance [incoherent] ITDialogCanvas TDialogCanvas instance [incoherent] ITCanvas TCanvas instance [incoherent] ITGroupButton TGroupButton instance [incoherent] ITButton TButton instance [incoherent] ITPad TPad instance [incoherent] ITVirtualPad TVirtualPad instance [incoherent] ITQObject TQObject instance [incoherent] ITH3S TH3S instance [incoherent] ITH3I TH3I instance [incoherent] ITH3F TH3F instance [incoherent] ITH3D TH3D instance [incoherent] ITH3C TH3C instance [incoherent] ITH2S TH2S instance [incoherent] ITH2Poly TH2Poly instance [incoherent] ITH2I TH2I instance [incoherent] ITH2F TH2F instance [incoherent] ITH2D TH2D instance [incoherent] ITH2C TH2C instance [incoherent] ITH1S TH1S instance [incoherent] ITH1I TH1I instance [incoherent] ITH1F TH1F instance [incoherent] ITH1D TH1D instance [incoherent] ITH1C TH1C instance [incoherent] ITH3 TH3 instance [incoherent] ITH2 TH2 instance [incoherent] ITH1 TH1 instance [incoherent] ITArrayS TArrayS instance [incoherent] ITArrayL64 TArrayL64 instance [incoherent] ITArrayL TArrayL instance [incoherent] ITArrayI TArrayI instance [incoherent] ITArrayF TArrayF instance [incoherent] ITArrayD TArrayD instance [incoherent] ITArrayC TArrayC instance [incoherent] ITArray TArray instance [incoherent] ITTreePlayer TTreePlayer instance [incoherent] ITVirtualTreePlayer TVirtualTreePlayer instance [incoherent] ITBranch TBranch instance [incoherent] ITFile TFile instance [incoherent] ITDirectoryFile TDirectoryFile instance [incoherent] ITDirectory TDirectory instance [incoherent] ITText TText instance [incoherent] ITLatex TLatex instance [incoherent] ITAxis TAxis instance [incoherent] ITEfficiency TEfficiency instance [incoherent] ITCurlyArc TCurlyArc instance [incoherent] ITCurlyLine TCurlyLine instance [incoherent] ITPolyLine TPolyLine instance [incoherent] ITTreeSQL TTreeSQL instance [incoherent] ITNtupleD TNtupleD instance [incoherent] ITNtuple TNtuple instance [incoherent] ITChain TChain instance [incoherent] ITTree TTree instance [incoherent] ITSliderBox TSliderBox instance [incoherent] ITFrame TFrame instance [incoherent] ITWbox TWbox instance [incoherent] ITPaveClass TPaveClass instance [incoherent] ITPaveLabel TPaveLabel instance [incoherent] ITLegend TLegend instance [incoherent] ITPavesText TPavesText instance [incoherent] ITPaveStats TPaveStats instance [incoherent] ITDiamond TDiamond instance [incoherent] ITPaveText TPaveText instance [incoherent] ITPave TPave instance [incoherent] ITBox TBox instance [incoherent] ITXTRU TXTRU instance [incoherent] ITSPHE TSPHE instance [incoherent] ITPCON TPCON instance [incoherent] ITTUBE TTUBE instance [incoherent] ITBRIK TBRIK instance [incoherent] ITShape TShape instance [incoherent] ITGaxis TGaxis instance [incoherent] ITArrow TArrow instance [incoherent] ITLine TLine instance [incoherent] ITCrown TCrown instance [incoherent] ITArc TArc instance [incoherent] ITEllipse TEllipse instance [incoherent] ITGraphQQ TGraphQQ instance [incoherent] ITGraphPolar TGraphPolar instance [incoherent] ITGraphErrors TGraphErrors instance [incoherent] ITGraphBentErrors TGraphBentErrors instance [incoherent] ITCutG TCutG instance [incoherent] ITGraphAsymmErrors TGraphAsymmErrors instance [incoherent] ITGraph TGraph instance [incoherent] ITF1 TF1 instance [incoherent] ITHStack THStack instance [incoherent] ITAttText TAttText instance [incoherent] ITAttParticle TAttParticle instance [incoherent] ITAttPad TAttPad instance [incoherent] ITAttMarker TAttMarker instance [incoherent] ITAttLine TAttLine instance [incoherent] ITAttImage TAttImage instance [incoherent] ITAttFill TAttFill instance [incoherent] ITAttCanvas TAttCanvas instance [incoherent] ITAttBBox TAttBBox instance [incoherent] ITAttAxis TAttAxis instance [incoherent] ITAtt3D TAtt3D instance [incoherent] ITFormula TFormula instance [incoherent] ITClass TClass instance [incoherent] ITNamed TNamed instance [incoherent] ITObject TObject instance [incoherent] Castable (Exist TRandom) (Ptr RawTRandom) instance [incoherent] FPtr (Exist TRandom) instance [incoherent] Castable (Exist TRint) (Ptr RawTRint) instance [incoherent] FPtr (Exist TRint) instance [incoherent] Castable (Exist TApplication) (Ptr RawTApplication) instance [incoherent] FPtr (Exist TApplication) instance [incoherent] Castable (Exist TSlider) (Ptr RawTSlider) instance [incoherent] FPtr (Exist TSlider) instance [incoherent] Castable (Exist TEvePad) (Ptr RawTEvePad) instance [incoherent] FPtr (Exist TEvePad) instance [incoherent] Castable (Exist TInspectCanvas) (Ptr RawTInspectCanvas) instance [incoherent] FPtr (Exist TInspectCanvas) instance [incoherent] Castable (Exist TDialogCanvas) (Ptr RawTDialogCanvas) instance [incoherent] FPtr (Exist TDialogCanvas) instance [incoherent] Castable (Exist TCanvas) (Ptr RawTCanvas) instance [incoherent] FPtr (Exist TCanvas) instance [incoherent] Castable (Exist TGroupButton) (Ptr RawTGroupButton) instance [incoherent] FPtr (Exist TGroupButton) instance [incoherent] Castable (Exist TButton) (Ptr RawTButton) instance [incoherent] FPtr (Exist TButton) instance [incoherent] Castable (Exist TPad) (Ptr RawTPad) instance [incoherent] FPtr (Exist TPad) instance [incoherent] Castable (Exist TVirtualPad) (Ptr RawTVirtualPad) instance [incoherent] FPtr (Exist TVirtualPad) instance [incoherent] Castable (Exist TQObject) (Ptr RawTQObject) instance [incoherent] FPtr (Exist TQObject) instance [incoherent] Castable (Exist TH3S) (Ptr RawTH3S) instance [incoherent] FPtr (Exist TH3S) instance [incoherent] Castable (Exist TH3I) (Ptr RawTH3I) instance [incoherent] FPtr (Exist TH3I) instance [incoherent] Castable (Exist TH3F) (Ptr RawTH3F) instance [incoherent] FPtr (Exist TH3F) instance [incoherent] Castable (Exist TH3D) (Ptr RawTH3D) instance [incoherent] FPtr (Exist TH3D) instance [incoherent] Castable (Exist TH3C) (Ptr RawTH3C) instance [incoherent] FPtr (Exist TH3C) instance [incoherent] Castable (Exist TH2S) (Ptr RawTH2S) instance [incoherent] FPtr (Exist TH2S) instance [incoherent] Castable (Exist TH2Poly) (Ptr RawTH2Poly) instance [incoherent] FPtr (Exist TH2Poly) instance [incoherent] Castable (Exist TH2I) (Ptr RawTH2I) instance [incoherent] FPtr (Exist TH2I) instance [incoherent] Castable (Exist TH2F) (Ptr RawTH2F) instance [incoherent] FPtr (Exist TH2F) instance [incoherent] Castable (Exist TH2D) (Ptr RawTH2D) instance [incoherent] FPtr (Exist TH2D) instance [incoherent] Castable (Exist TH2C) (Ptr RawTH2C) instance [incoherent] FPtr (Exist TH2C) instance [incoherent] Castable (Exist TH1S) (Ptr RawTH1S) instance [incoherent] FPtr (Exist TH1S) instance [incoherent] Castable (Exist TH1I) (Ptr RawTH1I) instance [incoherent] FPtr (Exist TH1I) instance [incoherent] Castable (Exist TH1F) (Ptr RawTH1F) instance [incoherent] FPtr (Exist TH1F) instance [incoherent] Castable (Exist TH1D) (Ptr RawTH1D) instance [incoherent] FPtr (Exist TH1D) instance [incoherent] Castable (Exist TH1C) (Ptr RawTH1C) instance [incoherent] FPtr (Exist TH1C) instance [incoherent] Castable (Exist TH3) (Ptr RawTH3) instance [incoherent] FPtr (Exist TH3) instance [incoherent] Castable (Exist TH2) (Ptr RawTH2) instance [incoherent] FPtr (Exist TH2) instance [incoherent] Castable (Exist TH1) (Ptr RawTH1) instance [incoherent] FPtr (Exist TH1) instance [incoherent] Castable (Exist TArrayS) (Ptr RawTArrayS) instance [incoherent] FPtr (Exist TArrayS) instance [incoherent] Castable (Exist TArrayL64) (Ptr RawTArrayL64) instance [incoherent] FPtr (Exist TArrayL64) instance [incoherent] Castable (Exist TArrayL) (Ptr RawTArrayL) instance [incoherent] FPtr (Exist TArrayL) instance [incoherent] Castable (Exist TArrayI) (Ptr RawTArrayI) instance [incoherent] FPtr (Exist TArrayI) instance [incoherent] Castable (Exist TArrayF) (Ptr RawTArrayF) instance [incoherent] FPtr (Exist TArrayF) instance [incoherent] Castable (Exist TArrayD) (Ptr RawTArrayD) instance [incoherent] FPtr (Exist TArrayD) instance [incoherent] Castable (Exist TArrayC) (Ptr RawTArrayC) instance [incoherent] FPtr (Exist TArrayC) instance [incoherent] Castable (Exist TArray) (Ptr RawTArray) instance [incoherent] FPtr (Exist TArray) instance [incoherent] Castable (Exist TTreePlayer) (Ptr RawTTreePlayer) instance [incoherent] FPtr (Exist TTreePlayer) instance [incoherent] Castable (Exist TVirtualTreePlayer) (Ptr RawTVirtualTreePlayer) instance [incoherent] FPtr (Exist TVirtualTreePlayer) instance [incoherent] Castable (Exist TBranch) (Ptr RawTBranch) instance [incoherent] FPtr (Exist TBranch) instance [incoherent] Castable (Exist TFile) (Ptr RawTFile) instance [incoherent] FPtr (Exist TFile) instance [incoherent] Castable (Exist TDirectoryFile) (Ptr RawTDirectoryFile) instance [incoherent] FPtr (Exist TDirectoryFile) instance [incoherent] Castable (Exist TDirectory) (Ptr RawTDirectory) instance [incoherent] FPtr (Exist TDirectory) instance [incoherent] Castable (Exist TText) (Ptr RawTText) instance [incoherent] FPtr (Exist TText) instance [incoherent] Castable (Exist TLatex) (Ptr RawTLatex) instance [incoherent] FPtr (Exist TLatex) instance [incoherent] Castable (Exist TAxis) (Ptr RawTAxis) instance [incoherent] FPtr (Exist TAxis) instance [incoherent] Castable (Exist TEfficiency) (Ptr RawTEfficiency) instance [incoherent] FPtr (Exist TEfficiency) instance [incoherent] Castable (Exist TCurlyArc) (Ptr RawTCurlyArc) instance [incoherent] FPtr (Exist TCurlyArc) instance [incoherent] Castable (Exist TCurlyLine) (Ptr RawTCurlyLine) instance [incoherent] FPtr (Exist TCurlyLine) instance [incoherent] Castable (Exist TPolyLine) (Ptr RawTPolyLine) instance [incoherent] FPtr (Exist TPolyLine) instance [incoherent] Castable (Exist TTreeSQL) (Ptr RawTTreeSQL) instance [incoherent] FPtr (Exist TTreeSQL) instance [incoherent] Castable (Exist TNtupleD) (Ptr RawTNtupleD) instance [incoherent] FPtr (Exist TNtupleD) instance [incoherent] Castable (Exist TNtuple) (Ptr RawTNtuple) instance [incoherent] FPtr (Exist TNtuple) instance [incoherent] Castable (Exist TChain) (Ptr RawTChain) instance [incoherent] FPtr (Exist TChain) instance [incoherent] Castable (Exist TTree) (Ptr RawTTree) instance [incoherent] FPtr (Exist TTree) instance [incoherent] Castable (Exist TSliderBox) (Ptr RawTSliderBox) instance [incoherent] FPtr (Exist TSliderBox) instance [incoherent] Castable (Exist TFrame) (Ptr RawTFrame) instance [incoherent] FPtr (Exist TFrame) instance [incoherent] Castable (Exist TWbox) (Ptr RawTWbox) instance [incoherent] FPtr (Exist TWbox) instance [incoherent] Castable (Exist TPaveClass) (Ptr RawTPaveClass) instance [incoherent] FPtr (Exist TPaveClass) instance [incoherent] Castable (Exist TPaveLabel) (Ptr RawTPaveLabel) instance [incoherent] FPtr (Exist TPaveLabel) instance [incoherent] Castable (Exist TLegend) (Ptr RawTLegend) instance [incoherent] FPtr (Exist TLegend) instance [incoherent] Castable (Exist TPavesText) (Ptr RawTPavesText) instance [incoherent] FPtr (Exist TPavesText) instance [incoherent] Castable (Exist TPaveStats) (Ptr RawTPaveStats) instance [incoherent] FPtr (Exist TPaveStats) instance [incoherent] Castable (Exist TDiamond) (Ptr RawTDiamond) instance [incoherent] FPtr (Exist TDiamond) instance [incoherent] Castable (Exist TPaveText) (Ptr RawTPaveText) instance [incoherent] FPtr (Exist TPaveText) instance [incoherent] Castable (Exist TPave) (Ptr RawTPave) instance [incoherent] FPtr (Exist TPave) instance [incoherent] Castable (Exist TBox) (Ptr RawTBox) instance [incoherent] FPtr (Exist TBox) instance [incoherent] Castable (Exist TXTRU) (Ptr RawTXTRU) instance [incoherent] FPtr (Exist TXTRU) instance [incoherent] Castable (Exist TSPHE) (Ptr RawTSPHE) instance [incoherent] FPtr (Exist TSPHE) instance [incoherent] Castable (Exist TPCON) (Ptr RawTPCON) instance [incoherent] FPtr (Exist TPCON) instance [incoherent] Castable (Exist TTUBE) (Ptr RawTTUBE) instance [incoherent] FPtr (Exist TTUBE) instance [incoherent] Castable (Exist TBRIK) (Ptr RawTBRIK) instance [incoherent] FPtr (Exist TBRIK) instance [incoherent] Castable (Exist TShape) (Ptr RawTShape) instance [incoherent] FPtr (Exist TShape) instance [incoherent] Castable (Exist TGaxis) (Ptr RawTGaxis) instance [incoherent] FPtr (Exist TGaxis) instance [incoherent] Castable (Exist TArrow) (Ptr RawTArrow) instance [incoherent] FPtr (Exist TArrow) instance [incoherent] Castable (Exist TLine) (Ptr RawTLine) instance [incoherent] FPtr (Exist TLine) instance [incoherent] Castable (Exist TCrown) (Ptr RawTCrown) instance [incoherent] FPtr (Exist TCrown) instance [incoherent] Castable (Exist TArc) (Ptr RawTArc) instance [incoherent] FPtr (Exist TArc) instance [incoherent] Castable (Exist TEllipse) (Ptr RawTEllipse) instance [incoherent] FPtr (Exist TEllipse) instance [incoherent] Castable (Exist TGraphQQ) (Ptr RawTGraphQQ) instance [incoherent] FPtr (Exist TGraphQQ) instance [incoherent] Castable (Exist TGraphPolar) (Ptr RawTGraphPolar) instance [incoherent] FPtr (Exist TGraphPolar) instance [incoherent] Castable (Exist TGraphErrors) (Ptr RawTGraphErrors) instance [incoherent] FPtr (Exist TGraphErrors) instance [incoherent] Castable (Exist TGraphBentErrors) (Ptr RawTGraphBentErrors) instance [incoherent] FPtr (Exist TGraphBentErrors) instance [incoherent] Castable (Exist TCutG) (Ptr RawTCutG) instance [incoherent] FPtr (Exist TCutG) instance [incoherent] Castable (Exist TGraphAsymmErrors) (Ptr RawTGraphAsymmErrors) instance [incoherent] FPtr (Exist TGraphAsymmErrors) instance [incoherent] Castable (Exist TGraph) (Ptr RawTGraph) instance [incoherent] FPtr (Exist TGraph) instance [incoherent] Castable (Exist TF1) (Ptr RawTF1) instance [incoherent] FPtr (Exist TF1) instance [incoherent] Castable (Exist THStack) (Ptr RawTHStack) instance [incoherent] FPtr (Exist THStack) instance [incoherent] Castable (Exist TAttText) (Ptr RawTAttText) instance [incoherent] FPtr (Exist TAttText) instance [incoherent] Castable (Exist TAttParticle) (Ptr RawTAttParticle) instance [incoherent] FPtr (Exist TAttParticle) instance [incoherent] Castable (Exist TAttPad) (Ptr RawTAttPad) instance [incoherent] FPtr (Exist TAttPad) instance [incoherent] Castable (Exist TAttMarker) (Ptr RawTAttMarker) instance [incoherent] FPtr (Exist TAttMarker) instance [incoherent] Castable (Exist TAttLine) (Ptr RawTAttLine) instance [incoherent] FPtr (Exist TAttLine) instance [incoherent] Castable (Exist TAttImage) (Ptr RawTAttImage) instance [incoherent] FPtr (Exist TAttImage) instance [incoherent] Castable (Exist TAttFill) (Ptr RawTAttFill) instance [incoherent] FPtr (Exist TAttFill) instance [incoherent] Castable (Exist TAttCanvas) (Ptr RawTAttCanvas) instance [incoherent] FPtr (Exist TAttCanvas) instance [incoherent] Castable (Exist TAttBBox) (Ptr RawTAttBBox) instance [incoherent] FPtr (Exist TAttBBox) instance [incoherent] Castable (Exist TAttAxis) (Ptr RawTAttAxis) instance [incoherent] FPtr (Exist TAttAxis) instance [incoherent] Castable (Exist TAtt3D) (Ptr RawTAtt3D) instance [incoherent] FPtr (Exist TAtt3D) instance [incoherent] Castable (Exist TFormula) (Ptr RawTFormula) instance [incoherent] FPtr (Exist TFormula) instance [incoherent] Castable (Exist TClass) (Ptr RawTClass) instance [incoherent] FPtr (Exist TClass) instance [incoherent] Castable (Exist TNamed) (Ptr RawTNamed) instance [incoherent] FPtr (Exist TNamed) instance [incoherent] Castable (Exist TObject) (Ptr RawTObject) instance [incoherent] FPtr (Exist TObject) instance [incoherent] (ITRandom a, FPtr a) => Castable a (Ptr RawTRandom) instance [incoherent] (ITRint a, FPtr a) => Castable a (Ptr RawTRint) instance [incoherent] (ITApplication a, FPtr a) => Castable a (Ptr RawTApplication) instance [incoherent] (ITSlider a, FPtr a) => Castable a (Ptr RawTSlider) instance [incoherent] (ITEvePad a, FPtr a) => Castable a (Ptr RawTEvePad) instance [incoherent] (ITInspectCanvas a, FPtr a) => Castable a (Ptr RawTInspectCanvas) instance [incoherent] (ITDialogCanvas a, FPtr a) => Castable a (Ptr RawTDialogCanvas) instance [incoherent] (ITCanvas a, FPtr a) => Castable a (Ptr RawTCanvas) instance [incoherent] (ITGroupButton a, FPtr a) => Castable a (Ptr RawTGroupButton) instance [incoherent] (ITButton a, FPtr a) => Castable a (Ptr RawTButton) instance [incoherent] (ITPad a, FPtr a) => Castable a (Ptr RawTPad) instance [incoherent] (ITVirtualPad a, FPtr a) => Castable a (Ptr RawTVirtualPad) instance [incoherent] (ITQObject a, FPtr a) => Castable a (Ptr RawTQObject) instance [incoherent] (ITH3S a, FPtr a) => Castable a (Ptr RawTH3S) instance [incoherent] (ITH3I a, FPtr a) => Castable a (Ptr RawTH3I) instance [incoherent] (ITH3F a, FPtr a) => Castable a (Ptr RawTH3F) instance [incoherent] (ITH3D a, FPtr a) => Castable a (Ptr RawTH3D) instance [incoherent] (ITH3C a, FPtr a) => Castable a (Ptr RawTH3C) instance [incoherent] (ITH2S a, FPtr a) => Castable a (Ptr RawTH2S) instance [incoherent] (ITH2Poly a, FPtr a) => Castable a (Ptr RawTH2Poly) instance [incoherent] (ITH2I a, FPtr a) => Castable a (Ptr RawTH2I) instance [incoherent] (ITH2F a, FPtr a) => Castable a (Ptr RawTH2F) instance [incoherent] (ITH2D a, FPtr a) => Castable a (Ptr RawTH2D) instance [incoherent] (ITH2C a, FPtr a) => Castable a (Ptr RawTH2C) instance [incoherent] (ITH1S a, FPtr a) => Castable a (Ptr RawTH1S) instance [incoherent] (ITH1I a, FPtr a) => Castable a (Ptr RawTH1I) instance [incoherent] (ITH1F a, FPtr a) => Castable a (Ptr RawTH1F) instance [incoherent] (ITH1D a, FPtr a) => Castable a (Ptr RawTH1D) instance [incoherent] (ITH1C a, FPtr a) => Castable a (Ptr RawTH1C) instance [incoherent] (ITH3 a, FPtr a) => Castable a (Ptr RawTH3) instance [incoherent] (ITH2 a, FPtr a) => Castable a (Ptr RawTH2) instance [incoherent] (ITH1 a, FPtr a) => Castable a (Ptr RawTH1) instance [incoherent] (ITArrayS a, FPtr a) => Castable a (Ptr RawTArrayS) instance [incoherent] (ITArrayL64 a, FPtr a) => Castable a (Ptr RawTArrayL64) instance [incoherent] (ITArrayL a, FPtr a) => Castable a (Ptr RawTArrayL) instance [incoherent] (ITArrayI a, FPtr a) => Castable a (Ptr RawTArrayI) instance [incoherent] (ITArrayF a, FPtr a) => Castable a (Ptr RawTArrayF) instance [incoherent] (ITArrayD a, FPtr a) => Castable a (Ptr RawTArrayD) instance [incoherent] (ITArrayC a, FPtr a) => Castable a (Ptr RawTArrayC) instance [incoherent] (ITArray a, FPtr a) => Castable a (Ptr RawTArray) instance [incoherent] (ITTreePlayer a, FPtr a) => Castable a (Ptr RawTTreePlayer) instance [incoherent] (ITVirtualTreePlayer a, FPtr a) => Castable a (Ptr RawTVirtualTreePlayer) instance [incoherent] (ITBranch a, FPtr a) => Castable a (Ptr RawTBranch) instance [incoherent] (ITFile a, FPtr a) => Castable a (Ptr RawTFile) instance [incoherent] (ITDirectoryFile a, FPtr a) => Castable a (Ptr RawTDirectoryFile) instance [incoherent] (ITDirectory a, FPtr a) => Castable a (Ptr RawTDirectory) instance [incoherent] (ITText a, FPtr a) => Castable a (Ptr RawTText) instance [incoherent] (ITLatex a, FPtr a) => Castable a (Ptr RawTLatex) instance [incoherent] (ITAxis a, FPtr a) => Castable a (Ptr RawTAxis) instance [incoherent] (ITEfficiency a, FPtr a) => Castable a (Ptr RawTEfficiency) instance [incoherent] (ITCurlyArc a, FPtr a) => Castable a (Ptr RawTCurlyArc) instance [incoherent] (ITCurlyLine a, FPtr a) => Castable a (Ptr RawTCurlyLine) instance [incoherent] (ITPolyLine a, FPtr a) => Castable a (Ptr RawTPolyLine) instance [incoherent] (ITTreeSQL a, FPtr a) => Castable a (Ptr RawTTreeSQL) instance [incoherent] (ITNtupleD a, FPtr a) => Castable a (Ptr RawTNtupleD) instance [incoherent] (ITNtuple a, FPtr a) => Castable a (Ptr RawTNtuple) instance [incoherent] (ITChain a, FPtr a) => Castable a (Ptr RawTChain) instance [incoherent] (ITTree a, FPtr a) => Castable a (Ptr RawTTree) instance [incoherent] (ITSliderBox a, FPtr a) => Castable a (Ptr RawTSliderBox) instance [incoherent] (ITFrame a, FPtr a) => Castable a (Ptr RawTFrame) instance [incoherent] (ITWbox a, FPtr a) => Castable a (Ptr RawTWbox) instance [incoherent] (ITPaveClass a, FPtr a) => Castable a (Ptr RawTPaveClass) instance [incoherent] (ITPaveLabel a, FPtr a) => Castable a (Ptr RawTPaveLabel) instance [incoherent] (ITLegend a, FPtr a) => Castable a (Ptr RawTLegend) instance [incoherent] (ITPavesText a, FPtr a) => Castable a (Ptr RawTPavesText) instance [incoherent] (ITPaveStats a, FPtr a) => Castable a (Ptr RawTPaveStats) instance [incoherent] (ITDiamond a, FPtr a) => Castable a (Ptr RawTDiamond) instance [incoherent] (ITPaveText a, FPtr a) => Castable a (Ptr RawTPaveText) instance [incoherent] (ITPave a, FPtr a) => Castable a (Ptr RawTPave) instance [incoherent] (ITBox a, FPtr a) => Castable a (Ptr RawTBox) instance [incoherent] (ITXTRU a, FPtr a) => Castable a (Ptr RawTXTRU) instance [incoherent] (ITSPHE a, FPtr a) => Castable a (Ptr RawTSPHE) instance [incoherent] (ITPCON a, FPtr a) => Castable a (Ptr RawTPCON) instance [incoherent] (ITTUBE a, FPtr a) => Castable a (Ptr RawTTUBE) instance [incoherent] (ITBRIK a, FPtr a) => Castable a (Ptr RawTBRIK) instance [incoherent] (ITShape a, FPtr a) => Castable a (Ptr RawTShape) instance [incoherent] (ITGaxis a, FPtr a) => Castable a (Ptr RawTGaxis) instance [incoherent] (ITArrow a, FPtr a) => Castable a (Ptr RawTArrow) instance [incoherent] (ITLine a, FPtr a) => Castable a (Ptr RawTLine) instance [incoherent] (ITCrown a, FPtr a) => Castable a (Ptr RawTCrown) instance [incoherent] (ITArc a, FPtr a) => Castable a (Ptr RawTArc) instance [incoherent] (ITEllipse a, FPtr a) => Castable a (Ptr RawTEllipse) instance [incoherent] (ITGraphQQ a, FPtr a) => Castable a (Ptr RawTGraphQQ) instance [incoherent] (ITGraphPolar a, FPtr a) => Castable a (Ptr RawTGraphPolar) instance [incoherent] (ITGraphErrors a, FPtr a) => Castable a (Ptr RawTGraphErrors) instance [incoherent] (ITGraphBentErrors a, FPtr a) => Castable a (Ptr RawTGraphBentErrors) instance [incoherent] (ITCutG a, FPtr a) => Castable a (Ptr RawTCutG) instance [incoherent] (ITGraphAsymmErrors a, FPtr a) => Castable a (Ptr RawTGraphAsymmErrors) instance [incoherent] (ITGraph a, FPtr a) => Castable a (Ptr RawTGraph) instance [incoherent] (ITF1 a, FPtr a) => Castable a (Ptr RawTF1) instance [incoherent] (ITHStack a, FPtr a) => Castable a (Ptr RawTHStack) instance [incoherent] (ITAttText a, FPtr a) => Castable a (Ptr RawTAttText) instance [incoherent] (ITAttParticle a, FPtr a) => Castable a (Ptr RawTAttParticle) instance [incoherent] (ITAttPad a, FPtr a) => Castable a (Ptr RawTAttPad) instance [incoherent] (ITAttMarker a, FPtr a) => Castable a (Ptr RawTAttMarker) instance [incoherent] (ITAttLine a, FPtr a) => Castable a (Ptr RawTAttLine) instance [incoherent] (ITAttImage a, FPtr a) => Castable a (Ptr RawTAttImage) instance [incoherent] (ITAttFill a, FPtr a) => Castable a (Ptr RawTAttFill) instance [incoherent] (ITAttCanvas a, FPtr a) => Castable a (Ptr RawTAttCanvas) instance [incoherent] (ITAttBBox a, FPtr a) => Castable a (Ptr RawTAttBBox) instance [incoherent] (ITAttAxis a, FPtr a) => Castable a (Ptr RawTAttAxis) instance [incoherent] (ITAtt3D a, FPtr a) => Castable a (Ptr RawTAtt3D) instance [incoherent] (ITFormula a, FPtr a) => Castable a (Ptr RawTFormula) instance [incoherent] (ITClass a, FPtr a) => Castable a (Ptr RawTClass) instance [incoherent] (ITNamed a, FPtr a) => Castable a (Ptr RawTNamed) instance [incoherent] (ITObject a, FPtr a) => Castable a (Ptr RawTObject) module HROOT.AddOn data BottomType class GADTTypeable a where { data family GADTType a :: * -> *; data family EGADTType a :: *; } castTObject :: Exist TObject -> IO (EGADTType TObject) instance GADTTypeable TObject module HROOT.Class.TObject newtype TObject TObject :: (ForeignPtr RawTObject) -> TObject class IDeletable a => ITObject a getName :: ITObject a => a -> IO String draw :: ITObject a => a -> String -> IO () findObject :: ITObject a => a -> String -> IO (Exist TObject) saveAs :: ITObject a => a -> String -> String -> IO () write :: ITObject a => a -> String -> Int -> Int -> IO Int isA :: ITObject a => a -> IO (Exist TClass) module HROOT.Class.TNamed newtype TNamed TNamed :: (ForeignPtr RawTNamed) -> TNamed -- | Class TNamed reference : http:root.cern.ch class ITObject a => ITNamed a setTitle :: ITNamed a => a -> String -> IO () module HROOT.Class.TDictionary class ITNamed a => ITDictionary a module HROOT.Class.TClass newtype TClass TClass :: (ForeignPtr RawTClass) -> TClass class ITDictionary a => ITClass a module HROOT.Class.TFormula newtype TFormula TFormula :: (ForeignPtr RawTFormula) -> TFormula class ITNamed a => ITFormula a getParameter :: ITFormula a => a -> Int -> IO Double setParameter :: ITFormula a => a -> Int -> Double -> IO () module HROOT.Class.TAtt3D newtype TAtt3D TAtt3D :: (ForeignPtr RawTAtt3D) -> TAtt3D class IDeletable a => ITAtt3D a module HROOT.Class.TAttAxis newtype TAttAxis TAttAxis :: (ForeignPtr RawTAttAxis) -> TAttAxis class IDeletable a => ITAttAxis a setLabelColor :: ITAttAxis a => a -> Int -> IO () setLabelSize :: ITAttAxis a => a -> Double -> IO () setTickLength :: ITAttAxis a => a -> Double -> IO () setTitleOffset :: ITAttAxis a => a -> Double -> IO () setNdivisions :: ITAttAxis a => a -> Int -> Int -> IO () module HROOT.Class.TAttBBox newtype TAttBBox TAttBBox :: (ForeignPtr RawTAttBBox) -> TAttBBox class IDeletable a => ITAttBBox a module HROOT.Class.TAttCanvas newtype TAttCanvas TAttCanvas :: (ForeignPtr RawTAttCanvas) -> TAttCanvas class IDeletable a => ITAttCanvas a module HROOT.Class.TAttFill newtype TAttFill TAttFill :: (ForeignPtr RawTAttFill) -> TAttFill class IDeletable a => ITAttFill a setFillColor :: ITAttFill a => a -> Int -> IO () setFillStyle :: ITAttFill a => a -> Int -> IO () module HROOT.Class.TAttImage newtype TAttImage TAttImage :: (ForeignPtr RawTAttImage) -> TAttImage class IDeletable a => ITAttImage a module HROOT.Class.TAttLine newtype TAttLine TAttLine :: (ForeignPtr RawTAttLine) -> TAttLine class IDeletable a => ITAttLine a setLineColor :: ITAttLine a => a -> Int -> IO () module HROOT.Class.TAttMarker newtype TAttMarker TAttMarker :: (ForeignPtr RawTAttMarker) -> TAttMarker class IDeletable a => ITAttMarker a module HROOT.Class.TAttPad newtype TAttPad TAttPad :: (ForeignPtr RawTAttPad) -> TAttPad class IDeletable a => ITAttPad a module HROOT.Class.TAttParticle newtype TAttParticle TAttParticle :: (ForeignPtr RawTAttParticle) -> TAttParticle class ITNamed a => ITAttParticle a module HROOT.Class.TAttText newtype TAttText TAttText :: (ForeignPtr RawTAttText) -> TAttText class IDeletable a => ITAttText a setTextColor :: ITAttText a => a -> Int -> IO () setTextAlign :: ITAttText a => a -> Int -> IO () setTextSize :: ITAttText a => a -> Double -> IO () module HROOT.Class.THStack newtype THStack THStack :: (ForeignPtr RawTHStack) -> THStack class ITNamed a => ITHStack a module HROOT.Class.TF1 newtype TF1 TF1 :: (ForeignPtr RawTF1) -> TF1 class (ITFormula a, ITAttLine a, ITAttFill a) => ITF1 a module HROOT.Class.TGraph newtype TGraph TGraph :: (ForeignPtr RawTGraph) -> TGraph class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITGraph a module HROOT.Class.TGraphAsymmErrors newtype TGraphAsymmErrors TGraphAsymmErrors :: (ForeignPtr RawTGraphAsymmErrors) -> TGraphAsymmErrors class ITGraph a => ITGraphAsymmErrors a module HROOT.Class.TCutG newtype TCutG TCutG :: (ForeignPtr RawTCutG) -> TCutG class ITGraph a => ITCutG a module HROOT.Class.TGraphBentErrors newtype TGraphBentErrors TGraphBentErrors :: (ForeignPtr RawTGraphBentErrors) -> TGraphBentErrors class ITGraph a => ITGraphBentErrors a module HROOT.Class.TGraphErrors newtype TGraphErrors TGraphErrors :: (ForeignPtr RawTGraphErrors) -> TGraphErrors class ITGraph a => ITGraphErrors a module HROOT.Class.TGraphPolar newtype TGraphPolar TGraphPolar :: (ForeignPtr RawTGraphPolar) -> TGraphPolar class ITGraphErrors a => ITGraphPolar a module HROOT.Class.TGraphQQ newtype TGraphQQ TGraphQQ :: (ForeignPtr RawTGraphQQ) -> TGraphQQ class ITGraph a => ITGraphQQ a module HROOT.Class.TEllipse newtype TEllipse TEllipse :: (ForeignPtr RawTEllipse) -> TEllipse class (ITObject a, ITAttLine a, ITAttFill a) => ITEllipse a module HROOT.Class.TArc newtype TArc TArc :: (ForeignPtr RawTArc) -> TArc class ITEllipse a => ITArc a module HROOT.Class.TCrown newtype TCrown TCrown :: (ForeignPtr RawTCrown) -> TCrown class ITEllipse a => ITCrown a module HROOT.Class.TLine newtype TLine TLine :: (ForeignPtr RawTLine) -> TLine class (ITObject a, ITAttLine a) => ITLine a module HROOT.Class.TArrow newtype TArrow TArrow :: (ForeignPtr RawTArrow) -> TArrow class (ITLine a, ITAttFill a) => ITArrow a module HROOT.Class.TGaxis newtype TGaxis TGaxis :: (ForeignPtr RawTGaxis) -> TGaxis class (ITLine a, ITAttText a) => ITGaxis a module HROOT.Class.TShape newtype TShape TShape :: (ForeignPtr RawTShape) -> TShape class (ITNamed a, ITAttLine a, ITAttFill a, ITAtt3D a) => ITShape a module HROOT.Class.TBRIK newtype TBRIK TBRIK :: (ForeignPtr RawTBRIK) -> TBRIK class ITShape a => ITBRIK a module HROOT.Class.TTUBE newtype TTUBE TTUBE :: (ForeignPtr RawTTUBE) -> TTUBE class ITShape a => ITTUBE a module HROOT.Class.TPCON newtype TPCON TPCON :: (ForeignPtr RawTPCON) -> TPCON class ITShape a => ITPCON a module HROOT.Class.TSPHE newtype TSPHE TSPHE :: (ForeignPtr RawTSPHE) -> TSPHE class ITShape a => ITSPHE a module HROOT.Class.TXTRU newtype TXTRU TXTRU :: (ForeignPtr RawTXTRU) -> TXTRU class ITShape a => ITXTRU a module HROOT.Class.TBox newtype TBox TBox :: (ForeignPtr RawTBox) -> TBox class (ITObject a, ITAttLine a, ITAttFill a) => ITBox a module HROOT.Class.TPave newtype TPave TPave :: (ForeignPtr RawTPave) -> TPave class ITBox a => ITPave a module HROOT.Class.TPaveText newtype TPaveText TPaveText :: (ForeignPtr RawTPaveText) -> TPaveText class (ITPave a, ITAttText a) => ITPaveText a module HROOT.Class.TDiamond newtype TDiamond TDiamond :: (ForeignPtr RawTDiamond) -> TDiamond class ITPaveText a => ITDiamond a module HROOT.Class.TPaveStats newtype TPaveStats TPaveStats :: (ForeignPtr RawTPaveStats) -> TPaveStats class ITPaveText a => ITPaveStats a module HROOT.Class.TPavesText newtype TPavesText TPavesText :: (ForeignPtr RawTPavesText) -> TPavesText class ITPaveText a => ITPavesText a module HROOT.Class.TLegend newtype TLegend TLegend :: (ForeignPtr RawTLegend) -> TLegend class (ITPave a, ITAttText a) => ITLegend a module HROOT.Class.TPaveLabel newtype TPaveLabel TPaveLabel :: (ForeignPtr RawTPaveLabel) -> TPaveLabel class (ITPave a, ITAttText a) => ITPaveLabel a module HROOT.Class.TPaveClass newtype TPaveClass TPaveClass :: (ForeignPtr RawTPaveClass) -> TPaveClass class ITPaveLabel a => ITPaveClass a module HROOT.Class.TWbox newtype TWbox TWbox :: (ForeignPtr RawTWbox) -> TWbox class ITBox a => ITWbox a setBorderMode :: ITWbox a => a -> Int -> IO () module HROOT.Class.TFrame newtype TFrame TFrame :: (ForeignPtr RawTFrame) -> TFrame class ITWbox a => ITFrame a module HROOT.Class.TSliderBox newtype TSliderBox TSliderBox :: (ForeignPtr RawTSliderBox) -> TSliderBox class ITWbox a => ITSliderBox a module HROOT.Class.TTree newtype TTree TTree :: (ForeignPtr RawTTree) -> TTree class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITTree a module HROOT.Class.TChain newtype TChain TChain :: (ForeignPtr RawTChain) -> TChain class ITTree a => ITChain a module HROOT.Class.TNtuple newtype TNtuple TNtuple :: (ForeignPtr RawTNtuple) -> TNtuple class ITTree a => ITNtuple a module HROOT.Class.TNtupleD newtype TNtupleD TNtupleD :: (ForeignPtr RawTNtupleD) -> TNtupleD class ITTree a => ITNtupleD a module HROOT.Class.TTreeSQL newtype TTreeSQL TTreeSQL :: (ForeignPtr RawTTreeSQL) -> TTreeSQL class ITTree a => ITTreeSQL a module HROOT.Class.TPolyLine newtype TPolyLine TPolyLine :: (ForeignPtr RawTPolyLine) -> TPolyLine class (ITObject a, ITAttLine a, ITAttFill a) => ITPolyLine a module HROOT.Class.TCurlyLine newtype TCurlyLine TCurlyLine :: (ForeignPtr RawTCurlyLine) -> TCurlyLine class ITPolyLine a => ITCurlyLine a module HROOT.Class.TCurlyArc newtype TCurlyArc TCurlyArc :: (ForeignPtr RawTCurlyArc) -> TCurlyArc class ITCurlyLine a => ITCurlyArc a module HROOT.Class.TEfficiency newtype TEfficiency TEfficiency :: (ForeignPtr RawTEfficiency) -> TEfficiency class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITEfficiency a module HROOT.Class.TAxis newtype TAxis TAxis :: (ForeignPtr RawTAxis) -> TAxis class (ITNamed a, ITAttAxis a) => ITAxis a module HROOT.Class.TLatex newtype TLatex TLatex :: (ForeignPtr RawTLatex) -> TLatex class (ITText a, ITAttLine a) => ITLatex a module HROOT.Class.TText newtype TText TText :: (ForeignPtr RawTText) -> TText class (ITNamed a, ITAttText a) => ITText a module HROOT.Class.TDirectory newtype TDirectory TDirectory :: (ForeignPtr RawTDirectory) -> TDirectory class ITNamed a => ITDirectory a close :: ITDirectory a => a -> String -> IO () get :: ITDirectory a => a -> String -> IO (Exist TObject) module HROOT.Class.TDirectoryFile newtype TDirectoryFile TDirectoryFile :: (ForeignPtr RawTDirectoryFile) -> TDirectoryFile class ITDirectory a => ITDirectoryFile a module HROOT.Class.TFile newtype TFile TFile :: (ForeignPtr RawTFile) -> TFile class ITDirectoryFile a => ITFile a module HROOT.Class.TBranch newtype TBranch TBranch :: (ForeignPtr RawTBranch) -> TBranch class (ITNamed a, ITAttFill a) => ITBranch a module HROOT.Class.TVirtualTreePlayer newtype TVirtualTreePlayer TVirtualTreePlayer :: (ForeignPtr RawTVirtualTreePlayer) -> TVirtualTreePlayer class ITObject a => ITVirtualTreePlayer a module HROOT.Class.TTreePlayer newtype TTreePlayer TTreePlayer :: (ForeignPtr RawTTreePlayer) -> TTreePlayer class ITVirtualTreePlayer a => ITTreePlayer a module HROOT.Class.TArray newtype TArray TArray :: (ForeignPtr RawTArray) -> TArray class IDeletable a => ITArray a module HROOT.Class.TArrayC newtype TArrayC TArrayC :: (ForeignPtr RawTArrayC) -> TArrayC class ITArray a => ITArrayC a module HROOT.Class.TArrayD newtype TArrayD TArrayD :: (ForeignPtr RawTArrayD) -> TArrayD class ITArray a => ITArrayD a module HROOT.Class.TArrayF newtype TArrayF TArrayF :: (ForeignPtr RawTArrayF) -> TArrayF class ITArray a => ITArrayF a module HROOT.Class.TArrayI newtype TArrayI TArrayI :: (ForeignPtr RawTArrayI) -> TArrayI class ITArray a => ITArrayI a module HROOT.Class.TArrayL newtype TArrayL TArrayL :: (ForeignPtr RawTArrayL) -> TArrayL class ITArray a => ITArrayL a module HROOT.Class.TArrayL64 newtype TArrayL64 TArrayL64 :: (ForeignPtr RawTArrayL64) -> TArrayL64 class ITArray a => ITArrayL64 a module HROOT.Class.TArrayS newtype TArrayS TArrayS :: (ForeignPtr RawTArrayS) -> TArrayS class ITArray a => ITArrayS a module HROOT.Class.TH1 newtype TH1 TH1 :: (ForeignPtr RawTH1) -> TH1 -- | the TH1 class : the mother class of all histogram classes -- --
--   class TH1 : TNamed, TAttLine, TAttFill, TAttMarker
--   
class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITH1 a add :: (ITH1 a, ITH1 c0, FPtr c0) => a -> c0 -> Double -> IO () addBinContent :: ITH1 a => a -> Int -> Double -> IO () chi2Test :: (ITH1 a, ITH1 c0, FPtr c0) => a -> c0 -> String -> [Double] -> IO Double computeIntegral :: ITH1 a => a -> IO Double directoryAutoAdd :: (ITH1 a, ITDirectory c0, FPtr c0) => a -> c0 -> IO () distancetoPrimitive :: ITH1 a => a -> Int -> Int -> IO Int divide :: (ITH1 a, ITH2 c1, FPtr c1, ITH1 c0, FPtr c0) => a -> c0 -> c1 -> Double -> Double -> String -> IO () drawCopy :: ITH1 a => a -> String -> IO a drawNormalized :: ITH1 a => a -> String -> Double -> IO (Exist TH1) drawPanel :: ITH1 a => a -> IO () bufferEmpty :: ITH1 a => a -> Int -> IO Int eval :: (ITH1 a, ITF1 c0, FPtr c0) => a -> c0 -> String -> IO () executeEvent :: ITH1 a => a -> Int -> Int -> Int -> IO () fFT :: (ITH1 a, ITH1 c0, FPtr c0) => a -> c0 -> String -> IO (Exist TH1) fill1 :: ITH1 a => a -> Double -> IO Int fillN :: ITH1 a => a -> Int -> [Double] -> [Double] -> Int -> IO () fillRandom :: (ITH1 a, ITH1 c0, FPtr c0) => a -> c0 -> Int -> IO () findBin :: ITH1 a => a -> Double -> Double -> Double -> IO Int findFixBin :: ITH1 a => a -> Double -> Double -> Double -> IO Int findFirstBinAbove :: ITH1 a => a -> Double -> Int -> IO Int findLastBinAbove :: ITH1 a => a -> Double -> Int -> IO Int fitPanel :: ITH1 a => a -> IO () getNdivisions :: ITH1 a => a -> String -> IO Int getAxisColor :: ITH1 a => a -> String -> IO Int getLabelColor :: ITH1 a => a -> String -> IO Int getLabelFont :: ITH1 a => a -> String -> IO Int getLabelOffset :: ITH1 a => a -> String -> IO Double getLabelSize :: ITH1 a => a -> String -> IO Double getTitleFont :: ITH1 a => a -> String -> IO Int getTitleOffset :: ITH1 a => a -> String -> IO Double getTitleSize :: ITH1 a => a -> String -> IO Double getTickLength :: ITH1 a => a -> String -> IO Double getBarOffset :: ITH1 a => a -> IO Double getBarWidth :: ITH1 a => a -> IO Double getContour :: ITH1 a => a -> [Double] -> IO Int getContourLevel :: ITH1 a => a -> Int -> IO Double getContourLevelPad :: ITH1 a => a -> Int -> IO Double getBin :: ITH1 a => a -> Int -> Int -> Int -> IO Int getBinCenter :: ITH1 a => a -> Int -> IO Double getBinContent1 :: ITH1 a => a -> Int -> IO Double getBinContent2 :: ITH1 a => a -> Int -> Int -> IO Double getBinContent3 :: ITH1 a => a -> Int -> Int -> Int -> IO Double getBinError1 :: ITH1 a => a -> Int -> IO Double getBinError2 :: ITH1 a => a -> Int -> Int -> IO Double getBinError3 :: ITH1 a => a -> Int -> Int -> Int -> IO Double getBinLowEdge :: ITH1 a => a -> Int -> IO Double getBinWidth :: ITH1 a => a -> Int -> IO Double getCellContent :: ITH1 a => a -> Int -> Int -> IO Double getCellError :: ITH1 a => a -> Int -> Int -> IO Double module HROOT.Class.TH2 newtype TH2 TH2 :: (ForeignPtr RawTH2) -> TH2 class ITH1 a => ITH2 a fill2 :: ITH2 a => a -> Double -> Double -> IO Int module HROOT.Class.TH3 newtype TH3 TH3 :: (ForeignPtr RawTH3) -> TH3 class (ITH1 a, ITAtt3D a) => ITH3 a module HROOT.Class.TH1C newtype TH1C TH1C :: (ForeignPtr RawTH1C) -> TH1C class (ITH1 a, ITArrayC a) => ITH1C a module HROOT.Class.TH1D newtype TH1D TH1D :: (ForeignPtr RawTH1D) -> TH1D class (ITH1 a, ITArrayD a) => ITH1D a module HROOT.Class.TH1F newtype TH1F TH1F :: (ForeignPtr RawTH1F) -> TH1F class (ITH1 a, ITArrayF a) => ITH1F a module HROOT.Class.TH1I newtype TH1I TH1I :: (ForeignPtr RawTH1I) -> TH1I class (ITH1 a, ITArrayI a) => ITH1I a module HROOT.Class.TH1S newtype TH1S TH1S :: (ForeignPtr RawTH1S) -> TH1S class (ITH1 a, ITArrayS a) => ITH1S a module HROOT.Class.TH2C newtype TH2C TH2C :: (ForeignPtr RawTH2C) -> TH2C class (ITH2 a, ITArrayC a) => ITH2C a module HROOT.Class.TH2D newtype TH2D TH2D :: (ForeignPtr RawTH2D) -> TH2D class (ITH2 a, ITArrayD a) => ITH2D a module HROOT.Class.TH2F newtype TH2F TH2F :: (ForeignPtr RawTH2F) -> TH2F class (ITH2 a, ITArrayF a) => ITH2F a module HROOT.Class.TH2I newtype TH2I TH2I :: (ForeignPtr RawTH2I) -> TH2I class (ITH2 a, ITArrayI a) => ITH2I a module HROOT.Class.TH2Poly newtype TH2Poly TH2Poly :: (ForeignPtr RawTH2Poly) -> TH2Poly class ITH2 a => ITH2Poly a module HROOT.Class.TH2S newtype TH2S TH2S :: (ForeignPtr RawTH2S) -> TH2S class (ITH2 a, ITArrayS a) => ITH2S a module HROOT.Class.TH3C newtype TH3C TH3C :: (ForeignPtr RawTH3C) -> TH3C class (ITH3 a, ITArrayC a) => ITH3C a -- | HROOT: a low-level binding to ROOT in haskell. -- -- For ROOT, please refer to http://root.cern.ch. The -- following is a copy of its description in ROOT homepage. -- -- -- -- You can download ROOT package and install in your local -- directory or in global directory. For local installation, You need to -- set environmental variable ROOTSYS to the home directory of -- ROOT and include $ROOTSYS/bin and $ROOTSYS/lib in -- your PATH and LD_LIBRARY_PATH or -- DYLD_LIBRARY_PATH for ROOT to work, respectively. -- -- HROOT package can be installed without ROOT, but it won't work. -- Examples are in example directory in the package. module HROOT