HROOT-hist-0.10.0.3: Haskell binding to ROOT Hist modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Hist.TGraph.Implementation

Documentation

Orphan instances

ITAttFill TGraph Source # 
Instance details

Methods

setFillColor :: TGraph -> CInt -> IO ()

setFillStyle :: TGraph -> CInt -> IO ()

ITAttLine TGraph Source # 
Instance details

ITAttMarker TGraph Source # 
Instance details

ITNamed TGraph Source # 
Instance details

Methods

setName :: Castable c0 CString => TGraph -> c0 -> IO ()

setNameTitle :: (Castable c1 CString, Castable c0 CString) => TGraph -> c0 -> c1 -> IO ()

setTitle :: Castable c0 CString => TGraph -> c0 -> IO ()

ITObject TGraph Source # 
Instance details

Methods

clear :: Castable c0 CString => TGraph -> c0 -> IO ()

draw :: Castable c0 CString => TGraph -> c0 -> IO ()

findObject :: Castable c0 CString => TGraph -> c0 -> IO TObject

getName :: TGraph -> IO CString

isA :: TGraph -> IO TClass

paint :: Castable c0 CString => TGraph -> c0 -> IO ()

printObj :: Castable c0 CString => TGraph -> c0 -> IO ()

saveAs :: (Castable c1 CString, Castable c0 CString) => TGraph -> c0 -> c1 -> IO ()

write :: Castable c0 CString => TGraph -> c0 -> CInt -> CInt -> IO CInt

write_ :: TGraph -> IO CInt

ITGraph TGraph Source # 
Instance details

Methods

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

chisquare :: (ITF1 c0, FPtr c0) => TGraph -> c0 -> IO CDouble Source #

drawGraph :: Castable c0 CString => TGraph -> CInt -> Ptr CDouble -> Ptr CDouble -> c0 -> IO () Source #

drawPanelTGraph :: TGraph -> IO () Source #

expand :: TGraph -> CInt -> CInt -> IO () Source #

fitPanelTGraph :: TGraph -> IO () Source #

getCorrelationFactorTGraph :: TGraph -> IO CDouble Source #

getCovarianceTGraph :: TGraph -> IO CDouble Source #

getMeanTGraph :: TGraph -> CInt -> IO CDouble Source #

getRMSTGraph :: TGraph -> CInt -> IO CDouble Source #

getErrorX :: TGraph -> CInt -> IO CDouble Source #

getErrorY :: TGraph -> CInt -> IO CDouble Source #

getErrorXhigh :: TGraph -> CInt -> IO CDouble Source #

getErrorXlow :: TGraph -> CInt -> IO CDouble Source #

getErrorYhigh :: TGraph -> CInt -> IO CDouble Source #

getErrorYlow :: TGraph -> CInt -> IO CDouble Source #

initExpo :: TGraph -> CDouble -> CDouble -> IO () Source #

initGaus :: TGraph -> CDouble -> CDouble -> IO () Source #

initPolynom :: TGraph -> CDouble -> CDouble -> IO () Source #

insertPoint :: TGraph -> IO CInt Source #

integralTGraph :: TGraph -> CInt -> CInt -> IO CDouble Source #

isEditable :: TGraph -> IO CBool Source #

isInsideTGraph :: TGraph -> CDouble -> CDouble -> IO CInt Source #

leastSquareFit :: TGraph -> CInt -> Ptr CDouble -> CDouble -> CDouble -> IO () Source #

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

removePoint :: TGraph -> CInt -> IO CInt Source #

setEditable :: TGraph -> CBool -> IO () Source #

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

setMaximumTGraph :: TGraph -> CDouble -> IO () Source #

setMinimumTGraph :: TGraph -> CDouble -> IO () Source #

set :: TGraph -> CInt -> IO () Source #

setPoint :: TGraph -> CInt -> CDouble -> CDouble -> IO () Source #

IDeletable TGraph Source # 
Instance details

Methods

delete :: TGraph -> IO () #