OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
OpalFlatTop.h File Reference

OPAL-like flat-top emission sampler with precomputed birth times. More...

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

Go to the source code of this file.

Classes

class  OpalFlatTop
 Implements an old-OPAL-compatible flat-top emitter with precomputed birth times. More...
 

Typedefs

using OpalFlatTopGeneratorPool = typename Kokkos::Random_XorShift64_Pool<>
 

Detailed Description

OPAL-like flat-top emission sampler with precomputed birth times.

Definition in file OpalFlatTop.h.

Typedef Documentation

◆ OpalFlatTopGeneratorPool

using OpalFlatTopGeneratorPool = typename Kokkos::Random_XorShift64_Pool<>

Definition at line 23 of file OpalFlatTop.h.