OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
FlatTop.h File Reference

Defines the FlatTop class used for sampling emitting particles. More...

#include "Distribution.h"
#include "SamplingBase.hpp"
#include <Kokkos_Random.hpp>
#include "Ippl.h"
#include "Utilities/Options.h"
#include "OPALTypes.h"
#include <memory>
#include <cmath>
Include dependency graph for FlatTop.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FlatTop
 Implements the sampling method for the flat-top distribution. x and y coordinates are uniformly distributed inside a circle and number of particles entering domain in [t, t+dt] follows flattop profile. More...

Typedefs

using ParticleContainer_t = ParticleContainer<double, 3>
using FieldContainer_t = FieldContainer<double, 3>
using Dist_t = ippl::random::NormalDistribution<double, 3>

Detailed Description

Defines the FlatTop class used for sampling emitting particles.

Definition in file FlatTop.h.

Typedef Documentation

◆ Dist_t

using Dist_t = ippl::random::NormalDistribution<double, 3>

Definition at line 22 of file FlatTop.h.

◆ FieldContainer_t

using FieldContainer_t = FieldContainer<double, 3>

Definition at line 19 of file FlatTop.h.

◆ ParticleContainer_t

Definition at line 18 of file FlatTop.h.