HROOT-graf-0.10.0.3: Haskell binding to ROOT Graf modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Graf.TGraphQQ.Implementation

Documentation

Orphan instances

ITAttFill TGraphQQ Source # 
Instance details

Methods

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

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

ITAttLine TGraphQQ Source # 
Instance details

ITAttMarker TGraphQQ Source # 
Instance details

ITNamed TGraphQQ Source # 
Instance details

Methods

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

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

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

ITObject TGraphQQ Source # 
Instance details

Methods

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

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

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

getName :: TGraphQQ -> IO CString

isA :: TGraphQQ -> IO TClass

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

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

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

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

write_ :: TGraphQQ -> IO CInt

ITGraphQQ TGraphQQ Source # 
Instance details

ITGraph TGraphQQ Source # 
Instance details

Methods

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

chisquare :: (ITF1 c0, FPtr c0) => TGraphQQ -> c0 -> IO CDouble

drawGraph :: Castable c0 CString => TGraphQQ -> CInt -> Ptr CDouble -> Ptr CDouble -> c0 -> IO ()

drawPanelTGraph :: TGraphQQ -> IO ()

expand :: TGraphQQ -> CInt -> CInt -> IO ()

fitPanelTGraph :: TGraphQQ -> IO ()

getCorrelationFactorTGraph :: TGraphQQ -> IO CDouble

getCovarianceTGraph :: TGraphQQ -> IO CDouble

getMeanTGraph :: TGraphQQ -> CInt -> IO CDouble

getRMSTGraph :: TGraphQQ -> CInt -> IO CDouble

getErrorX :: TGraphQQ -> CInt -> IO CDouble

getErrorY :: TGraphQQ -> CInt -> IO CDouble

getErrorXhigh :: TGraphQQ -> CInt -> IO CDouble

getErrorXlow :: TGraphQQ -> CInt -> IO CDouble

getErrorYhigh :: TGraphQQ -> CInt -> IO CDouble

getErrorYlow :: TGraphQQ -> CInt -> IO CDouble

initExpo :: TGraphQQ -> CDouble -> CDouble -> IO ()

initGaus :: TGraphQQ -> CDouble -> CDouble -> IO ()

initPolynom :: TGraphQQ -> CDouble -> CDouble -> IO ()

insertPoint :: TGraphQQ -> IO CInt

integralTGraph :: TGraphQQ -> CInt -> CInt -> IO CDouble

isEditable :: TGraphQQ -> IO CBool

isInsideTGraph :: TGraphQQ -> CDouble -> CDouble -> IO CInt

leastSquareFit :: TGraphQQ -> CInt -> Ptr CDouble -> CDouble -> CDouble -> IO ()

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

removePoint :: TGraphQQ -> CInt -> IO CInt

setEditable :: TGraphQQ -> CBool -> IO ()

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

setMaximumTGraph :: TGraphQQ -> CDouble -> IO ()

setMinimumTGraph :: TGraphQQ -> CDouble -> IO ()

set :: TGraphQQ -> CInt -> IO ()

setPoint :: TGraphQQ -> CInt -> CDouble -> CDouble -> IO ()

IDeletable TGraphQQ Source # 
Instance details

Methods

delete :: TGraphQQ -> IO () #