FEDRA emulsion software from the OPERA Collaboration
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VtUtil.hh File Reference

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...