ATLAS Offline Software
|
#include "boost/core/noinit_adaptor.hpp"
#include <math.h>
#include <algorithm>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Trk::Vect3DF |
struct | Trk::VectMOM |
Namespaces | |
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. More... | |
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) |