- class Castable a b where
- class FPtr a where
- type Raw a :: *
- get_fptr :: a -> ForeignPtr (Raw a)
- cast_fptr_to_obj :: ForeignPtr (Raw a) -> a
- class Existable a where
- data 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)
- data RawTNamed
- newtype TNamed = TNamed (ForeignPtr RawTNamed)
- data RawTClass
- newtype TClass = TClass (ForeignPtr RawTClass)
- data RawTFormula
- newtype TFormula = TFormula (ForeignPtr RawTFormula)
- data RawTAtt3D
- newtype TAtt3D = TAtt3D (ForeignPtr RawTAtt3D)
- data RawTAttAxis
- newtype TAttAxis = TAttAxis (ForeignPtr RawTAttAxis)
- data RawTAttBBox
- newtype TAttBBox = TAttBBox (ForeignPtr RawTAttBBox)
- data RawTAttCanvas
- newtype TAttCanvas = TAttCanvas (ForeignPtr RawTAttCanvas)
- data RawTAttFill
- newtype TAttFill = TAttFill (ForeignPtr RawTAttFill)
- data RawTAttImage
- newtype TAttImage = TAttImage (ForeignPtr RawTAttImage)
- data RawTAttLine
- newtype TAttLine = TAttLine (ForeignPtr RawTAttLine)
- data RawTAttMarker
- newtype TAttMarker = TAttMarker (ForeignPtr RawTAttMarker)
- data RawTAttPad
- newtype TAttPad = TAttPad (ForeignPtr RawTAttPad)
- data RawTAttParticle
- newtype TAttParticle = TAttParticle (ForeignPtr RawTAttParticle)
- data RawTAttText
- newtype TAttText = TAttText (ForeignPtr RawTAttText)
- data RawTHStack
- newtype THStack = THStack (ForeignPtr RawTHStack)
- data RawTF1
- newtype TF1 = TF1 (ForeignPtr RawTF1)
- data RawTGraph
- newtype TGraph = TGraph (ForeignPtr RawTGraph)
- data RawTGraphAsymmErrors
- newtype TGraphAsymmErrors = TGraphAsymmErrors (ForeignPtr RawTGraphAsymmErrors)
- data RawTCutG
- newtype TCutG = TCutG (ForeignPtr RawTCutG)
- data RawTGraphBentErrors
- newtype TGraphBentErrors = TGraphBentErrors (ForeignPtr RawTGraphBentErrors)
- data RawTGraphErrors
- newtype TGraphErrors = TGraphErrors (ForeignPtr RawTGraphErrors)
- data RawTGraphPolar
- newtype TGraphPolar = TGraphPolar (ForeignPtr RawTGraphPolar)
- data RawTGraphQQ
- newtype TGraphQQ = TGraphQQ (ForeignPtr RawTGraphQQ)
- data RawTEllipse
- newtype TEllipse = TEllipse (ForeignPtr RawTEllipse)
- data RawTArc
- newtype TArc = TArc (ForeignPtr RawTArc)
- data RawTCrown
- newtype TCrown = TCrown (ForeignPtr RawTCrown)
- data RawTLine
- newtype TLine = TLine (ForeignPtr RawTLine)
- data RawTArrow
- newtype TArrow = TArrow (ForeignPtr RawTArrow)
- data RawTGaxis
- newtype TGaxis = TGaxis (ForeignPtr RawTGaxis)
- data RawTShape
- newtype TShape = TShape (ForeignPtr RawTShape)
- data RawTBRIK
- newtype TBRIK = TBRIK (ForeignPtr RawTBRIK)
- data RawTTUBE
- newtype TTUBE = TTUBE (ForeignPtr RawTTUBE)
- data RawTPCON
- newtype TPCON = TPCON (ForeignPtr RawTPCON)
- data RawTSPHE
- newtype TSPHE = TSPHE (ForeignPtr RawTSPHE)
- data RawTXTRU
- newtype TXTRU = TXTRU (ForeignPtr RawTXTRU)
- data RawTBox
- newtype TBox = TBox (ForeignPtr RawTBox)
- data RawTPave
- newtype TPave = TPave (ForeignPtr RawTPave)
- data RawTPaveText
- newtype TPaveText = TPaveText (ForeignPtr RawTPaveText)
- data RawTDiamond
- newtype TDiamond = TDiamond (ForeignPtr RawTDiamond)
- data RawTPaveStats
- newtype TPaveStats = TPaveStats (ForeignPtr RawTPaveStats)
- data RawTPavesText
- newtype TPavesText = TPavesText (ForeignPtr RawTPavesText)
- data RawTLegend
- newtype TLegend = TLegend (ForeignPtr RawTLegend)
- data RawTPaveLabel
- newtype TPaveLabel = TPaveLabel (ForeignPtr RawTPaveLabel)
- data RawTPaveClass
- newtype TPaveClass = TPaveClass (ForeignPtr RawTPaveClass)
- data RawTWbox
- newtype TWbox = TWbox (ForeignPtr RawTWbox)
- data RawTFrame
- newtype TFrame = TFrame (ForeignPtr RawTFrame)
- data RawTSliderBox
- newtype TSliderBox = TSliderBox (ForeignPtr RawTSliderBox)
- data RawTTree
- newtype TTree = TTree (ForeignPtr RawTTree)
- data RawTChain
- newtype TChain = TChain (ForeignPtr RawTChain)
- data RawTNtuple
- newtype TNtuple = TNtuple (ForeignPtr RawTNtuple)
- data RawTNtupleD
- newtype TNtupleD = TNtupleD (ForeignPtr RawTNtupleD)
- data RawTTreeSQL
- newtype TTreeSQL = TTreeSQL (ForeignPtr RawTTreeSQL)
- data RawTPolyLine
- newtype TPolyLine = TPolyLine (ForeignPtr RawTPolyLine)
- data RawTCurlyLine
- newtype TCurlyLine = TCurlyLine (ForeignPtr RawTCurlyLine)
- data RawTCurlyArc
- newtype TCurlyArc = TCurlyArc (ForeignPtr RawTCurlyArc)
- data RawTEfficiency
- newtype TEfficiency = TEfficiency (ForeignPtr RawTEfficiency)
- data RawTAxis
- newtype TAxis = TAxis (ForeignPtr RawTAxis)
- data RawTLatex
- newtype TLatex = TLatex (ForeignPtr RawTLatex)
- data RawTText
- newtype TText = TText (ForeignPtr RawTText)
- data RawTDirectory
- newtype TDirectory = TDirectory (ForeignPtr RawTDirectory)
- data RawTDirectoryFile
- newtype TDirectoryFile = TDirectoryFile (ForeignPtr RawTDirectoryFile)
- data RawTFile
- newtype TFile = TFile (ForeignPtr RawTFile)
- data RawTBranch
- newtype TBranch = TBranch (ForeignPtr RawTBranch)
- data RawTVirtualTreePlayer
- newtype TVirtualTreePlayer = TVirtualTreePlayer (ForeignPtr RawTVirtualTreePlayer)
- data RawTTreePlayer
- newtype TTreePlayer = TTreePlayer (ForeignPtr RawTTreePlayer)
- data RawTArray
- newtype TArray = TArray (ForeignPtr RawTArray)
- data RawTArrayC
- newtype TArrayC = TArrayC (ForeignPtr RawTArrayC)
- data RawTArrayD
- newtype TArrayD = TArrayD (ForeignPtr RawTArrayD)
- data RawTArrayF
- newtype TArrayF = TArrayF (ForeignPtr RawTArrayF)
- data RawTArrayI
- newtype TArrayI = TArrayI (ForeignPtr RawTArrayI)
- data RawTArrayL
- newtype TArrayL = TArrayL (ForeignPtr RawTArrayL)
- data RawTArrayL64
- newtype TArrayL64 = TArrayL64 (ForeignPtr RawTArrayL64)
- data RawTArrayS
- newtype TArrayS = TArrayS (ForeignPtr RawTArrayS)
- data RawTH1
- newtype TH1 = TH1 (ForeignPtr RawTH1)
- data RawTH2
- newtype TH2 = TH2 (ForeignPtr RawTH2)
- data RawTH3
- newtype TH3 = TH3 (ForeignPtr RawTH3)
- data RawTH1C
- newtype TH1C = TH1C (ForeignPtr RawTH1C)
- data RawTH1D
- newtype TH1D = TH1D (ForeignPtr RawTH1D)
- data RawTH1F
- newtype TH1F = TH1F (ForeignPtr RawTH1F)
- data RawTH1I
- newtype TH1I = TH1I (ForeignPtr RawTH1I)
- data RawTH1S
- newtype TH1S = TH1S (ForeignPtr RawTH1S)
- data RawTH2C
- newtype TH2C = TH2C (ForeignPtr RawTH2C)
- data RawTH2D
- newtype TH2D = TH2D (ForeignPtr RawTH2D)
- data RawTH2F
- newtype TH2F = TH2F (ForeignPtr RawTH2F)
- data RawTH2I
- newtype TH2I = TH2I (ForeignPtr RawTH2I)
- data RawTH2Poly
- newtype TH2Poly = TH2Poly (ForeignPtr RawTH2Poly)
- data RawTH2S
- newtype TH2S = TH2S (ForeignPtr RawTH2S)
- data RawTH3C
- newtype TH3C = TH3C (ForeignPtr RawTH3C)
- data RawTH3D
- newtype TH3D = TH3D (ForeignPtr RawTH3D)
- data RawTH3F
- newtype TH3F = TH3F (ForeignPtr RawTH3F)
- data RawTH3I
- newtype TH3I = TH3I (ForeignPtr RawTH3I)
- data RawTH3S
- newtype TH3S = TH3S (ForeignPtr RawTH3S)
- data RawTQObject
- newtype TQObject = TQObject (ForeignPtr RawTQObject)
- data RawTVirtualPad
- newtype TVirtualPad = TVirtualPad (ForeignPtr RawTVirtualPad)
- data RawTPad
- newtype TPad = TPad (ForeignPtr RawTPad)
- data RawTButton
- newtype TButton = TButton (ForeignPtr RawTButton)
- data RawTGroupButton
- newtype TGroupButton = TGroupButton (ForeignPtr RawTGroupButton)
- data RawTCanvas
- newtype TCanvas = TCanvas (ForeignPtr RawTCanvas)
- data RawTDialogCanvas
- newtype TDialogCanvas = TDialogCanvas (ForeignPtr RawTDialogCanvas)
- data RawTInspectCanvas
- newtype TInspectCanvas = TInspectCanvas (ForeignPtr RawTInspectCanvas)
- data RawTEvePad
- newtype TEvePad = TEvePad (ForeignPtr RawTEvePad)
- data RawTSlider
- newtype TSlider = TSlider (ForeignPtr RawTSlider)
- data RawTApplication
- newtype TApplication = TApplication (ForeignPtr RawTApplication)
- data RawTRint
- newtype TRint = TRint (ForeignPtr RawTRint)
- data RawTRandom
- newtype TRandom = TRandom (ForeignPtr RawTRandom)
- class IDeletable a where
- class IDeletable a => ITObject a where
- class ITObject a => ITNamed a where
- class ITNamed a => ITDictionary a
- class ITDictionary a => ITClass a
- class ITNamed a => ITFormula a where
- getParameter :: a -> Int -> IO Double
- setParameter :: a -> Int -> Double -> IO ()
- class IDeletable a => ITAtt3D a
- class IDeletable a => ITAttAxis a where
- setLabelColor :: a -> Int -> IO ()
- setLabelSize :: a -> Double -> IO ()
- setTickLength :: a -> Double -> IO ()
- setTitleOffset :: a -> Double -> IO ()
- setNdivisions :: a -> Int -> Int -> IO ()
- class IDeletable a => ITAttBBox a
- class IDeletable a => ITAttCanvas a
- class IDeletable a => ITAttFill a where
- setFillColor :: a -> Int -> IO ()
- setFillStyle :: a -> Int -> IO ()
- class IDeletable a => ITAttImage a
- class IDeletable a => ITAttLine a where
- setLineColor :: a -> Int -> IO ()
- class IDeletable a => ITAttMarker a
- class IDeletable a => ITAttPad a
- class ITNamed a => ITAttParticle a
- class IDeletable a => ITAttText a where
- setTextColor :: a -> Int -> IO ()
- setTextAlign :: a -> Int -> IO ()
- setTextSize :: 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 where
- setBorderMode :: 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 where
- 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
- class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITH1 a where
- add :: (ITH1 c0, FPtr c0) => a -> c0 -> Double -> IO ()
- addBinContent :: a -> Int -> Double -> IO ()
- chi2Test :: (ITH1 c0, FPtr c0) => a -> c0 -> String -> [Double] -> IO Double
- computeIntegral :: a -> IO Double
- directoryAutoAdd :: (ITDirectory c0, FPtr c0) => a -> c0 -> IO ()
- distancetoPrimitive :: a -> Int -> Int -> IO Int
- divide :: (ITH2 c1, FPtr c1, ITH1 c0, FPtr c0) => a -> c0 -> c1 -> Double -> Double -> String -> IO ()
- drawCopy :: a -> String -> IO a
- drawNormalized :: a -> String -> Double -> IO (Exist TH1)
- drawPanel :: a -> IO ()
- bufferEmpty :: a -> Int -> IO Int
- eval :: (ITF1 c0, FPtr c0) => a -> c0 -> String -> IO ()
- executeEvent :: a -> Int -> Int -> Int -> IO ()
- fFT :: (ITH1 c0, FPtr c0) => a -> c0 -> String -> IO (Exist TH1)
- fill1 :: a -> Double -> IO Int
- fillN :: a -> Int -> [Double] -> [Double] -> Int -> IO ()
- fillRandom :: (ITH1 c0, FPtr c0) => a -> c0 -> Int -> IO ()
- findBin :: a -> Double -> Double -> Double -> IO Int
- findFixBin :: a -> Double -> Double -> Double -> IO Int
- findFirstBinAbove :: a -> Double -> Int -> IO Int
- findLastBinAbove :: a -> Double -> Int -> IO Int
- fitPanel :: a -> IO ()
- getNdivisions :: a -> String -> IO Int
- getAxisColor :: a -> String -> IO Int
- getLabelColor :: a -> String -> IO Int
- getLabelFont :: a -> String -> IO Int
- getLabelOffset :: a -> String -> IO Double
- getLabelSize :: a -> String -> IO Double
- getTitleFont :: a -> String -> IO Int
- getTitleOffset :: a -> String -> IO Double
- getTitleSize :: a -> String -> IO Double
- getTickLength :: a -> String -> IO Double
- getBarOffset :: a -> IO Double
- getBarWidth :: a -> IO Double
- getContour :: a -> [Double] -> IO Int
- getContourLevel :: a -> Int -> IO Double
- getContourLevelPad :: a -> Int -> IO Double
- getBin :: a -> Int -> Int -> Int -> IO Int
- getBinCenter :: a -> Int -> IO Double
- getBinContent1 :: a -> Int -> IO Double
- getBinContent2 :: a -> Int -> Int -> IO Double
- getBinContent3 :: a -> Int -> Int -> Int -> IO Double
- getBinError1 :: a -> Int -> IO Double
- getBinError2 :: a -> Int -> Int -> IO Double
- getBinError3 :: a -> Int -> Int -> Int -> IO Double
- getBinLowEdge :: a -> Int -> IO Double
- getBinWidth :: a -> Int -> IO Double
- getCellContent :: a -> Int -> Int -> IO Double
- getCellError :: a -> Int -> Int -> IO Double
- class ITH1 a => ITH2 a where
- 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 where
- 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 where
- class ITApplication a => ITRint a
- class ITNamed a => ITRandom a where
Documentation
class Castable a b whereSource
get_fptr :: a -> ForeignPtr (Raw a)Source
cast_fptr_to_obj :: ForeignPtr (Raw a) -> aSource
xform1 :: (Castable a ca, Castable x1 cx1, Castable y cy) => (ca -> cx1 -> IO cy) -> a -> x1 -> IO ySource
xform2 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable y cy) => (ca -> cx1 -> cx2 -> IO cy) -> a -> x1 -> x2 -> IO ySource
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 ySource
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 ySource
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 ySource
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 ySource
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 ySource
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 ySource
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 ySource
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 ySource
data RawTObject Source
(ITObject a, FPtr a) => Castable a (Ptr RawTObject) | |
Castable (Exist TObject) (Ptr RawTObject) |
data RawTFormula Source
(ITFormula a, FPtr a) => Castable a (Ptr RawTFormula) | |
Castable (Exist TFormula) (Ptr RawTFormula) |
data RawTAttAxis Source
(ITAttAxis a, FPtr a) => Castable a (Ptr RawTAttAxis) | |
Castable (Exist TAttAxis) (Ptr RawTAttAxis) |
data RawTAttBBox Source
(ITAttBBox a, FPtr a) => Castable a (Ptr RawTAttBBox) | |
Castable (Exist TAttBBox) (Ptr RawTAttBBox) |
data RawTAttCanvas Source
(ITAttCanvas a, FPtr a) => Castable a (Ptr RawTAttCanvas) | |
Castable (Exist TAttCanvas) (Ptr RawTAttCanvas) |
newtype TAttCanvas Source
data RawTAttFill Source
(ITAttFill a, FPtr a) => Castable a (Ptr RawTAttFill) | |
Castable (Exist TAttFill) (Ptr RawTAttFill) |
data RawTAttImage Source
(ITAttImage a, FPtr a) => Castable a (Ptr RawTAttImage) | |
Castable (Exist TAttImage) (Ptr RawTAttImage) |
data RawTAttLine Source
(ITAttLine a, FPtr a) => Castable a (Ptr RawTAttLine) | |
Castable (Exist TAttLine) (Ptr RawTAttLine) |
data RawTAttMarker Source
(ITAttMarker a, FPtr a) => Castable a (Ptr RawTAttMarker) | |
Castable (Exist TAttMarker) (Ptr RawTAttMarker) |
newtype TAttMarker Source
data RawTAttPad Source
(ITAttPad a, FPtr a) => Castable a (Ptr RawTAttPad) | |
Castable (Exist TAttPad) (Ptr RawTAttPad) |
data RawTAttParticle Source
(ITAttParticle a, FPtr a) => Castable a (Ptr RawTAttParticle) | |
Castable (Exist TAttParticle) (Ptr RawTAttParticle) |
newtype TAttParticle Source
data RawTAttText Source
(ITAttText a, FPtr a) => Castable a (Ptr RawTAttText) | |
Castable (Exist TAttText) (Ptr RawTAttText) |
data RawTHStack Source
(ITHStack a, FPtr a) => Castable a (Ptr RawTHStack) | |
Castable (Exist THStack) (Ptr RawTHStack) |
data RawTGraphAsymmErrors Source
(ITGraphAsymmErrors a, FPtr a) => Castable a (Ptr RawTGraphAsymmErrors) | |
Castable (Exist TGraphAsymmErrors) (Ptr RawTGraphAsymmErrors) |
newtype TGraphAsymmErrors Source
data RawTGraphBentErrors Source
(ITGraphBentErrors a, FPtr a) => Castable a (Ptr RawTGraphBentErrors) | |
Castable (Exist TGraphBentErrors) (Ptr RawTGraphBentErrors) |
newtype TGraphBentErrors Source
data RawTGraphErrors Source
(ITGraphErrors a, FPtr a) => Castable a (Ptr RawTGraphErrors) | |
Castable (Exist TGraphErrors) (Ptr RawTGraphErrors) |
newtype TGraphErrors Source
data RawTGraphPolar Source
(ITGraphPolar a, FPtr a) => Castable a (Ptr RawTGraphPolar) | |
Castable (Exist TGraphPolar) (Ptr RawTGraphPolar) |
newtype TGraphPolar Source
data RawTGraphQQ Source
(ITGraphQQ a, FPtr a) => Castable a (Ptr RawTGraphQQ) | |
Castable (Exist TGraphQQ) (Ptr RawTGraphQQ) |
data RawTEllipse Source
(ITEllipse a, FPtr a) => Castable a (Ptr RawTEllipse) | |
Castable (Exist TEllipse) (Ptr RawTEllipse) |
data RawTPaveText Source
(ITPaveText a, FPtr a) => Castable a (Ptr RawTPaveText) | |
Castable (Exist TPaveText) (Ptr RawTPaveText) |
data RawTDiamond Source
(ITDiamond a, FPtr a) => Castable a (Ptr RawTDiamond) | |
Castable (Exist TDiamond) (Ptr RawTDiamond) |
data RawTPaveStats Source
(ITPaveStats a, FPtr a) => Castable a (Ptr RawTPaveStats) | |
Castable (Exist TPaveStats) (Ptr RawTPaveStats) |
newtype TPaveStats Source
data RawTPavesText Source
(ITPavesText a, FPtr a) => Castable a (Ptr RawTPavesText) | |
Castable (Exist TPavesText) (Ptr RawTPavesText) |
newtype TPavesText Source
data RawTLegend Source
(ITLegend a, FPtr a) => Castable a (Ptr RawTLegend) | |
Castable (Exist TLegend) (Ptr RawTLegend) |
data RawTPaveLabel Source
(ITPaveLabel a, FPtr a) => Castable a (Ptr RawTPaveLabel) | |
Castable (Exist TPaveLabel) (Ptr RawTPaveLabel) |
newtype TPaveLabel Source
data RawTPaveClass Source
(ITPaveClass a, FPtr a) => Castable a (Ptr RawTPaveClass) | |
Castable (Exist TPaveClass) (Ptr RawTPaveClass) |
newtype TPaveClass Source
data RawTSliderBox Source
(ITSliderBox a, FPtr a) => Castable a (Ptr RawTSliderBox) | |
Castable (Exist TSliderBox) (Ptr RawTSliderBox) |
newtype TSliderBox Source
data RawTNtuple Source
(ITNtuple a, FPtr a) => Castable a (Ptr RawTNtuple) | |
Castable (Exist TNtuple) (Ptr RawTNtuple) |
data RawTNtupleD Source
(ITNtupleD a, FPtr a) => Castable a (Ptr RawTNtupleD) | |
Castable (Exist TNtupleD) (Ptr RawTNtupleD) |
data RawTTreeSQL Source
(ITTreeSQL a, FPtr a) => Castable a (Ptr RawTTreeSQL) | |
Castable (Exist TTreeSQL) (Ptr RawTTreeSQL) |
data RawTPolyLine Source
(ITPolyLine a, FPtr a) => Castable a (Ptr RawTPolyLine) | |
Castable (Exist TPolyLine) (Ptr RawTPolyLine) |
data RawTCurlyLine Source
(ITCurlyLine a, FPtr a) => Castable a (Ptr RawTCurlyLine) | |
Castable (Exist TCurlyLine) (Ptr RawTCurlyLine) |
newtype TCurlyLine Source
data RawTCurlyArc Source
(ITCurlyArc a, FPtr a) => Castable a (Ptr RawTCurlyArc) | |
Castable (Exist TCurlyArc) (Ptr RawTCurlyArc) |
data RawTEfficiency Source
(ITEfficiency a, FPtr a) => Castable a (Ptr RawTEfficiency) | |
Castable (Exist TEfficiency) (Ptr RawTEfficiency) |
newtype TEfficiency Source
data RawTDirectory Source
(ITDirectory a, FPtr a) => Castable a (Ptr RawTDirectory) | |
Castable (Exist TDirectory) (Ptr RawTDirectory) |
newtype TDirectory Source
data RawTDirectoryFile Source
(ITDirectoryFile a, FPtr a) => Castable a (Ptr RawTDirectoryFile) | |
Castable (Exist TDirectoryFile) (Ptr RawTDirectoryFile) |
newtype TDirectoryFile Source
data RawTBranch Source
(ITBranch a, FPtr a) => Castable a (Ptr RawTBranch) | |
Castable (Exist TBranch) (Ptr RawTBranch) |
newtype TVirtualTreePlayer Source
data RawTTreePlayer Source
(ITTreePlayer a, FPtr a) => Castable a (Ptr RawTTreePlayer) | |
Castable (Exist TTreePlayer) (Ptr RawTTreePlayer) |
newtype TTreePlayer Source
data RawTArrayC Source
(ITArrayC a, FPtr a) => Castable a (Ptr RawTArrayC) | |
Castable (Exist TArrayC) (Ptr RawTArrayC) |
data RawTArrayD Source
(ITArrayD a, FPtr a) => Castable a (Ptr RawTArrayD) | |
Castable (Exist TArrayD) (Ptr RawTArrayD) |
data RawTArrayF Source
(ITArrayF a, FPtr a) => Castable a (Ptr RawTArrayF) | |
Castable (Exist TArrayF) (Ptr RawTArrayF) |
data RawTArrayI Source
(ITArrayI a, FPtr a) => Castable a (Ptr RawTArrayI) | |
Castable (Exist TArrayI) (Ptr RawTArrayI) |
data RawTArrayL Source
(ITArrayL a, FPtr a) => Castable a (Ptr RawTArrayL) | |
Castable (Exist TArrayL) (Ptr RawTArrayL) |
data RawTArrayL64 Source
(ITArrayL64 a, FPtr a) => Castable a (Ptr RawTArrayL64) | |
Castable (Exist TArrayL64) (Ptr RawTArrayL64) |
data RawTArrayS Source
(ITArrayS a, FPtr a) => Castable a (Ptr RawTArrayS) | |
Castable (Exist TArrayS) (Ptr RawTArrayS) |
data RawTH2Poly Source
(ITH2Poly a, FPtr a) => Castable a (Ptr RawTH2Poly) | |
Castable (Exist TH2Poly) (Ptr RawTH2Poly) |
data RawTQObject Source
(ITQObject a, FPtr a) => Castable a (Ptr RawTQObject) | |
Castable (Exist TQObject) (Ptr RawTQObject) |
data RawTVirtualPad Source
(ITVirtualPad a, FPtr a) => Castable a (Ptr RawTVirtualPad) | |
Castable (Exist TVirtualPad) (Ptr RawTVirtualPad) |
newtype TVirtualPad Source
data RawTButton Source
(ITButton a, FPtr a) => Castable a (Ptr RawTButton) | |
Castable (Exist TButton) (Ptr RawTButton) |
data RawTGroupButton Source
(ITGroupButton a, FPtr a) => Castable a (Ptr RawTGroupButton) | |
Castable (Exist TGroupButton) (Ptr RawTGroupButton) |
newtype TGroupButton Source
data RawTCanvas Source
(ITCanvas a, FPtr a) => Castable a (Ptr RawTCanvas) | |
Castable (Exist TCanvas) (Ptr RawTCanvas) |
data RawTDialogCanvas Source
(ITDialogCanvas a, FPtr a) => Castable a (Ptr RawTDialogCanvas) | |
Castable (Exist TDialogCanvas) (Ptr RawTDialogCanvas) |
newtype TDialogCanvas Source
data RawTInspectCanvas Source
(ITInspectCanvas a, FPtr a) => Castable a (Ptr RawTInspectCanvas) | |
Castable (Exist TInspectCanvas) (Ptr RawTInspectCanvas) |
newtype TInspectCanvas Source
data RawTEvePad Source
(ITEvePad a, FPtr a) => Castable a (Ptr RawTEvePad) | |
Castable (Exist TEvePad) (Ptr RawTEvePad) |
data RawTSlider Source
(ITSlider a, FPtr a) => Castable a (Ptr RawTSlider) | |
Castable (Exist TSlider) (Ptr RawTSlider) |
data RawTApplication Source
(ITApplication a, FPtr a) => Castable a (Ptr RawTApplication) | |
Castable (Exist TApplication) (Ptr RawTApplication) |
newtype TApplication Source
data RawTRandom Source
(ITRandom a, FPtr a) => Castable a (Ptr RawTRandom) | |
Castable (Exist TRandom) (Ptr RawTRandom) |
class IDeletable a whereSource
class IDeletable a => ITObject a whereSource
getName :: a -> IO StringSource
char* TObject::GetName()
draw :: a -> String -> IO ()Source
void TObject::Draw( char* option )
findObject :: a -> String -> IO (Exist TObject)Source
TObject* TObject::FindObject( char* name )
saveAs :: a -> String -> String -> IO ()Source
class ITObject a => ITNamed a whereSource
Class TNamed reference : http:root.cern.ch
class ITNamed a => ITDictionary a Source
class ITDictionary a => ITClass a Source
class IDeletable a => ITAtt3D a Source
class IDeletable a => ITAttAxis a whereSource
setLabelColor :: a -> Int -> IO ()Source
setLabelSize :: a -> Double -> IO ()Source
setTickLength :: a -> Double -> IO ()Source
setTitleOffset :: a -> Double -> IO ()Source
class IDeletable a => ITAttBBox a Source
class IDeletable a => ITAttCanvas a Source
class IDeletable a => ITAttFill a whereSource
setFillColor :: a -> Int -> IO ()Source
setFillStyle :: a -> Int -> IO ()Source
class IDeletable a => ITAttImage a Source
class IDeletable a => ITAttLine a whereSource
setLineColor :: a -> Int -> IO ()Source
class IDeletable a => ITAttMarker a Source
class IDeletable a => ITAttPad a Source
class ITNamed a => ITAttParticle a Source
class IDeletable a => ITAttText a whereSource
setTextColor :: a -> Int -> IO ()Source
setTextAlign :: a -> Int -> IO ()Source
setTextSize :: a -> Double -> IO ()Source
class ITGraph a => ITGraphBentErrors a Source
class ITGraphErrors a => ITGraphPolar a Source
class (ITPave a, ITAttText a) => ITPaveText a Source
class ITPaveText a => ITDiamond a Source
class ITPaveText a => ITPaveStats a Source
class ITPaveText a => ITPavesText a Source
class (ITPave a, ITAttText a) => ITPaveLabel a Source
class ITPaveLabel a => ITPaveClass a Source
class ITWbox a => ITSliderBox a Source
class (ITObject a, ITAttLine a, ITAttFill a) => ITPolyLine a Source
class ITPolyLine a => ITCurlyLine a Source
class ITCurlyLine a => ITCurlyArc a Source
class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITEfficiency a Source
class ITNamed a => ITDirectory a whereSource
class ITDirectoryFile a => ITFile a Source
class ITObject a => ITVirtualTreePlayer a Source
class ITVirtualTreePlayer a => ITTreePlayer a Source
class IDeletable a => ITArray a Source
class ITArray a => ITArrayL64 a Source
class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITH1 a whereSource
the TH1 class : the mother class of all histogram classes
class TH1 : TNamed, TAttLine, TAttFill, TAttMarker
add :: (ITH1 c0, FPtr c0) => a -> c0 -> Double -> IO ()Source
void TH1::Add( TH1* h1, Double_t c1 )
addBinContent :: a -> Int -> Double -> IO ()Source
void TH1::AddBinContent( Int_t bin, Double_t w )
chi2Test :: (ITH1 c0, FPtr c0) => a -> c0 -> String -> [Double] -> IO DoubleSource
Double_t TH1::Chi2Test( const TH1* h2, Option_t* option="UU", Double_t* res=0 ) const
computeIntegral :: a -> IO DoubleSource
Double_t TH1::ComputeIntegral ()
directoryAutoAdd :: (ITDirectory c0, FPtr c0) => a -> c0 -> IO ()Source
void TH1::DirectoryAutoAdd(TDirectory* )
distancetoPrimitive :: a -> Int -> Int -> IO IntSource
Int_t TH1::DistancetoPrimitive(Int_t px, Int_t py)
divide :: (ITH2 c1, FPtr c1, ITH1 c0, FPtr c0) => a -> c0 -> c1 -> Double -> Double -> String -> IO ()Source
void TH1::Divide(const TH1* h1, const TH1* h2, Double_t c1=1, Double_t c2=1, Option_t* option="")
drawCopy :: a -> String -> IO aSource
TH1* TH1::DrawCopy (Option_t* option="") const
drawNormalized :: a -> String -> Double -> IO (Exist TH1)Source
TH1* TH1::DrawNormalized (Option_t* option="", Double_t norm=1) const
void TH1::DrawPanel()
bufferEmpty :: a -> Int -> IO IntSource
eval :: (ITF1 c0, FPtr c0) => a -> c0 -> String -> IO ()Source
executeEvent :: a -> Int -> Int -> Int -> IO ()Source
fFT :: (ITH1 c0, FPtr c0) => a -> c0 -> String -> IO (Exist TH1)Source
fill1 :: a -> Double -> IO IntSource
fillN :: a -> Int -> [Double] -> [Double] -> Int -> IO ()Source
fillRandom :: (ITH1 c0, FPtr c0) => a -> c0 -> Int -> IO ()Source
findBin :: a -> Double -> Double -> Double -> IO IntSource
findFixBin :: a -> Double -> Double -> Double -> IO IntSource
findFirstBinAbove :: a -> Double -> Int -> IO IntSource
findLastBinAbove :: a -> Double -> Int -> IO IntSource
getNdivisions :: a -> String -> IO IntSource
getAxisColor :: a -> String -> IO IntSource
getLabelColor :: a -> String -> IO IntSource
getLabelFont :: a -> String -> IO IntSource
getLabelOffset :: a -> String -> IO DoubleSource
getLabelSize :: a -> String -> IO DoubleSource
getTitleFont :: a -> String -> IO IntSource
getTitleOffset :: a -> String -> IO DoubleSource
getTitleSize :: a -> String -> IO DoubleSource
getTickLength :: a -> String -> IO DoubleSource
getBarOffset :: a -> IO DoubleSource
getBarWidth :: a -> IO DoubleSource
getContour :: a -> [Double] -> IO IntSource
getContourLevel :: a -> Int -> IO DoubleSource
getContourLevelPad :: a -> Int -> IO DoubleSource
getBin :: a -> Int -> Int -> Int -> IO IntSource
getBinCenter :: a -> Int -> IO DoubleSource
getBinContent1 :: a -> Int -> IO DoubleSource
getBinContent2 :: a -> Int -> Int -> IO DoubleSource
getBinContent3 :: a -> Int -> Int -> Int -> IO DoubleSource
getBinError1 :: a -> Int -> IO DoubleSource
getBinError2 :: a -> Int -> Int -> IO DoubleSource
getBinError3 :: a -> Int -> Int -> Int -> IO DoubleSource
getBinLowEdge :: a -> Int -> IO DoubleSource
getBinWidth :: a -> Int -> IO DoubleSource
class IDeletable a => ITQObject a Source
class (ITObject a, ITAttLine a, ITAttFill a, ITAttPad a, ITQObject a) => ITVirtualPad a whereSource
class ITVirtualPad a => ITPad a Source
class ITButton a => ITGroupButton a Source
class (ITCanvas a, ITAttText a) => ITDialogCanvas a Source
class (ITCanvas a, ITAttText a) => ITInspectCanvas a Source
class (ITObject a, ITQObject a) => ITApplication a whereSource
class ITApplication a => ITRint a Source