FEDRA emulsion software from the OPERA Collaboration
|
Go to the source code of this file.
Namespaces | |
namespace | VERTEX |
Functions | |
— Global utility functions — | |
template<class T > | |
const T | VERTEX::max (const T &rhs, const T &lhs) |
template<class T > | |
const T | VERTEX::min (const T &rhs, const T &lhs) |
template<class T > | |
const short int | VERTEX::sgn (const T &x) |
compute the sign of a number More... | |
template<class T > | |
const T | VERTEX::sqr (const T &x) |
compute the square of a number: $x*x$ More... | |