|
FairRoot/PandaRoot
|
#include <iostream>#include "TStyle.h"#include "TH2D.h"#include "TCanvas.h"#include "TMath.h"Go to the source code of this file.
Functions | |
| Int_t | FindTheBin (TH2 *lookup_table, Float_t value_x, Float_t value_y, Int_t &bin_x, Int_t &bin_y) |
| Double_t | GetValueInZ (TH2 *lookup_table, Float_t value_x, Float_t value_y, Bool_t use_interpolation=kFALSE) |
| void | TestIt (Bool_t use_interpolation=kFALSE) |
| Int_t FindTheBin | ( | TH2 * | lookup_table, |
| Float_t | value_x, | ||
| Float_t | value_y, | ||
| Int_t & | bin_x, | ||
| Int_t & | bin_y | ||
| ) |
| Double_t GetValueInZ | ( | TH2 * | lookup_table, |
| Float_t | value_x, | ||
| Float_t | value_y, | ||
| Bool_t | use_interpolation = kFALSE |
||
| ) |
Definition at line 43 of file lookupTable.cxx.
References FindTheBin().
Referenced by TestIt().
| void TestIt | ( | Bool_t | use_interpolation = kFALSE | ) |
Definition at line 75 of file lookupTable.cxx.
References c, Double_t, GetValueInZ(), h1, h2, and i.
1.8.8