![]() |
Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
|
#include <array>
#include <cstddef>
Go to the source code of this file.
Classes | |
class | Garfield::Vector< type, Dimension > |
class | Garfield::Vec1Impl< type > |
class | Garfield::Vec2Impl< type > |
class | Garfield::Vec3Impl< type > |
Namespaces | |
namespace | Garfield |
Macros | |
#define | __GARFIELD_DEFINED_DEVICE__ |
#define | __device__ |
#define | __host__ |
Typedefs | |
template<typename T, std::size_t D> | |
using | GarfieldArray = std::array<T, D> |
using | Garfield::Vec3D = Vec3Impl<double> |
using | Garfield::Vec3F = Vec3Impl<float> |
using GarfieldArray = std::array<T, D> |