#include "Math/Vector3D.h"
#include "Math/Point3D.h"
#include "Math/Vector4D.h"
#include "Math/EulerAngles.h"
#include "Math/Transform3D.h"
#include "Math/LorentzRotation.h"
#include "Math/Boost.h"
#include "Math/Rotation3D.h"
#include "Math/RotationX.h"
#include "Math/RotationY.h"
#include "Math/RotationZ.h"
#include "Math/Quaternion.h"
#include "Math/AxisAngle.h"
#include "Math/VectorUtil.h"
#include <iostream>
#include <iterator>
#include <vector>
#include <list>
#include <set>
#include <algorithm>
Go to the source code of this file.
Functions | |
template<class Rot> | |
void | printRot (const Rot &rot) |
template<class V> | |
void | printVec (const V &v) |
template<class L> | |
void | printList (const L &l) |
void | testOstreamIter () |
void | testListIter () |
int | main () |
int main | ( | void | ) |
void printList | ( | const L & | l | ) |
void printRot | ( | const Rot & | rot | ) |
void printVec | ( | const V & | v | ) |
void testListIter | ( | ) |
Definition at line 74 of file testIterator.cxx.
References b, d, data, ROOT::Math::Transform3D::GetComponents(), ROOT::Math::Rotation3D::GetComponents(), ROOT::Math::LorentzRotation::GetComponents(), Rgl::lr, p, printList(), and t.
Referenced by main().
void testOstreamIter | ( | ) |
Definition at line 53 of file testIterator.cxx.
References b, Rgl::lr, p, printRot(), printVec(), Rgl::rr, and t.
Referenced by main().