ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::ToroidField::LayoutConfig Struct Reference

Configuration for coil layout and discretization. More...

#include <Acts/MagneticField/ToroidField.hpp>

Public Attributes

bool closeLoop = true
 Whether to close the coil loop.
double eps = 1e-18
 Small epsilon for numerical stability.
int nArc = 200
 Number of segments in arc portions.
int nCoils = 8
 Number of coils.
int nStraight = 160
 Number of segments in straight portions.
double theta0 = 22.5 * UnitConstants::degree
 Initial azimuthal angle.
double thetaStep
 Angular spacing between coils.

Detailed Description

Configuration for coil layout and discretization.

Member Data Documentation

◆ thetaStep

double Acts::ToroidField::LayoutConfig::thetaStep
Initial value:
=
constexpr double degree
Degree - pi/180 radians.
Definition Units.hpp:145

Angular spacing between coils.