Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
Loading...
Searching...
No Matches
MultiProcessInterface.hh
Go to the documentation of this file.
1#ifndef G_MULTIPROCESS_INTERFACE
2#define G_MULTIPROCESS_INTERFACE
3
4namespace Garfield {
5
6// Structure to determine how multi-processing is done
7enum class MPRunMode { Normal = 0, GPUExclusive };
8
9} // namespace Garfield
10
11#endif