Documentation
Eq TH2 | |
Ord TH2 | |
Show TH2 | |
ITH2 TH2 | |
ITH1 TH2 | |
ITAttMarker TH2 | |
ITAttLine TH2 | |
ITAttFill TH2 | |
ITNamed TH2 | |
ITObject TH2 | |
IDeletable TH2 | |
Existable TH2 | |
FPtr TH2 | |
GADTTypeable TH2 | |
ITH2 (Exist TH2) | |
ITH1 (Exist TH2) | |
ITAttMarker (Exist TH2) | |
ITAttLine (Exist TH2) | |
ITAttFill (Exist TH2) | |
ITNamed (Exist TH2) | |
ITObject (Exist TH2) | |
IDeletable (Exist TH2) | |
FPtr (Exist TH2) |
class ITH1 a => ITH2 a whereSource
fill2 :: a -> Double -> Double -> IO IntSource
Int_t Fill(Double_t x, Double_t y);
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*
getCorrelationFactor :: a -> Int -> Int -> IO DoubleSource
Double_t GetCorrelationFactor(Int_t axis1=1,Int_t axis2=2) const;
getCovariance :: a -> Int -> Int -> IO DoubleSource
Double_t GetCovariance(Int_t axis1=1,Int_t axis2=2) const;
integral2 :: a -> Int -> Int -> Int -> Int -> String -> IO DoubleSource
rebinX :: a -> Int -> String -> IO (Exist TH2)Source
TH2 *RebinX(Int_t ngroup=2, const char *newname="");
rebinY :: a -> Int -> String -> IO (Exist TH2)Source
TH2 *RebinY(Int_t ngroup=2, const char *newname="");
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*