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

HROOT.Hist.TGraphBentErrors.Implementation

Documentation

Orphan instances

ITAttFill TGraphBentErrors Source # 
Instance details

ITAttLine TGraphBentErrors Source # 
Instance details

ITAttMarker TGraphBentErrors Source # 
Instance details

ITNamed TGraphBentErrors Source # 
Instance details

Methods

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

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

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

ITObject TGraphBentErrors Source # 
Instance details

ITGraph TGraphBentErrors Source # 
Instance details

Methods

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

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

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

drawPanelTGraph :: TGraphBentErrors -> IO () Source #

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

fitPanelTGraph :: TGraphBentErrors -> IO () Source #

getCorrelationFactorTGraph :: TGraphBentErrors -> IO CDouble Source #

getCovarianceTGraph :: TGraphBentErrors -> IO CDouble Source #

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

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

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

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

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

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

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

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

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

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

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

insertPoint :: TGraphBentErrors -> IO CInt Source #

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

isEditable :: TGraphBentErrors -> IO CBool Source #

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

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

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

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

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

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

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

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

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

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

ITGraphBentErrors TGraphBentErrors Source # 
Instance details

IDeletable TGraphBentErrors Source # 
Instance details

Methods

delete :: TGraphBentErrors -> IO () #