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

HROOT.Hist.TGraphAsymmErrors.Implementation

Documentation

Orphan instances

ITAttFill TGraphAsymmErrors Source # 
Instance details

ITAttLine TGraphAsymmErrors Source # 
Instance details

ITAttMarker TGraphAsymmErrors Source # 
Instance details

ITNamed TGraphAsymmErrors Source # 
Instance details

Methods

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

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

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

ITObject TGraphAsymmErrors Source # 
Instance details

ITGraph TGraphAsymmErrors Source # 
Instance details

Methods

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

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

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

drawPanelTGraph :: TGraphAsymmErrors -> IO () Source #

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

fitPanelTGraph :: TGraphAsymmErrors -> IO () Source #

getCorrelationFactorTGraph :: TGraphAsymmErrors -> IO CDouble Source #

getCovarianceTGraph :: TGraphAsymmErrors -> IO CDouble Source #

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

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

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

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

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

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

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

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

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

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

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

insertPoint :: TGraphAsymmErrors -> IO CInt Source #

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

isEditable :: TGraphAsymmErrors -> IO CBool Source #

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

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

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

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

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

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

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

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

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

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

ITGraphAsymmErrors TGraphAsymmErrors Source # 
Instance details

IDeletable TGraphAsymmErrors Source # 
Instance details

Methods

delete :: TGraphAsymmErrors -> IO () #