|
ROOT 6.10/09 Reference Guide |
#include "TClass.h"#include "TList.h"#include "TRandom3.h"#include "TProfile2D.h"#include "TProfile2Poly.h"#include "gtest/gtest.h"#include <algorithm>#include <iostream>Functions | |
| void | binContentCompare (TProfile2D *tp2d, TProfile2Poly *tpp) |
| void | binEntriesCompare (TProfile2D *tp2d, TProfile2Poly *tpp) |
| void | binErrorCompare (TProfile2D *tp2d, TProfile2Poly *tpp) |
| void | FillForTest (TProfile2D *tp2d, TProfile2Poly *tpp, TRandom &ran) |
| void | globalStatsCompare (TProfile2D *tp2d, TProfile2Poly *tpp) |
| void | SetupPlots (TProfile2Poly *TP2P_2, TProfile2Poly *TP2P, TProfile2D *TP2D_2, TProfile2D *TP2D, TString opt="") |
| TEST (TProfile2Poly, GlobalCompare) | |
| TEST (TProfile2Poly, BinContentCompare) | |
| TEST (TProfile2Poly, BinErrorSpreadCompare) | |
| TEST (TProfile2Poly, BinErrorMeanCompare) | |
| void | test_binEntryStats () |
| void | test_binErrorMeanStats () |
| void | test_binErrorSpreadStats () |
| void | test_globalStats () |
Variables | |
| Float_t | delta =0.00000000001 |
| void binContentCompare | ( | TProfile2D * | tp2d, |
| TProfile2Poly * | tpp | ||
| ) |
Definition at line 40 of file test_tprofile2poly.cxx.
| void binEntriesCompare | ( | TProfile2D * | tp2d, |
| TProfile2Poly * | tpp | ||
| ) |
Definition at line 55 of file test_tprofile2poly.cxx.
| void binErrorCompare | ( | TProfile2D * | tp2d, |
| TProfile2Poly * | tpp | ||
| ) |
Definition at line 72 of file test_tprofile2poly.cxx.
| void FillForTest | ( | TProfile2D * | tp2d, |
| TProfile2Poly * | tpp, | ||
| TRandom & | ran | ||
| ) |
Definition at line 17 of file test_tprofile2poly.cxx.
| void globalStatsCompare | ( | TProfile2D * | tp2d, |
| TProfile2Poly * | tpp | ||
| ) |
Definition at line 32 of file test_tprofile2poly.cxx.
| void SetupPlots | ( | TProfile2Poly * | TP2P_2, |
| TProfile2Poly * | TP2P, | ||
| TProfile2D * | TP2D_2, | ||
| TProfile2D * | TP2D, | ||
| TString | opt = "" |
||
| ) |
Definition at line 89 of file test_tprofile2poly.cxx.
| TEST | ( | TProfile2Poly | , |
| GlobalCompare | |||
| ) |
Definition at line 273 of file test_tprofile2poly.cxx.
| TEST | ( | TProfile2Poly | , |
| BinContentCompare | |||
| ) |
Definition at line 277 of file test_tprofile2poly.cxx.
| TEST | ( | TProfile2Poly | , |
| BinErrorSpreadCompare | |||
| ) |
Definition at line 281 of file test_tprofile2poly.cxx.
| TEST | ( | TProfile2Poly | , |
| BinErrorMeanCompare | |||
| ) |
Definition at line 284 of file test_tprofile2poly.cxx.
| void test_binEntryStats | ( | ) |
Definition at line 155 of file test_tprofile2poly.cxx.
| void test_binErrorMeanStats | ( | ) |
Definition at line 233 of file test_tprofile2poly.cxx.
| void test_binErrorSpreadStats | ( | ) |
Definition at line 196 of file test_tprofile2poly.cxx.
| void test_globalStats | ( | ) |
Definition at line 115 of file test_tprofile2poly.cxx.
| Float_t delta =0.00000000001 |
Definition at line 14 of file test_tprofile2poly.cxx.