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

HROOT.Graf.TCutG.Implementation

Documentation

Orphan instances

ITAttFill TCutG Source # 
Instance details

Methods

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

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

ITAttLine TCutG Source # 
Instance details

ITAttMarker TCutG Source # 
Instance details

ITNamed TCutG Source # 
Instance details

Methods

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

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

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

ITObject TCutG Source # 
Instance details

Methods

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

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

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

getName :: TCutG -> IO CString

isA :: TCutG -> IO TClass

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

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

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

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

write_ :: TCutG -> IO CInt

ITCutG TCutG Source # 
Instance details

ITGraph TCutG Source # 
Instance details

Methods

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

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

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

drawPanelTGraph :: TCutG -> IO ()

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

fitPanelTGraph :: TCutG -> IO ()

getCorrelationFactorTGraph :: TCutG -> IO CDouble

getCovarianceTGraph :: TCutG -> IO CDouble

getMeanTGraph :: TCutG -> CInt -> IO CDouble

getRMSTGraph :: TCutG -> CInt -> IO CDouble

getErrorX :: TCutG -> CInt -> IO CDouble

getErrorY :: TCutG -> CInt -> IO CDouble

getErrorXhigh :: TCutG -> CInt -> IO CDouble

getErrorXlow :: TCutG -> CInt -> IO CDouble

getErrorYhigh :: TCutG -> CInt -> IO CDouble

getErrorYlow :: TCutG -> CInt -> IO CDouble

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

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

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

insertPoint :: TCutG -> IO CInt

integralTGraph :: TCutG -> CInt -> CInt -> IO CDouble

isEditable :: TCutG -> IO CBool

isInsideTGraph :: TCutG -> CDouble -> CDouble -> IO CInt

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

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

removePoint :: TCutG -> CInt -> IO CInt

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

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

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

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

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

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

IDeletable TCutG Source # 
Instance details

Methods

delete :: TCutG -> IO () #