ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Namespaces | Functions
AtVectorUtil.h File Reference
#include <Math/AxisAngle.h>
#include <Math/Point3D.h>
#include <Math/Point3Dfwd.h>
#include <Math/Rotation3D.h>
#include <Math/Vector3D.h>
#include <Math/Vector3Dfwd.h>
#include <Math/VectorUtil.h>
#include <cassert>
Include dependency graph for AtVectorUtil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 AtTools
 

Functions

template<class Vector >
ROOT::Math::AxisAngle AtTools::GetRotationToZ (const Vector &vec)
 
template<class Vector1 , class Vector2 >
ROOT::Math::XYZPoint AtTools::GetIntersection (const std::vector< Vector1 > &point, const std::vector< Vector2 > &direction)