ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::SolenoidBField::Config Struct Reference

Config struct for the SolenoidBfield. More...

#include <Acts/MagneticField/SolenoidBField.hpp>

Public Attributes

double bMagCenter
 The target magnetic field strength at the center.
double length
 Extent of the solenoid in z.
std::size_t nCoils
 The number of coils that make up the solenoid.
double radius
 Radius at which the coils are located.

Detailed Description

Config struct for the SolenoidBfield.

Member Data Documentation

◆ bMagCenter

double Acts::SolenoidBField::Config::bMagCenter

The target magnetic field strength at the center.

This will be used to scale coefficients

◆ length

double Acts::SolenoidBField::Config::length

Extent of the solenoid in z.

It goes from -length/2 to +length/2 by convention

◆ nCoils

std::size_t Acts::SolenoidBField::Config::nCoils

The number of coils that make up the solenoid.

◆ radius

double Acts::SolenoidBField::Config::radius

Radius at which the coils are located.