#include "GPUCommonDef.h"
#include "GPUCommonRtypes.h"
#include <Math/SMatrix.h>
#include <Math/SVector.h>
#include <Math/GenVector/DisplacementVector3D.h>
#include <Math/GenVector/PositionVector3D.h>
#include <Math/GenVector/Rotation3D.h>
#include <Math/GenVector/Transform3D.h>
#include <Math/GenVector/Translation3D.h>
#include <Math/GenVector/DisplacementVector2D.h>
#include <Math/GenVector/PositionVector2D.h>
#include <TGeoMatrix.h>
#include <iosfwd>
#include "GPUROOTCartesianFwd.h"
#include "GPUROOTSMatrixFwd.h"
Go to the source code of this file.
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::math_utils |
|
namespace | std |
| Defining DataPointCompositeObject explicitly as copiable.
|
|
|
template<class T , unsigned int D> |
T | o2::math_utils::Dot (const SVector< T, D > &lhs, const SVector< T, D > &rhs) |
|
template<class T , unsigned int D1, unsigned int D2, class R > |
SMatrix< T, D1, D1, MatRepSym< T, D1 > > | o2::math_utils::Similarity (const SMatrix< T, D1, D2, R > &lhs, const SMatrix< T, D2, D2, MatRepSym< T, D2 > > &rhs) |
|
std::ostream & | operator<< (std::ostream &os, const o2::math_utils::Rotation2Df_t &t) |
|
std::ostream & | operator<< (std::ostream &os, const o2::math_utils::Rotation2Dd_t &t) |
|
◆ operator<<() [1/2]
◆ operator<<() [2/2]