#include <exception>
#include <string>
#include <vector>
#include <sstream>
#include <ios>
#include <iomanip>
#include "RtypesCore.h"
#include "TMatrixT.h"
#include "TVector3.h"
Go to the source code of this file.
Classes | |
class | GFException |
Exception class for error handling in GENFIT (provides storage for diagnostic information) More... | |
Namespaces | |
genf | |
Generic Interface to magnetic fields in GENFIT. | |
Functions | |
template<class ROOTOBJ > | |
std::string | genf::ROOTobjectToString (const ROOTOBJ &obj) |
Shortcut to write one ROOT object into a string. More... | |
template<class ROOTOBJ > | |
void | genf::PrintROOTobject (std::ostream &, const ROOTOBJ &) |
Small utility functions which print some ROOT objects into an output stream. More... | |
template<> | |
void | genf::PrintROOTobject (std::ostream &, const TVector3 &v) |
template<typename T > | |
void | genf::PrintROOTmatrix (std::ostream &out, const TMatrixT< T > &m) |