FairRoot/PandaRoot
Classes | Namespaces | Macros | Functions
PndFTSCAMath.h File Reference
#include "PndFTSCADef.h"
#include <cstdlib>
#include <algorithm>
#include "TMath.h"

Go to the source code of this file.

Classes

struct  CAMath::FiniteReturnTypeHelper< T >
 

Namespaces

 CAMath
 

Macros

#define choice(c1, c2, c3)   c3
 

Functions

template<typename T >
static T CAMath::Min (const T &x, const T &y)
 
template<typename T >
static T CAMath::Max (const T &x, const T &y)
 
template<typename T >
static T CAMath::Sqrt (const T &x)
 
template<typename T >
static T CAMath::RSqrt (const T &x)
 
template<typename T >
static T CAMath::Abs (const T &x)
 
template<typename T >
static T CAMath::Log (const T &x)
 
template<typename T >
static T CAMath::Log10 (const T &x)
 
template<typename T >
static T CAMath::Sin (const T &x)
 
template<typename T >
static T CAMath::Cos (const T &x)
 
template<typename T >
static T CAMath::Reciprocal (const T &x)
 
template<typename T >
static T CAMath::ApproxSqrt (const T &x)
 
template<typename T >
static FiniteReturnTypeHelper
< T >::R 
CAMath::Finite (const T &x)
 
template<typename T >
static T CAMath::Round (const T &x)
 
template<typename T >
static T CAMath::Recip (const T &x)
 
template<typename T >
static T CAMath::ATan2 (const T &y, const T &x)
 
template<typename T >
static T CAMath::ASin (const T &x)
 
float CAMath::Tan (float x)
 
float CAMath::Copysign (float x, float y)
 
static float CAMath::TwoPi ()
 
static float CAMath::Pi ()
 
int CAMath::Nint (float x)
 
template<>
float CAMath::Reciprocal< float > (const float &x)
 
template<>
double CAMath::Reciprocal< double > (const double &x)
 
template<>
float CAMath::ApproxSqrt< float > (const float &x)
 
template<>
bool CAMath::Finite< float > (const float &x)
 
template<>
float CAMath::Round< float > (const float &x)
 
template<>
float CAMath::ATan2< float > (const float &y, const float &x)
 
template<>
float CAMath::ASin (const float &x)
 

Macro Definition Documentation

#define choice (   c1,
  c2,
  c3 
)    c3

Definition at line 75 of file PndFTSCAMath.h.