HROOT-0.6.8: Wrapper for ROOT

HROOT.Class.TH2

Documentation

class ITH1 a => ITH2 a whereSource

Methods

fill2 :: a -> Double -> Double -> IO IntSource

 Int_t    Fill(Double_t x, Double_t y);

fill2w :: a -> Double -> Double -> Double -> IO IntSource

fillN2 :: a -> Int -> [Double] -> [Double] -> [Double] -> Int -> IO ()Source

fillRandom2 :: (ITH1 c0, FPtr c0) => a -> c0 -> Int -> IO ()Source

 void     FillRandom(TH1 *h, Int_t ntimes=5000);

findFirstBinAbove2 :: a -> Double -> Int -> IO IntSource

 Int_t    FindFirstBinAbove(Double_t threshold=0, Int_t axis=1) const;

findLastBinAbove2 :: a -> Double -> Int -> IO IntSource

 Int_t    FindLastBinAbove (Double_t threshold=0, Int_t axis=1) const;

fitSlicesX :: (ITObjArray c1, FPtr c1, ITF1 c0, FPtr c0) => a -> c0 -> Int -> Int -> Int -> String -> c1 -> IO ()Source

 void     FitSlicesX(TF1 *f1=0,Int_t firstybin=0, Int_t lastybin=-1, Int_t cut=0, Option_t *option="QNR", TObjArray* arr = 0); // *MENU*

fitSlicesY :: (ITObjArray c1, FPtr c1, ITF1 c0, FPtr c0) => a -> c0 -> Int -> Int -> Int -> String -> c1 -> IO ()Source

 void     FitSlicesY(TF1 *f1=0,Int_t firstxbin=0, Int_t lastxbin=-1, Int_t cut=0, Option_t *option="QNR", TObjArray* arr = 0); // *MENU*

getCorrelationFactor2 :: a -> Int -> Int -> IO DoubleSource

getCovariance2 :: a -> Int -> Int -> IO DoubleSource

integral2 :: a -> Int -> Int -> Int -> Int -> String -> IO DoubleSource

rebinX2 :: a -> Int -> String -> IO (Exist TH2)Source

rebinY2 :: a -> Int -> String -> IO (Exist TH2)Source

rebin2D :: a -> Int -> Int -> String -> IO (Exist TH2)Source

 TH2     *Rebin2D(Int_t nxgroup=2, Int_t nygroup=2, const char *newname="");     

setShowProjectionX :: a -> Int -> IO ()Source

 void     SetShowProjectionX(Int_t nbins);  // *MENU*

setShowProjectionY :: a -> Int -> IO ()Source

 void     SetShowProjectionY(Int_t nbins);  // *MENU*

upcastTH2 :: (FPtr a, ITH2 a) => a -> TH2Source