OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
SamplingBase.hpp File Reference
#include <memory>
#include "Distribution.h"
#include "Ippl.h"
#include "PartBunch/BunchStateHandler.h"
Include dependency graph for SamplingBase.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SamplingBase
 

Typedefs

using ParticleContainer_t = ParticleContainer< double, 3 >
 
using FieldContainer_t = FieldContainer< double, 3 >
 
using Distribution_t = Distribution
 
using view_type = typename ippl::detail::ViewType< Vector_t< double, 3 >, 1 >::view_type
 

Typedef Documentation

◆ Distribution_t

Definition at line 11 of file SamplingBase.hpp.

◆ FieldContainer_t

using FieldContainer_t = FieldContainer<double, 3>

Definition at line 10 of file SamplingBase.hpp.

◆ ParticleContainer_t

Definition at line 9 of file SamplingBase.hpp.

◆ view_type

using view_type = typename ippl::detail::ViewType<Vector_t<double, 3>, 1>::view_type

Definition at line 13 of file SamplingBase.hpp.