EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Config struct for the SolenoidBfield. More...
#include <acts/blob/sPHENIX/Core/include/Acts/MagneticField/SolenoidBField.hpp>
Public Attributes | |
double | radius |
Radius at which the coils are located. | |
double | length |
size_t | nCoils |
The number of coils that make up the solenoid. | |
double | bMagCenter |
Config struct for the SolenoidBfield.
Definition at line 75 of file SolenoidBField.hpp.
View newest version in sPHENIX GitHub at line 75 of file SolenoidBField.hpp
double Acts::SolenoidBField::Config::bMagCenter |
The target magnetic field strength at the center. This will be used to scale coefficients
Definition at line 85 of file SolenoidBField.hpp.
View newest version in sPHENIX GitHub at line 85 of file SolenoidBField.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::SolenoidBField::SolenoidBField().
double Acts::SolenoidBField::Config::length |
Extent of the solenoid in z. It goes from -length/2 to +length/2 by convention
Definition at line 80 of file SolenoidBField.hpp.
View newest version in sPHENIX GitHub at line 80 of file SolenoidBField.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::SolenoidBField::SolenoidBField().
size_t Acts::SolenoidBField::Config::nCoils |
The number of coils that make up the solenoid.
Definition at line 82 of file SolenoidBField.hpp.
View newest version in sPHENIX GitHub at line 82 of file SolenoidBField.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::SolenoidBField::SolenoidBField().
double Acts::SolenoidBField::Config::radius |
Radius at which the coils are located.
Definition at line 77 of file SolenoidBField.hpp.
View newest version in sPHENIX GitHub at line 77 of file SolenoidBField.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::SolenoidBField::SolenoidBField().