#include <iostream>
#include <vector>
#include <string>
#include <cstring>
#include <TMath.h>
Go to the source code of this file.
Functions | |
template<typename T> | |
void | testNormCross () |
template<typename T, typename U> | |
void | testArrayFunctions () |
template<typename T> | |
void | testIteratorFunctions () |
template<typename T> | |
void | testPoints (T x, T y) |
template<typename T> | |
void | testPlane () |
void | testTMath () |
int | main () |
Variables | |
bool | showVector = true |
int main | ( | void | ) |
void testArrayFunctions | ( | ) |
Definition at line 40 of file testTMath.cxx.
References TMath::BinarySearch(), TMath::GeomMean(), i, k, kFALSE, TMath::KOrdStat(), TMath::LocMax(), TMath::LocMin(), TMath::MaxElement(), TMath::Mean(), TMath::Median(), TMath::MinElement(), n, TMath::RMS(), showVector, sort(), Sort(), and T.
void testIteratorFunctions | ( | ) |
Definition at line 79 of file testTMath.cxx.
References TMath::BinarySearch(), TMath::GeomMean(), i, kFALSE, TMath::LocMax(), TMath::LocMin(), Long64_t, TMath::Mean(), n, TMath::RMS(), showVector, sort(), TMath::SortItr(), and T.
void testNormCross | ( | ) |
void testPlane | ( | ) |
Definition at line 129 of file testTMath.cxx.
References TMath::Normal2Plane(), and T.
Referenced by RootCsg::point_in_polygon_test_3d().
void testTMath | ( | ) |
bool showVector = true |
Definition at line 11 of file testTMath.cxx.
Referenced by testArrayFunctions(), and testIteratorFunctions().