Particle Identification and Tracking
Classes | Namespaces | Constant Groups | Functions
tuple.h File Reference
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <cmath>
+ Include dependency graph for tuple.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  utilities::Tuple< T, length >
 Class for carrying around the posistion and velocity vectors. More...
 

Namespaces

 utilities
 Namespace for utilities and helper functions.
 

Constant Groups

 utilities
 Namespace for utilities and helper functions.
 

Functions

template<typename _CharT , class _Traits , class T , int length>
std::basic_ostream< _CharT,
_Traits > & 
utilities::operator<< (std::basic_ostream< _CharT, _Traits > &__os, const Tuple< T, length > &in)
 prints out the tuple to cout lifted almost whole cloth from c++/4.3/complex More...