ATLAS Offline Software
Loading...
Searching...
No Matches
TrkVKalUtils.h File Reference
#include "boost/core/noinit_adaptor.hpp"
#include <math.h>
#include <algorithm>
#include <vector>
Include dependency graph for TrkVKalUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Trk::Vect3DF
struct  Trk::VectMOM

Namespaces

namespace  Trk
 Ensure that the ATLAS eigen extensions are properly loaded.

Typedefs

template<class T>
using Trk::noinit_vector = std::vector<T, boost::noinit_adaptor<std::allocator<T> > >
 A variant on std::vector which leaves its contents uninitialized by default.

Functions

void Trk::cfdcopy (double *source, double *target, int n)
double Trk::cfddist3D (double *V1, double *V2)
double Trk::d_sign (double value, double sign)