HROOT-hist-0.8: Haskell binding to ROOT Hist modules

Safe HaskellNone

HROOT.Hist.TGraph

Documentation

class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITGraph a whereSource

Methods

apply :: (ITF1 c0, FPtr c0) => a -> c0 -> IO ()Source

chisquare :: (ITF1 c0, FPtr c0) => a -> c0 -> IO CDoubleSource

drawGraph :: a -> CInt -> Ptr CDouble -> Ptr CDouble -> CString -> IO ()Source

drawPanelTGraph :: a -> IO ()Source

expand :: a -> CInt -> CInt -> IO ()Source

fitPanelTGraph :: a -> IO ()Source

getCorrelationFactorTGraph :: a -> IO CDoubleSource

getCovarianceTGraph :: a -> IO CDoubleSource

getMeanTGraph :: a -> CInt -> IO CDoubleSource

getRMSTGraph :: a -> CInt -> IO CDoubleSource

getErrorX :: a -> CInt -> IO CDoubleSource

getErrorY :: a -> CInt -> IO CDoubleSource

getErrorXhigh :: a -> CInt -> IO CDoubleSource

getErrorXlow :: a -> CInt -> IO CDoubleSource

getErrorYhigh :: a -> CInt -> IO CDoubleSource

getErrorYlow :: a -> CInt -> IO CDoubleSource

initExpo :: a -> CDouble -> CDouble -> IO ()Source

initGaus :: a -> CDouble -> CDouble -> IO ()Source

initPolynom :: a -> CDouble -> CDouble -> IO ()Source

insertPoint :: a -> IO CIntSource

integralTGraph :: a -> CInt -> CInt -> IO CDoubleSource

isEditable :: a -> IO CIntSource

isInsideTGraph :: a -> CDouble -> CDouble -> IO CIntSource

leastSquareFit :: a -> CInt -> Ptr CDouble -> CDouble -> CDouble -> IO ()Source

paintStats :: (ITF1 c0, FPtr c0) => a -> c0 -> IO ()Source

removePoint :: a -> CInt -> IO CIntSource

setEditable :: a -> CInt -> IO ()Source

setHistogram :: (ITH1F c0, FPtr c0) => a -> c0 -> IO ()Source

setMaximumTGraph :: a -> CDouble -> IO ()Source

setMinimumTGraph :: a -> CDouble -> IO ()Source

set :: a -> CInt -> IO ()Source

setPoint :: a -> CInt -> CDouble -> CDouble -> IO ()Source