ATLAS Offline Software
|
#include <RungeKuttaPropagator.h>
Public Attributes | |
MagField::AtlasFieldCache | m_fieldCache |
double | m_field [3] |
double | m_direction |
double | m_step |
double | m_maxPath = 10000. |
double | m_dlt = .000200 |
double | m_helixStep = 1 |
double | m_straightStep = 0.01 |
bool | m_maxPathLimit = false |
bool | m_mcondition = false |
bool | m_solenoid = true |
bool | m_needgradient = false |
bool | m_newfield = true |
bool | m_usegradient = false |
Definition at line 367 of file RungeKuttaPropagator.h.
double Trk::RungeKuttaPropagator::Cache::m_direction |
Definition at line 371 of file RungeKuttaPropagator.h.
double Trk::RungeKuttaPropagator::Cache::m_dlt = .000200 |
Definition at line 374 of file RungeKuttaPropagator.h.
double Trk::RungeKuttaPropagator::Cache::m_field[3] |
Definition at line 370 of file RungeKuttaPropagator.h.
MagField::AtlasFieldCache Trk::RungeKuttaPropagator::Cache::m_fieldCache |
Definition at line 369 of file RungeKuttaPropagator.h.
double Trk::RungeKuttaPropagator::Cache::m_helixStep = 1 |
Definition at line 375 of file RungeKuttaPropagator.h.
double Trk::RungeKuttaPropagator::Cache::m_maxPath = 10000. |
Definition at line 373 of file RungeKuttaPropagator.h.
bool Trk::RungeKuttaPropagator::Cache::m_maxPathLimit = false |
Definition at line 377 of file RungeKuttaPropagator.h.
bool Trk::RungeKuttaPropagator::Cache::m_mcondition = false |
Definition at line 378 of file RungeKuttaPropagator.h.
bool Trk::RungeKuttaPropagator::Cache::m_needgradient = false |
Definition at line 380 of file RungeKuttaPropagator.h.
bool Trk::RungeKuttaPropagator::Cache::m_newfield = true |
Definition at line 381 of file RungeKuttaPropagator.h.
bool Trk::RungeKuttaPropagator::Cache::m_solenoid = true |
Definition at line 379 of file RungeKuttaPropagator.h.
double Trk::RungeKuttaPropagator::Cache::m_step |
Definition at line 372 of file RungeKuttaPropagator.h.
double Trk::RungeKuttaPropagator::Cache::m_straightStep = 0.01 |
Definition at line 376 of file RungeKuttaPropagator.h.
bool Trk::RungeKuttaPropagator::Cache::m_usegradient = false |
Definition at line 382 of file RungeKuttaPropagator.h.