|
| TH1D * | FitSlicesY (TH2 *h, TF1 *f1, Int_t cut, double IQR_range_lo, double IQR_range_hi) |
| |
| TH1D * | HistOfBins (const TH2 *h2) |
| | Fill the contents of a TH2 into a TH1. More...
|
| |
| std::string | TH1ToLaTeX (const TH1 *h, const int precission) |
| |
| TH2D * | GetSlice (const TH3 &h, const int bin, const char *projection) |
| | GetSlice creates a new TH2D histogram which contains the bin contents of a slice of a 3D histogram. The given bin determines where the slice should be retrieved from, the projection specifies the axes of the slice/projection, where "yx" means y vs x projection of the histogram and "xy" means original x vs y axis is used at z bin position bin. More...
|
| |
| TH2D * | GetSlice (const TH3 &hist, const char *name, const char *title, const int bin, const TAxis *const axis1, const TAxis *const axis2) |
| |
| BinSettings | getBins (const TAxis *axis) noexcept |
| |
| bool | haveSameBinning (const TAxis *a1, const TAxis *a2) noexcept |
| |
| bool | haveSameBinning (const TH1 *h1, const TH1 *h2) noexcept |
| |
| bool | haveSameBinning (const TH2 *h1, const TH2 *h2) noexcept |
| |
| std::pair< int, int > | getBinNums (double x, double y, const TH2 *hist) |
| |
| template<typename T > |
| T * | Clone (const T *obj, const std::string &name) |
| |
| template<typename H , typename Func > |
| std::enable_if<!std::is_base_of< TH2, H >::value, H * >::type | Apply (const H *h1, Func f, const std::string &newname="") |
| |
| template<typename H , typename Func > |
| std::enable_if<!std::is_base_of< TH2, H >::value, H * >::type | Apply (const H *h1, const H *h2, Func f, const std::string &newname="") |
| |
| template<typename H , typename Func > |
| std::enable_if< std::is_base_of< TH2, H >::value, H * >::type | Apply (const H *h1, Func f, const std::string &newname="") |
| |
| template<typename H , typename Func > |
| std::enable_if< std::is_base_of< TH2, H >::value, H * >::type | Apply (const H *h1, const H *h2, Func f, const std::string &newname="") |
| |
| template<typename H , typename Func > |
| std::enable_if< std::is_base_of< TH2, H >::value, H * >::type | Apply (const H *h1, const H *h2, const H *h3, Func f, const std::string &newname="") |
| |
| template<typename Func , typename TH2 > |
| TH2 * | ApplyMany (const std::vector< const TH2 *> &c, Func f, const std::string &newname="") |
| |
| ant::interval< double > | GetZMinMax (const TH2 *h) |
| |