diff --git a/CMakeLists.txt b/CMakeLists.txt index dec1730de..2f4638afe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ set( CMAKE_MINIMUM_VERSION "3.14.0" ) cmake_minimum_required( VERSION ${CMAKE_MINIMUM_VERSION} ) # project version -set(KASPER_VERSION_MAJOR 3) -set(KASPER_VERSION_MINOR 8) +set(KASPER_VERSION_MAJOR 4) +set(KASPER_VERSION_MINOR 0) set(KASPER_VERSION_PATCH 0) set(KASPER_VERSION "${KASPER_VERSION_MAJOR}.${KASPER_VERSION_MINOR}.${KASPER_VERSION_PATCH}") @@ -23,6 +23,10 @@ set( CMAKE_CXX_STANDARD_REQUIRED ON ) set( CMAKE_CXX_EXTENSIONS ON ) set( CMAKE_EXPORT_COMPILE_COMMANDS ON ) +if(NOT CMAKE_CXX_STANDARD MATCHES "14|17|20") + message(FATAL_ERROR "Unsupported C++ standard: ${CMAKE_CXX_STANDARD}") +endif() + # Additional compiler version checks, see https://en.cppreference.com/w/cpp/compiler_support if( CMAKE_SYSTEM_NAME STREQUAL "Linux" ) if( CMAKE_CXX_COMPILER_ID STREQUAL "GNU" ) diff --git a/Changelog/changes-from-v3.8.2-to-v4.0.0.md b/Changelog/changes-from-v3.8.2-to-v4.0.0.md new file mode 100644 index 000000000..bd204b41b --- /dev/null +++ b/Changelog/changes-from-v3.8.2-to-v4.0.0.md @@ -0,0 +1,56 @@ +# Kasper Changelog + +## Changes from v3.8.2 (2022-08-17) to v4.0.0 (2023-07-31) +### Changelog +- **2022-08-18:** Update changelog [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//1d16bc227c0c972bcac4dfe111ffae24065bf9d5) +- **2022-08-17:** Update changelog [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9650432c8771c9aacb40b0eeb5ad192afe38e92c) +### Docker +### Documentation +- **2023-07-28:** Update from Kasper develop (5c080b9d) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b569009eaf89e0b36bef02e67d30f3f68da5d704) +- **2023-01-26:** Update from Kasper develop (9f30b82c) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ed701f760da3b17551bfc813d5c0198c167f2b7b) +- **2023-01-25:** Update from Kasper develop (29f71276) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9c1a158ca34261a12bb9d8baa96260faf9628913) +- **2022-11-29:** Update bindings docs [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//a6ec973d42efae22d02ef36aa34cfc9c8b265a82) +- **2022-09-21:** Update from Kasper develop (d5957bd5) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ce05626cd7e5710dea203f4fa54cf6da66c8605a) +- **2022-09-20:** Update from Kasper develop (cde14923) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//1c1967253c5c1b03008566f49af4d10bed150992) +- **2022-09-20:** Update from Kasper develop (2845ff02) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//478ae9268b5658d2fe74faa900b30079cbb8471d) +- **2022-08-18:** Update from Kasper develop (fd9465e4) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//c0d3fbea8f74539ae4642075e95db1a3ace2406e) +### Examples +### KEMField +- **2023-07-28:** Update from Kasper develop (5c080b9d) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b569009eaf89e0b36bef02e67d30f3f68da5d704) +- **2023-01-26:** Update from Kasper develop (9f30b82c) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ed701f760da3b17551bfc813d5c0198c167f2b7b) +- **2023-01-25:** Update from Kasper develop (29f71276) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9c1a158ca34261a12bb9d8baa96260faf9628913) +- **2022-09-21:** Update from Kasper develop (d5957bd5) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ce05626cd7e5710dea203f4fa54cf6da66c8605a) +- **2022-09-20:** Update from Kasper develop (cde14923) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//1c1967253c5c1b03008566f49af4d10bed150992) +- **2022-09-20:** Update from Kasper develop (2845ff02) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//478ae9268b5658d2fe74faa900b30079cbb8471d) +- **2022-08-18:** Update from Kasper develop (fd9465e4) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//c0d3fbea8f74539ae4642075e95db1a3ace2406e) +### KGeoBag +- **2023-07-28:** Update from Kasper develop (5c080b9d) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b569009eaf89e0b36bef02e67d30f3f68da5d704) +- **2023-01-25:** Update from Kasper develop (29f71276) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9c1a158ca34261a12bb9d8baa96260faf9628913) +- **2022-11-29:** Update from Kasper develop (98fea148) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//4cdd1acdbc1a2eae20252c86730c7ed05ef0d0da) +- **2022-11-29:** Update from Kasper develop (423549ce33) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//4784cd6e230be300b31308fbba6178c25f470a98) +- **2022-11-24:** KGeoBag: add mesh example files [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//47fe6cc8036072cd52a54917e9742a38d52fd147) +- **2022-11-24:** KGeoBag: add PLY file support; fix STL import [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//05e967eecffca613f1aa067bcfc910cb72453417) +### Kassiopeia +- **2023-07-28:** Update from Kasper develop (5c080b9d) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b569009eaf89e0b36bef02e67d30f3f68da5d704) +- **2023-01-25:** Update from Kasper develop (29f71276) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9c1a158ca34261a12bb9d8baa96260faf9628913) +- **2022-11-29:** Update example files: add `BunnySimulation` [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b31de4c696b7bbec549442626a353b765b74b500) +- **2022-11-29:** Kassiopeia: use electric field with `KSTermTrapped` [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//e526b12cf970f128da32a4b6c5608107c32508a1) +- **2022-11-23:** Update from Kasper develop (afe9b6d3) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ec5b579bf351287cd35562ac171e53dc3dca1ea7) +- **2022-09-20:** Update from Kasper develop (2845ff02) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//478ae9268b5658d2fe74faa900b30079cbb8471d) +- **2022-08-18:** Update from Kasper develop (fd9465e4) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//c0d3fbea8f74539ae4642075e95db1a3ace2406e) +### Kommon +- **2023-07-28:** Update from Kasper develop (5c080b9d) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b569009eaf89e0b36bef02e67d30f3f68da5d704) +- **2023-01-25:** Update from Kasper develop (29f71276) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9c1a158ca34261a12bb9d8baa96260faf9628913) +- **2022-11-29:** Update from Kasper develop (423549ce33) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//4784cd6e230be300b31308fbba6178c25f470a98) +- **2022-11-24:** Kommon: improve STL types (array/vector) interface [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//cc6ba7f21f3a31df32c9e314a001ac5d3e5cbc6f) +- **2022-11-23:** Update from Kasper develop (afe9b6d3) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ec5b579bf351287cd35562ac171e53dc3dca1ea7) +- **2022-09-20:** Update from Kasper develop (2845ff02) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//478ae9268b5658d2fe74faa900b30079cbb8471d) +- **2022-08-18:** Update from Kasper develop (fd9465e4) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//c0d3fbea8f74539ae4642075e95db1a3ace2406e) +### Scripts +- **2022-08-18:** Update from Kasper develop (fd9465e4) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//c0d3fbea8f74539ae4642075e95db1a3ace2406e) +### UnitTest +- **2023-07-28:** Update from Kasper develop (5c080b9d) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//b569009eaf89e0b36bef02e67d30f3f68da5d704) +- **2023-01-25:** Update from Kasper develop (29f71276) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//9c1a158ca34261a12bb9d8baa96260faf9628913) +- **2022-11-23:** Update from Kasper develop (afe9b6d3) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//ec5b579bf351287cd35562ac171e53dc3dca1ea7) +- **2022-09-20:** Update from Kasper develop (cde14923) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//1c1967253c5c1b03008566f49af4d10bed150992) +- **2022-09-20:** Update from Kasper develop (2845ff02) [*(view commit)*](https://github.com/KATRIN-Experiment/Kassiopeia/commit//478ae9268b5658d2fe74faa900b30079cbb8471d) diff --git a/Documentation/Bindings/bindings_KEMField.svg b/Documentation/Bindings/bindings_KEMField.svg index d130ae7e0..76e61b7ed 100644 --- a/Documentation/Bindings/bindings_KEMField.svg +++ b/Documentation/Bindings/bindings_KEMField.svg @@ -1,5128 +1,5242 @@ - - - - - + + + +%3 + cluster_KEMRoot - -KEMRoot + +KEMRoot cluster_KElectrostaticConstantField - -KElectrostaticConstantField + +KElectrostaticConstantField cluster_KMagnetostaticConstantField - -KMagnetostaticConstantField + +KMagnetostaticConstantField cluster_KElectrostaticPotentialmap - -KElectrostaticPotentialmap + +KElectrostaticPotentialmap cluster_KElectrostaticPotentialmapCalculator - -KElectrostaticPotentialmapCalculator + +KElectrostaticPotentialmapCalculator cluster_KElectrostaticConstantField - -KElectrostaticConstantField + +KElectrostaticConstantField cluster_KElectricQuadrupoleField - -KElectricQuadrupoleField + +KElectricQuadrupoleField cluster_KGElectrostaticBoundaryField - -KGElectrostaticBoundaryField + +KGElectrostaticBoundaryField cluster_KCachedChargeDensitySolver - -KCachedChargeDensitySolver + +KCachedChargeDensitySolver cluster_KExplicitSuperpositionCachedChargeDensitySolver - -KExplicitSuperpositionCachedChargeDensitySolver + +KExplicitSuperpositionCachedChargeDensitySolver cluster_KExplicitSuperpositionSolutionComponent - -KExplicitSuperpositionSolutionComponent + +KExplicitSuperpositionSolutionComponent cluster_KElectricFastMultipoleFieldSolver - -KElectricFastMultipoleFieldSolver + +KElectricFastMultipoleFieldSolver cluster_KFMVTKElectrostaticTreeViewerData - -KFMVTKElectrostaticTreeViewerData + +KFMVTKElectrostaticTreeViewerData cluster_KGaussSeidelChargeDensitySolver - -KGaussSeidelChargeDensitySolver + +KGaussSeidelChargeDensitySolver cluster_KGaussianEliminationChargeDensitySolver - -KGaussianEliminationChargeDensitySolver + +KGaussianEliminationChargeDensitySolver cluster_KIntegratingElectrostaticFieldSolver - -KIntegratingElectrostaticFieldSolver + +KIntegratingElectrostaticFieldSolver cluster_KKrylovChargeDensitySolverOld - -KKrylovChargeDensitySolverOld + +KKrylovChargeDensitySolverOld cluster_KFMElectrostaticParameters - -KFMElectrostaticParameters + +KFMElectrostaticParameters cluster_KKrylovChargeDensitySolver - -KKrylovChargeDensitySolver + +KKrylovChargeDensitySolver cluster_KKrylovPreconditionerGenerator - -KKrylovPreconditionerGenerator + +KKrylovPreconditionerGenerator cluster_KRobinHoodChargeDensitySolver - -KRobinHoodChargeDensitySolver + +KRobinHoodChargeDensitySolver cluster_KVTKViewerAsBoundaryFieldVisitor - -KVTKViewerAsBoundaryFieldVisitor + +KVTKViewerAsBoundaryFieldVisitor cluster_KElectricZHFieldSolver - -KElectricZHFieldSolver + +KElectricZHFieldSolver cluster_KElectricQuadrupoleField - -KElectricQuadrupoleField + +KElectricQuadrupoleField - + cluster_KGElectrostaticBoundaryField - -KGElectrostaticBoundaryField + +KGElectrostaticBoundaryField cluster_KGStaticElectromagnetField - -KGStaticElectromagnetField + +KGStaticElectromagnetField +cluster_KMagfieldCoilsFieldSolver + +KMagfieldCoilsFieldSolver + + cluster_KZonalHarmonicMagnetostaticFieldSolver - -KZonalHarmonicMagnetostaticFieldSolver + +KZonalHarmonicMagnetostaticFieldSolver - + cluster_KInducedAzimuthalElectricField - -KInducedAzimuthalElectricField + +KInducedAzimuthalElectricField - + cluster_KElectrostaticLinearField - -KElectrostaticLinearField + +KElectrostaticLinearField - + cluster_KMagneticDipoleField - -KMagneticDipoleField + +KMagneticDipoleField - + cluster_KMagnetostaticFieldmap - -KMagnetostaticFieldmap + +KMagnetostaticFieldmap - + cluster_KMagnetostaticFieldmapCalculator - -KMagnetostaticFieldmapCalculator + +KMagnetostaticFieldmapCalculator - + cluster_KMagnetostaticConstantField - -KMagnetostaticConstantField + +KMagnetostaticConstantField - + cluster_KMagneticSuperpositionField - -KMagneticSuperpositionField + +KMagneticSuperpositionField - + cluster_KMagneticSuperpositionFieldEntry - -KMagneticSuperpositionFieldEntry + +KMagneticSuperpositionFieldEntry - + cluster_KRampedElectricField - -KRampedElectricField + +KRampedElectricField - + cluster_KRampedMagneticField - -KRampedMagneticField + +KRampedMagneticField - + cluster_KRampedElectric2Field - -KRampedElectric2Field + +KRampedElectric2Field KEMRoot__kemfield - -kemfield + +kemfield KElectrostaticConstantField__constant_electric_field - -constant_electric_field + +constant_electric_field KEMRoot__kemfield->KElectrostaticConstantField__constant_electric_field - - + + KMagnetostaticConstantField__constant_magnetic_field - -constant_magnetic_field + +constant_magnetic_field KEMRoot__kemfield->KMagnetostaticConstantField__constant_magnetic_field - - + + KElectrostaticPotentialmap__electric_potentialmap - -electric_potentialmap + +electric_potentialmap KEMRoot__kemfield->KElectrostaticPotentialmap__electric_potentialmap - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator - -electric_potentialmap_calculator + +electric_potentialmap_calculator KEMRoot__kemfield->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator - - + + KElectricQuadrupoleField__electric_quadrupole_field - -electric_quadrupole_field + +electric_quadrupole_field KEMRoot__kemfield->KElectricQuadrupoleField__electric_quadrupole_field - - + + KGStaticElectromagnetField__electromagnet_field - -electromagnet_field + +electromagnet_field KEMRoot__kemfield->KGStaticElectromagnetField__electromagnet_field - - + + KGElectrostaticBoundaryField__electrostatic_field - -electrostatic_field + +electrostatic_field - + KEMRoot__kemfield->KGElectrostaticBoundaryField__electrostatic_field - - + + KInducedAzimuthalElectricField__induced_azimuthal_electric_field - -induced_azimuthal_electric_field + +induced_azimuthal_electric_field - + KEMRoot__kemfield->KInducedAzimuthalElectricField__induced_azimuthal_electric_field - - + + KElectrostaticLinearField__linear_electric_field - -linear_electric_field + +linear_electric_field - + KEMRoot__kemfield->KElectrostaticLinearField__linear_electric_field - - + + KMagneticDipoleField__magnetic_dipole_field - -magnetic_dipole_field + +magnetic_dipole_field - + KEMRoot__kemfield->KMagneticDipoleField__magnetic_dipole_field - - + + KMagnetostaticFieldmap__magnetic_fieldmap - -magnetic_fieldmap + +magnetic_fieldmap - + KEMRoot__kemfield->KMagnetostaticFieldmap__magnetic_fieldmap - - + + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator - -magnetic_fieldmap_calculator + +magnetic_fieldmap_calculator - + KEMRoot__kemfield->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator - - + + KMagneticSuperpositionField__magnetic_superposition_field - -magnetic_superposition_field + +magnetic_superposition_field - + KEMRoot__kemfield->KMagneticSuperpositionField__magnetic_superposition_field - - + + KRampedElectricField__ramped_electric_field - -ramped_electric_field + +ramped_electric_field - + KEMRoot__kemfield->KRampedElectricField__ramped_electric_field - - + + KRampedMagneticField__ramped_magnetic_field - -ramped_magnetic_field + +ramped_magnetic_field - + KEMRoot__kemfield->KRampedMagneticField__ramped_magnetic_field - - + + KRampedElectric2Field__ramped_transitional_electric_field - -ramped_transitional_electric_field + +ramped_transitional_electric_field - + KEMRoot__kemfield->KRampedElectric2Field__ramped_transitional_electric_field - - + + KElectrostaticConstantField__constant_electric_field__field - -field + +field KElectrostaticConstantField__constant_electric_field->KElectrostaticConstantField__constant_electric_field__field - - + + KElectrostaticConstantField__constant_electric_field__location - -location + +location KElectrostaticConstantField__constant_electric_field->KElectrostaticConstantField__constant_electric_field__location - - + + KElectrostaticConstantField__constant_electric_field__name - -name + +name KElectrostaticConstantField__constant_electric_field->KElectrostaticConstantField__constant_electric_field__name - - + + KElectrostaticConstantField__constant_electric_field__offset_potential - -offset_potential + +offset_potential KElectrostaticConstantField__constant_electric_field->KElectrostaticConstantField__constant_electric_field__offset_potential - - + + KMagnetostaticConstantField__constant_magnetic_field__field - -field + +field KMagnetostaticConstantField__constant_magnetic_field->KMagnetostaticConstantField__constant_magnetic_field__field - - + + KMagnetostaticConstantField__constant_magnetic_field__location - -location + +location KMagnetostaticConstantField__constant_magnetic_field->KMagnetostaticConstantField__constant_magnetic_field__location - - + + KMagnetostaticConstantField__constant_magnetic_field__name - -name + +name KMagnetostaticConstantField__constant_magnetic_field->KMagnetostaticConstantField__constant_magnetic_field__name - - + + KElectrostaticPotentialmap__electric_potentialmap__directory - -directory + +directory KElectrostaticPotentialmap__electric_potentialmap->KElectrostaticPotentialmap__electric_potentialmap__directory - - + + KElectrostaticPotentialmap__electric_potentialmap__file - -file + +file KElectrostaticPotentialmap__electric_potentialmap->KElectrostaticPotentialmap__electric_potentialmap__file - - + + KElectrostaticPotentialmap__electric_potentialmap__interpolation - -interpolation + +interpolation KElectrostaticPotentialmap__electric_potentialmap->KElectrostaticPotentialmap__electric_potentialmap__interpolation - - + + KElectrostaticPotentialmap__electric_potentialmap__name - -name + +name KElectrostaticPotentialmap__electric_potentialmap->KElectrostaticPotentialmap__electric_potentialmap__name - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__center - -center + +center KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__center - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__compute_field - -compute_field + +compute_field KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__compute_field - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__directory - -directory + +directory KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__directory - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__field - -field + +field KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__field - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__file - -file + +file KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__file - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__force_update - -force_update + +force_update KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__force_update - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__length - -length + +length KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__length - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__mirror_x - -mirror_x + +mirror_x KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__mirror_x - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__mirror_y - -mirror_y + +mirror_y KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__mirror_y - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__mirror_z - -mirror_z + +mirror_z KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__mirror_z - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__name - -name + +name KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__name - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__spaces - -spaces + +spaces KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__spaces - - + + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__spacing - -spacing + +spacing KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator__spacing - - + + KElectrostaticConstantField__field_electric_constant - -field_electric_constant + +field_electric_constant KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticConstantField__field_electric_constant - - + + KElectricQuadrupoleField__field_electric_quadrupole - -field_electric_quadrupole + +field_electric_quadrupole KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectricQuadrupoleField__field_electric_quadrupole - - + + KGElectrostaticBoundaryField__field_electrostatic - -field_electrostatic + +field_electrostatic KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KGElectrostaticBoundaryField__field_electrostatic - - + + KElectricQuadrupoleField__electric_quadrupole_field__length - -length + +length KElectricQuadrupoleField__electric_quadrupole_field->KElectricQuadrupoleField__electric_quadrupole_field__length - - + + KElectricQuadrupoleField__electric_quadrupole_field__location - -location + +location KElectricQuadrupoleField__electric_quadrupole_field->KElectricQuadrupoleField__electric_quadrupole_field__location - - + + KElectricQuadrupoleField__electric_quadrupole_field__name - -name + +name KElectricQuadrupoleField__electric_quadrupole_field->KElectricQuadrupoleField__electric_quadrupole_field__name - - + + KElectricQuadrupoleField__electric_quadrupole_field__radius - -radius + +radius KElectricQuadrupoleField__electric_quadrupole_field->KElectricQuadrupoleField__electric_quadrupole_field__radius - - + + KElectricQuadrupoleField__electric_quadrupole_field__strength - -strength + +strength KElectricQuadrupoleField__electric_quadrupole_field->KElectricQuadrupoleField__electric_quadrupole_field__strength - - + + KGStaticElectromagnetField__electromagnet_field__directory - -directory + +directory KGStaticElectromagnetField__electromagnet_field->KGStaticElectromagnetField__electromagnet_field__directory - - + + KGStaticElectromagnetField__electromagnet_field__directory_magfield3 - -directory_magfield3 + +directory_magfield3 KGStaticElectromagnetField__electromagnet_field->KGStaticElectromagnetField__electromagnet_field__directory_magfield3 - - + + KGStaticElectromagnetField__electromagnet_field__file - -file + +file KGStaticElectromagnetField__electromagnet_field->KGStaticElectromagnetField__electromagnet_field__file - - + + KGStaticElectromagnetField__electromagnet_field__name - -name + +name KGStaticElectromagnetField__electromagnet_field->KGStaticElectromagnetField__electromagnet_field__name - - + + KGStaticElectromagnetField__electromagnet_field__save_magfield3 - -save_magfield3 + +save_magfield3 KGStaticElectromagnetField__electromagnet_field->KGStaticElectromagnetField__electromagnet_field__save_magfield3 - - + + KGStaticElectromagnetField__electromagnet_field__spaces - -spaces + +spaces KGStaticElectromagnetField__electromagnet_field->KGStaticElectromagnetField__electromagnet_field__spaces - - + + KGStaticElectromagnetField__electromagnet_field__surfaces - -surfaces + +surfaces KGStaticElectromagnetField__electromagnet_field->KGStaticElectromagnetField__electromagnet_field__surfaces - - + + KGStaticElectromagnetField__electromagnet_field__system - -system + +system KGStaticElectromagnetField__electromagnet_field->KGStaticElectromagnetField__electromagnet_field__system - - + + KIntegratingMagnetostaticFieldSolver__integrating_field_solver - -integrating_field_solver + +integrating_field_solver KGStaticElectromagnetField__electromagnet_field->KIntegratingMagnetostaticFieldSolver__integrating_field_solver - - + + - + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver + +magfield_coil_field_solver + + + +KGStaticElectromagnetField__electromagnet_field->KMagfieldCoilsFieldSolver__magfield_coil_field_solver + + + + + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver - -zonal_harmonic_field_solver + +zonal_harmonic_field_solver - + KGStaticElectromagnetField__electromagnet_field->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver - - + + KBoundaryElementInfoDisplay__boundary_element_info - -boundary_element_info + +boundary_element_info - + KGElectrostaticBoundaryField__electrostatic_field->KBoundaryElementInfoDisplay__boundary_element_info - - + + KCachedChargeDensitySolver__cached_bem_solver - -cached_bem_solver + +cached_bem_solver - + KGElectrostaticBoundaryField__electrostatic_field->KCachedChargeDensitySolver__cached_bem_solver - - + + KCachedChargeDensitySolver__cached_charge_density_solver - -cached_charge_density_solver + +cached_charge_density_solver - + KGElectrostaticBoundaryField__electrostatic_field->KCachedChargeDensitySolver__cached_charge_density_solver - - + + KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver - -explicit_superposition_cached_bem_solver + +explicit_superposition_cached_bem_solver - + KGElectrostaticBoundaryField__electrostatic_field->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver - - + + KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver - -explicit_superposition_cached_charge_density_solver + +explicit_superposition_cached_charge_density_solver - + KGElectrostaticBoundaryField__electrostatic_field->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver - -fast_multipole_field_solver + +fast_multipole_field_solver - + KGElectrostaticBoundaryField__electrostatic_field->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver - - + + KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver - -gauss_seidel_bem_solver + +gauss_seidel_bem_solver - + KGElectrostaticBoundaryField__electrostatic_field->KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver - - + + KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver - -gauss_seidel_charge_density_solver + +gauss_seidel_charge_density_solver - + KGElectrostaticBoundaryField__electrostatic_field->KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver - - + + KGaussianEliminationChargeDensitySolver__gaussian_elimination_bem_solver - -gaussian_elimination_bem_solver + +gaussian_elimination_bem_solver - + KGElectrostaticBoundaryField__electrostatic_field->KGaussianEliminationChargeDensitySolver__gaussian_elimination_bem_solver - - + + KGaussianEliminationChargeDensitySolver__gaussian_elimination_charge_density_solver - -gaussian_elimination_charge_density_solver + +gaussian_elimination_charge_density_solver - + KGElectrostaticBoundaryField__electrostatic_field->KGaussianEliminationChargeDensitySolver__gaussian_elimination_charge_density_solver - - + + KIntegratingElectrostaticFieldSolver__integrating_field_solver - -integrating_field_solver + +integrating_field_solver - + KGElectrostaticBoundaryField__electrostatic_field->KIntegratingElectrostaticFieldSolver__integrating_field_solver - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver - -krylov_bem_solver + +krylov_bem_solver - + KGElectrostaticBoundaryField__electrostatic_field->KKrylovChargeDensitySolverOld__krylov_bem_solver - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new - -krylov_bem_solver_new + +krylov_bem_solver_new - + KGElectrostaticBoundaryField__electrostatic_field->KKrylovChargeDensitySolver__krylov_bem_solver_new - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old - -krylov_bem_solver_old + +krylov_bem_solver_old - + KGElectrostaticBoundaryField__electrostatic_field->KKrylovChargeDensitySolverOld__krylov_bem_solver_old - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver - -krylov_charge_density_solver + +krylov_charge_density_solver - + KGElectrostaticBoundaryField__electrostatic_field->KKrylovChargeDensitySolver__krylov_charge_density_solver - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old - -krylov_charge_density_solver_old + +krylov_charge_density_solver_old - + KGElectrostaticBoundaryField__electrostatic_field->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver - -robin_hood_bem_solver + +robin_hood_bem_solver - + KGElectrostaticBoundaryField__electrostatic_field->KRobinHoodChargeDensitySolver__robin_hood_bem_solver - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver - -robin_hood_charge_density_solver + +robin_hood_charge_density_solver - + KGElectrostaticBoundaryField__electrostatic_field->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver - - + + KElectrostaticBoundaryFieldTimer__timer - -timer + +timer - + KGElectrostaticBoundaryField__electrostatic_field->KElectrostaticBoundaryFieldTimer__timer - - + + KVTKViewerAsBoundaryFieldVisitor__viewer - -viewer + +viewer - + KGElectrostaticBoundaryField__electrostatic_field->KVTKViewerAsBoundaryFieldVisitor__viewer - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver - -zonal_harmonic_field_solver + +zonal_harmonic_field_solver - + KGElectrostaticBoundaryField__electrostatic_field->KElectricZHFieldSolver__zonal_harmonic_field_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field__directory - -directory + +directory - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__directory - - + + - + KGElectrostaticBoundaryField__electrostatic_field__file - -file + +file - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__file - - + + - + KGElectrostaticBoundaryField__electrostatic_field__hash_masked_bits - -hash_masked_bits + +hash_masked_bits - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__hash_masked_bits - - + + - + KGElectrostaticBoundaryField__electrostatic_field__hash_threshold - -hash_threshold + +hash_threshold - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__hash_threshold - - + + - + KGElectrostaticBoundaryField__electrostatic_field__maximum_element_aspect_ratio - -maximum_element_aspect_ratio + +maximum_element_aspect_ratio - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__maximum_element_aspect_ratio - - + + - + KGElectrostaticBoundaryField__electrostatic_field__minimum_element_area - -minimum_element_area + +minimum_element_area - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__minimum_element_area - - + + - + KGElectrostaticBoundaryField__electrostatic_field__name - -name + +name - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__name - - + + - + KGElectrostaticBoundaryField__electrostatic_field__spaces - -spaces + +spaces - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__spaces - - + + - + KGElectrostaticBoundaryField__electrostatic_field__surfaces - -surfaces + +surfaces - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__surfaces - - + + - + KGElectrostaticBoundaryField__electrostatic_field__symmetry - -symmetry + +symmetry - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__symmetry - - + + - + KGElectrostaticBoundaryField__electrostatic_field__system - -system + +system - + KGElectrostaticBoundaryField__electrostatic_field->KGElectrostaticBoundaryField__electrostatic_field__system - - + + - + KInducedAzimuthalElectricField__induced_azimuthal_electric_field__name - -name + +name - + KInducedAzimuthalElectricField__induced_azimuthal_electric_field->KInducedAzimuthalElectricField__induced_azimuthal_electric_field__name - - + + - + KInducedAzimuthalElectricField__induced_azimuthal_electric_field__root_field - -root_field + +root_field - + KInducedAzimuthalElectricField__induced_azimuthal_electric_field->KInducedAzimuthalElectricField__induced_azimuthal_electric_field__root_field - - + + - + KElectrostaticLinearField__linear_electric_field__U1 - -U1 + +U1 - + KElectrostaticLinearField__linear_electric_field->KElectrostaticLinearField__linear_electric_field__U1 - - + + - + KElectrostaticLinearField__linear_electric_field__U2 - -U2 + +U2 - + KElectrostaticLinearField__linear_electric_field->KElectrostaticLinearField__linear_electric_field__U2 - - + + - + KElectrostaticLinearField__linear_electric_field__name - -name + +name - + KElectrostaticLinearField__linear_electric_field->KElectrostaticLinearField__linear_electric_field__name - - + + - + KElectrostaticLinearField__linear_electric_field__surface - -surface + +surface - + KElectrostaticLinearField__linear_electric_field->KElectrostaticLinearField__linear_electric_field__surface - - + + - + KElectrostaticLinearField__linear_electric_field__z1 - -z1 + +z1 - + KElectrostaticLinearField__linear_electric_field->KElectrostaticLinearField__linear_electric_field__z1 - - + + - + KElectrostaticLinearField__linear_electric_field__z2 - -z2 + +z2 - + KElectrostaticLinearField__linear_electric_field->KElectrostaticLinearField__linear_electric_field__z2 - - + + - + KMagneticDipoleField__magnetic_dipole_field__location - -location + +location - + KMagneticDipoleField__magnetic_dipole_field->KMagneticDipoleField__magnetic_dipole_field__location - - + + - + KMagneticDipoleField__magnetic_dipole_field__moment - -moment + +moment - + KMagneticDipoleField__magnetic_dipole_field->KMagneticDipoleField__magnetic_dipole_field__moment - - + + - + KMagneticDipoleField__magnetic_dipole_field__name - -name + +name - + KMagneticDipoleField__magnetic_dipole_field->KMagneticDipoleField__magnetic_dipole_field__name - - + + - + KMagnetostaticFieldmap__magnetic_fieldmap__directory - -directory + +directory - + KMagnetostaticFieldmap__magnetic_fieldmap->KMagnetostaticFieldmap__magnetic_fieldmap__directory - - + + - + KMagnetostaticFieldmap__magnetic_fieldmap__file - -file + +file - + KMagnetostaticFieldmap__magnetic_fieldmap->KMagnetostaticFieldmap__magnetic_fieldmap__file - - + + - + KMagnetostaticFieldmap__magnetic_fieldmap__interpolation - -interpolation + +interpolation - + KMagnetostaticFieldmap__magnetic_fieldmap->KMagnetostaticFieldmap__magnetic_fieldmap__interpolation - - + + - + KMagnetostaticFieldmap__magnetic_fieldmap__magnetic_gradient_numerical - -magnetic_gradient_numerical + +magnetic_gradient_numerical - + KMagnetostaticFieldmap__magnetic_fieldmap->KMagnetostaticFieldmap__magnetic_fieldmap__magnetic_gradient_numerical - - + + - + KMagnetostaticFieldmap__magnetic_fieldmap__name - -name + +name - + KMagnetostaticFieldmap__magnetic_fieldmap->KMagnetostaticFieldmap__magnetic_fieldmap__name - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__center - -center + +center - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__center - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__compute_gradient - -compute_gradient + +compute_gradient - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__compute_gradient - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__directory - -directory + +directory - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__directory - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__field - -field + +field - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__field - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__file - -file + +file - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__file - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__force_update - -force_update + +force_update - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__force_update - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__length - -length + +length - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__length - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__mirror_x - -mirror_x + +mirror_x - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__mirror_x - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__mirror_y - -mirror_y + +mirror_y - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__mirror_y - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__mirror_z - -mirror_z + +mirror_z - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__mirror_z - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__name - -name + +name - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__name - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__spaces - -spaces + +spaces - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__spaces - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__spacing - -spacing + +spacing - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__spacing - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__time - -time + +time - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator__time - - + + - + KStaticElectromagnetField__field_electromagnet - -field_electromagnet + +field_electromagnet - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KStaticElectromagnetField__field_electromagnet - - + + - + KMagnetostaticConstantField__field_magnetic_constant - -field_magnetic_constant + +field_magnetic_constant - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticConstantField__field_magnetic_constant - - + + - + KMagneticDipoleFieldBuilder__field_magnetic_dipole - -field_magnetic_dipole + +field_magnetic_dipole - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagneticDipoleFieldBuilder__field_magnetic_dipole - - + + - + KMagneticSuperpositionField__magnetic_superposition_field__name - -name + +name - + KMagneticSuperpositionField__magnetic_superposition_field->KMagneticSuperpositionField__magnetic_superposition_field__name - - + + - + KMagneticSuperpositionField__magnetic_superposition_field__require - -require + +require - + KMagneticSuperpositionField__magnetic_superposition_field->KMagneticSuperpositionField__magnetic_superposition_field__require - - + + - + KMagneticSuperpositionField__magnetic_superposition_field__use_caching - -use_caching + +use_caching - + KMagneticSuperpositionField__magnetic_superposition_field->KMagneticSuperpositionField__magnetic_superposition_field__use_caching - - + + - + KMagneticSuperpositionFieldEntry__add_field - -add_field + +add_field - + KMagneticSuperpositionField__magnetic_superposition_field->KMagneticSuperpositionFieldEntry__add_field - - + + - + KRampedElectricField__ramped_electric_field__name - -name + +name - + KRampedElectricField__ramped_electric_field->KRampedElectricField__ramped_electric_field__name - - + + - + KRampedElectricField__ramped_electric_field__num_cycles - -num_cycles + +num_cycles - + KRampedElectricField__ramped_electric_field->KRampedElectricField__ramped_electric_field__num_cycles - - + + - + KRampedElectricField__ramped_electric_field__ramp_down_delay - -ramp_down_delay + +ramp_down_delay - + KRampedElectricField__ramped_electric_field->KRampedElectricField__ramped_electric_field__ramp_down_delay - - + + - + KRampedElectricField__ramped_electric_field__ramp_down_time - -ramp_down_time + +ramp_down_time - + KRampedElectricField__ramped_electric_field->KRampedElectricField__ramped_electric_field__ramp_down_time - - + + - + KRampedElectricField__ramped_electric_field__ramp_up_delay - -ramp_up_delay + +ramp_up_delay - + KRampedElectricField__ramped_electric_field->KRampedElectricField__ramped_electric_field__ramp_up_delay - - + + - + KRampedElectricField__ramped_electric_field__ramp_up_time - -ramp_up_time + +ramp_up_time - + KRampedElectricField__ramped_electric_field->KRampedElectricField__ramped_electric_field__ramp_up_time - - + + - + KRampedElectricField__ramped_electric_field__ramping_type - -ramping_type + +ramping_type - + KRampedElectricField__ramped_electric_field->KRampedElectricField__ramped_electric_field__ramping_type - - + + - + KRampedElectricField__ramped_electric_field__root_field - -root_field + +root_field - + KRampedElectricField__ramped_electric_field->KRampedElectricField__ramped_electric_field__root_field - - + + - + KRampedElectricField__ramped_electric_field__time_constant - -time_constant + +time_constant - + KRampedElectricField__ramped_electric_field->KRampedElectricField__ramped_electric_field__time_constant - - + + - + KRampedElectricField__ramped_electric_field__time_scaling - -time_scaling + +time_scaling - + KRampedElectricField__ramped_electric_field->KRampedElectricField__ramped_electric_field__time_scaling - - + + - + KRampedMagneticField__ramped_magnetic_field__name - -name + +name - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__name - - + + - + KRampedMagneticField__ramped_magnetic_field__num_cycles - -num_cycles + +num_cycles - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__num_cycles - - + + - + KRampedMagneticField__ramped_magnetic_field__ramp_down_delay - -ramp_down_delay + +ramp_down_delay - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__ramp_down_delay - - + + - + KRampedMagneticField__ramped_magnetic_field__ramp_down_time - -ramp_down_time + +ramp_down_time - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__ramp_down_time - - + + - + KRampedMagneticField__ramped_magnetic_field__ramp_up_delay - -ramp_up_delay + +ramp_up_delay - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__ramp_up_delay - - + + - + KRampedMagneticField__ramped_magnetic_field__ramp_up_time - -ramp_up_time + +ramp_up_time - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__ramp_up_time - - + + - + KRampedMagneticField__ramped_magnetic_field__ramping_type - -ramping_type + +ramping_type - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__ramping_type - - + + - + KRampedMagneticField__ramped_magnetic_field__root_field - -root_field + +root_field - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__root_field - - + + - + KRampedMagneticField__ramped_magnetic_field__time_constant - -time_constant + +time_constant - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__time_constant - - + + - + KRampedMagneticField__ramped_magnetic_field__time_constant_2 - -time_constant_2 + +time_constant_2 - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__time_constant_2 - - + + - + KRampedMagneticField__ramped_magnetic_field__time_scaling - -time_scaling + +time_scaling - + KRampedMagneticField__ramped_magnetic_field->KRampedMagneticField__ramped_magnetic_field__time_scaling - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__focus_exponent - -focus_exponent + +focus_exponent - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__focus_exponent - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__focus_time - -focus_time + +focus_time - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__focus_time - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__name - -name + +name - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__name - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__num_cycles - -num_cycles + +num_cycles - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__num_cycles - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__potential_scaling - -potential_scaling + +potential_scaling - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__potential_scaling - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__ramp_down_delay - -ramp_down_delay + +ramp_down_delay - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__ramp_down_delay - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__ramp_down_time - -ramp_down_time + +ramp_down_time - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__ramp_down_time - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__ramp_up_delay - -ramp_up_delay + +ramp_up_delay - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__ramp_up_delay - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__ramp_up_time - -ramp_up_time + +ramp_up_time - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__ramp_up_time - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__ramping_type - -ramping_type + +ramping_type - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__ramping_type - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__root_field_1 - -root_field_1 + +root_field_1 - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__root_field_1 - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__root_field_2 - -root_field_2 + +root_field_2 - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__root_field_2 - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__small_spectrometer - -small_spectrometer + +small_spectrometer - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__small_spectrometer - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__time_constant - -time_constant + +time_constant - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__time_constant - - + + - + KRampedElectric2Field__ramped_transitional_electric_field__time_scaling - -time_scaling + +time_scaling - + KRampedElectric2Field__ramped_transitional_electric_field->KRampedElectric2Field__ramped_transitional_electric_field__time_scaling - - + + KElectrostaticConstantField__field_electric_constant__field - -field + +field KElectrostaticConstantField__field_electric_constant->KElectrostaticConstantField__field_electric_constant__field - - + + KElectrostaticConstantField__field_electric_constant__location - -location + +location KElectrostaticConstantField__field_electric_constant->KElectrostaticConstantField__field_electric_constant__location - - + + KElectrostaticConstantField__field_electric_constant__name - -name + +name KElectrostaticConstantField__field_electric_constant->KElectrostaticConstantField__field_electric_constant__name - - + + KElectrostaticConstantField__field_electric_constant__offset_potential - -offset_potential + +offset_potential KElectrostaticConstantField__field_electric_constant->KElectrostaticConstantField__field_electric_constant__offset_potential - - + + KElectricQuadrupoleField__field_electric_quadrupole__length - -length + +length KElectricQuadrupoleField__field_electric_quadrupole->KElectricQuadrupoleField__field_electric_quadrupole__length - - + + KElectricQuadrupoleField__field_electric_quadrupole__location - -location + +location KElectricQuadrupoleField__field_electric_quadrupole->KElectricQuadrupoleField__field_electric_quadrupole__location - - + + KElectricQuadrupoleField__field_electric_quadrupole__name - -name + +name KElectricQuadrupoleField__field_electric_quadrupole->KElectricQuadrupoleField__field_electric_quadrupole__name - - + + KElectricQuadrupoleField__field_electric_quadrupole__radius - -radius + +radius KElectricQuadrupoleField__field_electric_quadrupole->KElectricQuadrupoleField__field_electric_quadrupole__radius - - + + KElectricQuadrupoleField__field_electric_quadrupole__strength - -strength + +strength KElectricQuadrupoleField__field_electric_quadrupole->KElectricQuadrupoleField__field_electric_quadrupole__strength - - + + KGElectrostaticBoundaryField__field_electrostatic__directory - -directory + +directory KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__directory - - + + KGElectrostaticBoundaryField__field_electrostatic__file - -file + +file KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__file - - + + KGElectrostaticBoundaryField__field_electrostatic__hash_masked_bits - -hash_masked_bits + +hash_masked_bits KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__hash_masked_bits - - + + KGElectrostaticBoundaryField__field_electrostatic__hash_threshold - -hash_threshold + +hash_threshold KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__hash_threshold - - + + KGElectrostaticBoundaryField__field_electrostatic__maximum_element_aspect_ratio - -maximum_element_aspect_ratio + +maximum_element_aspect_ratio KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__maximum_element_aspect_ratio - - + + KGElectrostaticBoundaryField__field_electrostatic__minimum_element_area - -minimum_element_area + +minimum_element_area KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__minimum_element_area - - + + KGElectrostaticBoundaryField__field_electrostatic__name - -name + +name KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__name - - + + KGElectrostaticBoundaryField__field_electrostatic__spaces - -spaces + +spaces KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__spaces - - + + KGElectrostaticBoundaryField__field_electrostatic__surfaces - -surfaces + +surfaces KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__surfaces - - + + KGElectrostaticBoundaryField__field_electrostatic__symmetry - -symmetry + +symmetry KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__symmetry - - + + KGElectrostaticBoundaryField__field_electrostatic__system - -system + +system KGElectrostaticBoundaryField__field_electrostatic->KGElectrostaticBoundaryField__field_electrostatic__system - - + + KGElectrostaticBoundaryField__field_electrostatic->KBoundaryElementInfoDisplay__boundary_element_info - - + + KGElectrostaticBoundaryField__field_electrostatic->KCachedChargeDensitySolver__cached_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KCachedChargeDensitySolver__cached_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KGaussianEliminationChargeDensitySolver__gaussian_elimination_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KGaussianEliminationChargeDensitySolver__gaussian_elimination_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KIntegratingElectrostaticFieldSolver__integrating_field_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KKrylovChargeDensitySolverOld__krylov_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KKrylovChargeDensitySolver__krylov_bem_solver_new - - + + KGElectrostaticBoundaryField__field_electrostatic->KKrylovChargeDensitySolverOld__krylov_bem_solver_old - - + + KGElectrostaticBoundaryField__field_electrostatic->KKrylovChargeDensitySolver__krylov_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old - - + + KGElectrostaticBoundaryField__field_electrostatic->KRobinHoodChargeDensitySolver__robin_hood_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KElectrostaticBoundaryFieldTimer__timer - - + + KGElectrostaticBoundaryField__field_electrostatic->KVTKViewerAsBoundaryFieldVisitor__viewer - - + + KGElectrostaticBoundaryField__field_electrostatic->KElectricZHFieldSolver__zonal_harmonic_field_solver - - + + KCachedChargeDensitySolver__cached_bem_solver__hash - -hash + +hash KCachedChargeDensitySolver__cached_bem_solver->KCachedChargeDensitySolver__cached_bem_solver__hash - - + + KCachedChargeDensitySolver__cached_bem_solver__name - -name + +name KCachedChargeDensitySolver__cached_bem_solver->KCachedChargeDensitySolver__cached_bem_solver__name - - + + KCachedChargeDensitySolver__cached_charge_density_solver__hash - -hash + +hash KCachedChargeDensitySolver__cached_charge_density_solver->KCachedChargeDensitySolver__cached_charge_density_solver__hash - - + + KCachedChargeDensitySolver__cached_charge_density_solver__name - -name + +name KCachedChargeDensitySolver__cached_charge_density_solver->KCachedChargeDensitySolver__cached_charge_density_solver__name - - + + KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver__name - -name + +name KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver__name - - + + KExplicitSuperpositionSolutionComponent__component - -component + +component KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver->KExplicitSuperpositionSolutionComponent__component - - + + KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver->KExplicitSuperpositionSolutionComponent__component - - + + KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver__name - -name + +name KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver__name - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__expansion_degree - -expansion_degree + +expansion_degree KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__expansion_degree - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__insertion_ratio - -insertion_ratio + +insertion_ratio KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__insertion_ratio - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__maximum_tree_depth - -maximum_tree_depth + +maximum_tree_depth KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__maximum_tree_depth - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__neighbor_order - -neighbor_order + +neighbor_order KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__neighbor_order - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__region_expansion_factor - -region_expansion_factor + +region_expansion_factor KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__region_expansion_factor - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__split_mode - -split_mode + +split_mode KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__split_mode - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__top_level_divisions - -top_level_divisions + +top_level_divisions KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__top_level_divisions - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__tree_level_divisions - -tree_level_divisions + +tree_level_divisions KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__tree_level_divisions - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__use_caching - -use_caching + +use_caching KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__use_caching - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__use_opencl - -use_opencl + +use_opencl KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__use_opencl - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__use_region_size_estimation - -use_region_size_estimation + +use_region_size_estimation KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__use_region_size_estimation - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__verbosity - -verbosity + +verbosity KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__verbosity - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__world_cube_center_x - -world_cube_center_x + +world_cube_center_x KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__world_cube_center_x - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__world_cube_center_y - -world_cube_center_y + +world_cube_center_y KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__world_cube_center_y - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__world_cube_center_z - -world_cube_center_z + +world_cube_center_z KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__world_cube_center_z - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__world_cube_length - -world_cube_length + +world_cube_length KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver__world_cube_length - - + + KFMVTKElectrostaticTreeViewerData__viewer - -viewer + +viewer KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KFMVTKElectrostaticTreeViewerData__viewer - - + + KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver__integrator - -integrator + +integrator KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver->KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver__integrator - - + + KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver__use_opencl - -use_opencl + +use_opencl KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver->KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver__use_opencl - - + + KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver__integrator - -integrator + +integrator KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver->KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver__integrator - - + + KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver__use_opencl - -use_opencl + +use_opencl KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver->KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver__use_opencl - - + + KGaussianEliminationChargeDensitySolver__gaussian_elimination_bem_solver__integrator - -integrator + +integrator KGaussianEliminationChargeDensitySolver__gaussian_elimination_bem_solver->KGaussianEliminationChargeDensitySolver__gaussian_elimination_bem_solver__integrator - - + + KGaussianEliminationChargeDensitySolver__gaussian_elimination_charge_density_solver__integrator - -integrator + +integrator KGaussianEliminationChargeDensitySolver__gaussian_elimination_charge_density_solver->KGaussianEliminationChargeDensitySolver__gaussian_elimination_charge_density_solver__integrator - - + + KIntegratingElectrostaticFieldSolver__integrating_field_solver__integrator - -integrator + +integrator KIntegratingElectrostaticFieldSolver__integrating_field_solver->KIntegratingElectrostaticFieldSolver__integrating_field_solver__integrator - - + + KIntegratingElectrostaticFieldSolver__integrating_field_solver__use_opencl - -use_opencl + +use_opencl KIntegratingElectrostaticFieldSolver__integrating_field_solver->KIntegratingElectrostaticFieldSolver__integrating_field_solver__use_opencl - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__intermediate_save_interval - -intermediate_save_interval + +intermediate_save_interval KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__intermediate_save_interval - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__iterations_between_restarts - -iterations_between_restarts + +iterations_between_restarts KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__iterations_between_restarts - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__max_iterations - -max_iterations + +max_iterations KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__max_iterations - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__max_preconditioner_iterations - -max_preconditioner_iterations + +max_preconditioner_iterations KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__max_preconditioner_iterations - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__preconditioner - -preconditioner + +preconditioner KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__preconditioner - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__preconditioner_degree - -preconditioner_degree + +preconditioner_degree KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__preconditioner_degree - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__preconditioner_tolerance - -preconditioner_tolerance + +preconditioner_tolerance KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__preconditioner_tolerance - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__show_plot - -show_plot + +show_plot KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__show_plot - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__solver_name - -solver_name + +solver_name KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__solver_name - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__time_check_interval - -time_check_interval + +time_check_interval KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__time_check_interval - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__time_limit_in_seconds - -time_limit_in_seconds + +time_limit_in_seconds KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__time_limit_in_seconds - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__tolerance - -tolerance + +tolerance KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__tolerance - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__use_display - -use_display + +use_display KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__use_display - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver__use_timer - -use_timer + +use_timer KKrylovChargeDensitySolverOld__krylov_bem_solver->KKrylovChargeDensitySolverOld__krylov_bem_solver__use_timer - - + + KFMElectrostaticParameters__fftm_multiplication - -fftm_multiplication + +fftm_multiplication KKrylovChargeDensitySolverOld__krylov_bem_solver->KFMElectrostaticParameters__fftm_multiplication - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters - -preconditioner_electrostatic_parameters + +preconditioner_electrostatic_parameters KKrylovChargeDensitySolverOld__krylov_bem_solver->KFMElectrostaticParameters__preconditioner_electrostatic_parameters - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new__intermediate_save_interval - -intermediate_save_interval + +intermediate_save_interval KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovChargeDensitySolver__krylov_bem_solver_new__intermediate_save_interval - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new__iterations_between_restarts - -iterations_between_restarts + +iterations_between_restarts KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovChargeDensitySolver__krylov_bem_solver_new__iterations_between_restarts - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new__max_iterations - -max_iterations + +max_iterations KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovChargeDensitySolver__krylov_bem_solver_new__max_iterations - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new__show_plot - -show_plot + +show_plot KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovChargeDensitySolver__krylov_bem_solver_new__show_plot - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new__solver_name - -solver_name + +solver_name KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovChargeDensitySolver__krylov_bem_solver_new__solver_name - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new__time_check_interval - -time_check_interval + +time_check_interval KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovChargeDensitySolver__krylov_bem_solver_new__time_check_interval - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new__time_limit_in_seconds - -time_limit_in_seconds + +time_limit_in_seconds KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovChargeDensitySolver__krylov_bem_solver_new__time_limit_in_seconds - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new__tolerance - -tolerance + +tolerance KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovChargeDensitySolver__krylov_bem_solver_new__tolerance - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new__use_display - -use_display + +use_display KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovChargeDensitySolver__krylov_bem_solver_new__use_display - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new__use_timer - -use_timer + +use_timer KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovChargeDensitySolver__krylov_bem_solver_new__use_timer - - + + KKrylovPreconditionerGenerator__krylov_preconditioner - -krylov_preconditioner + +krylov_preconditioner KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovPreconditionerGenerator__krylov_preconditioner - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KFMElectrostaticParameters__fftm_multiplication - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KFMElectrostaticParameters__preconditioner_electrostatic_parameters - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__intermediate_save_interval - -intermediate_save_interval + +intermediate_save_interval KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__intermediate_save_interval - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__iterations_between_restarts - -iterations_between_restarts + +iterations_between_restarts KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__iterations_between_restarts - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__max_iterations - -max_iterations + +max_iterations KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__max_iterations - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__max_preconditioner_iterations - -max_preconditioner_iterations + +max_preconditioner_iterations KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__max_preconditioner_iterations - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__preconditioner - -preconditioner + +preconditioner KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__preconditioner - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__preconditioner_degree - -preconditioner_degree + +preconditioner_degree KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__preconditioner_degree - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__preconditioner_tolerance - -preconditioner_tolerance + +preconditioner_tolerance KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__preconditioner_tolerance - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__show_plot - -show_plot + +show_plot KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__show_plot - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__solver_name - -solver_name + +solver_name KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__solver_name - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__time_check_interval - -time_check_interval + +time_check_interval KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__time_check_interval - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__time_limit_in_seconds - -time_limit_in_seconds + +time_limit_in_seconds KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__time_limit_in_seconds - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__tolerance - -tolerance + +tolerance KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__tolerance - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__use_display - -use_display + +use_display KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__use_display - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old__use_timer - -use_timer + +use_timer KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KKrylovChargeDensitySolverOld__krylov_bem_solver_old__use_timer - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovPreconditionerGenerator__krylov_preconditioner - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver__intermediate_save_interval - -intermediate_save_interval + +intermediate_save_interval KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovChargeDensitySolver__krylov_charge_density_solver__intermediate_save_interval - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver__iterations_between_restarts - -iterations_between_restarts + +iterations_between_restarts KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovChargeDensitySolver__krylov_charge_density_solver__iterations_between_restarts - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver__max_iterations - -max_iterations + +max_iterations KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovChargeDensitySolver__krylov_charge_density_solver__max_iterations - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver__show_plot - -show_plot + +show_plot KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovChargeDensitySolver__krylov_charge_density_solver__show_plot - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver__solver_name - -solver_name + +solver_name KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovChargeDensitySolver__krylov_charge_density_solver__solver_name - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver__time_check_interval - -time_check_interval + +time_check_interval KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovChargeDensitySolver__krylov_charge_density_solver__time_check_interval - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver__time_limit_in_seconds - -time_limit_in_seconds + +time_limit_in_seconds KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovChargeDensitySolver__krylov_charge_density_solver__time_limit_in_seconds - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver__tolerance - -tolerance + +tolerance KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovChargeDensitySolver__krylov_charge_density_solver__tolerance - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver__use_display - -use_display + +use_display KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovChargeDensitySolver__krylov_charge_density_solver__use_display - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver__use_timer - -use_timer + +use_timer KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovChargeDensitySolver__krylov_charge_density_solver__use_timer - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KFMElectrostaticParameters__fftm_multiplication - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KFMElectrostaticParameters__preconditioner_electrostatic_parameters - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__intermediate_save_interval - -intermediate_save_interval + +intermediate_save_interval KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__intermediate_save_interval - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__iterations_between_restarts - -iterations_between_restarts + +iterations_between_restarts KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__iterations_between_restarts - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__max_iterations - -max_iterations + +max_iterations KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__max_iterations - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__max_preconditioner_iterations - -max_preconditioner_iterations + +max_preconditioner_iterations KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__max_preconditioner_iterations - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__preconditioner - -preconditioner + +preconditioner KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__preconditioner - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__preconditioner_degree - -preconditioner_degree + +preconditioner_degree KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__preconditioner_degree - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__preconditioner_tolerance - -preconditioner_tolerance + +preconditioner_tolerance KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__preconditioner_tolerance - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__show_plot - -show_plot + +show_plot KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__show_plot - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__solver_name - -solver_name + +solver_name KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__solver_name - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__time_check_interval - -time_check_interval + +time_check_interval KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__time_check_interval - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__time_limit_in_seconds - -time_limit_in_seconds + +time_limit_in_seconds KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__time_limit_in_seconds - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__tolerance - -tolerance + +tolerance KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__tolerance - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__use_display - -use_display + +use_display KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__use_display - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__use_timer - -use_timer + +use_timer KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old__use_timer - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver__cache_matrix_elements - -cache_matrix_elements + +cache_matrix_elements KRobinHoodChargeDensitySolver__robin_hood_bem_solver->KRobinHoodChargeDensitySolver__robin_hood_bem_solver__cache_matrix_elements - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver__check_sub_interval - -check_sub_interval + +check_sub_interval KRobinHoodChargeDensitySolver__robin_hood_bem_solver->KRobinHoodChargeDensitySolver__robin_hood_bem_solver__check_sub_interval - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver__display_interval - -display_interval + +display_interval KRobinHoodChargeDensitySolver__robin_hood_bem_solver->KRobinHoodChargeDensitySolver__robin_hood_bem_solver__display_interval - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver__integrator - -integrator + +integrator KRobinHoodChargeDensitySolver__robin_hood_bem_solver->KRobinHoodChargeDensitySolver__robin_hood_bem_solver__integrator - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver__plot_interval - -plot_interval + +plot_interval KRobinHoodChargeDensitySolver__robin_hood_bem_solver->KRobinHoodChargeDensitySolver__robin_hood_bem_solver__plot_interval - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver__split_mode - -split_mode + +split_mode KRobinHoodChargeDensitySolver__robin_hood_bem_solver->KRobinHoodChargeDensitySolver__robin_hood_bem_solver__split_mode - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver__tolerance - -tolerance + +tolerance KRobinHoodChargeDensitySolver__robin_hood_bem_solver->KRobinHoodChargeDensitySolver__robin_hood_bem_solver__tolerance - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver__use_opencl - -use_opencl + +use_opencl KRobinHoodChargeDensitySolver__robin_hood_bem_solver->KRobinHoodChargeDensitySolver__robin_hood_bem_solver__use_opencl - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver__use_vtk - -use_vtk + +use_vtk KRobinHoodChargeDensitySolver__robin_hood_bem_solver->KRobinHoodChargeDensitySolver__robin_hood_bem_solver__use_vtk - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver__write_interval - -write_interval + +write_interval KRobinHoodChargeDensitySolver__robin_hood_bem_solver->KRobinHoodChargeDensitySolver__robin_hood_bem_solver__write_interval - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__cache_matrix_elements - -cache_matrix_elements + +cache_matrix_elements KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__cache_matrix_elements - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__check_sub_interval - -check_sub_interval + +check_sub_interval KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__check_sub_interval - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__display_interval - -display_interval + +display_interval KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__display_interval - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__integrator - -integrator + +integrator KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__integrator - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__plot_interval - -plot_interval + +plot_interval KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__plot_interval - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__split_mode - -split_mode + +split_mode KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__split_mode - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__tolerance - -tolerance + +tolerance KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__tolerance - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__use_opencl - -use_opencl + +use_opencl KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__use_opencl - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__use_vtk - -use_vtk + +use_vtk KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__use_vtk - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__write_interval - -write_interval + +write_interval KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver__write_interval - - + + KVTKViewerAsBoundaryFieldVisitor__viewer__file - -file + +file KVTKViewerAsBoundaryFieldVisitor__viewer->KVTKViewerAsBoundaryFieldVisitor__viewer__file - - + + KVTKViewerAsBoundaryFieldVisitor__viewer__path - -path + +path KVTKViewerAsBoundaryFieldVisitor__viewer->KVTKViewerAsBoundaryFieldVisitor__viewer__path - - + + KVTKViewerAsBoundaryFieldVisitor__viewer__postprocessing - -postprocessing + +postprocessing KVTKViewerAsBoundaryFieldVisitor__viewer->KVTKViewerAsBoundaryFieldVisitor__viewer__postprocessing - - + + KVTKViewerAsBoundaryFieldVisitor__viewer__preprocessing - -preprocessing + +preprocessing KVTKViewerAsBoundaryFieldVisitor__viewer->KVTKViewerAsBoundaryFieldVisitor__viewer__preprocessing - - + + KVTKViewerAsBoundaryFieldVisitor__viewer__save - -save + +save KVTKViewerAsBoundaryFieldVisitor__viewer->KVTKViewerAsBoundaryFieldVisitor__viewer__save - - + + KVTKViewerAsBoundaryFieldVisitor__viewer__view - -view + +view KVTKViewerAsBoundaryFieldVisitor__viewer->KVTKViewerAsBoundaryFieldVisitor__viewer__view - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_end - -central_sourcepoint_end + +central_sourcepoint_end KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_end - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_fractional_distance - -central_sourcepoint_fractional_distance + +central_sourcepoint_fractional_distance KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_fractional_distance - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_spacing - -central_sourcepoint_spacing + +central_sourcepoint_spacing KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_spacing - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_start - -central_sourcepoint_start + +central_sourcepoint_start KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_start - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__coaxiality_tolerance - -coaxiality_tolerance + +coaxiality_tolerance KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__coaxiality_tolerance - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__convergence_parameter - -convergence_parameter + +convergence_parameter KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__convergence_parameter - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__convergence_ratio - -convergence_ratio + +convergence_ratio KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__convergence_ratio - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__integrator - -integrator + +integrator KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__integrator - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__number_of_bifurcations - -number_of_bifurcations + +number_of_bifurcations KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__number_of_bifurcations - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__number_of_central_coefficients - -number_of_central_coefficients + +number_of_central_coefficients KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__number_of_central_coefficients - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__number_of_remote_coefficients - -number_of_remote_coefficients + +number_of_remote_coefficients KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__number_of_remote_coefficients - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__number_of_remote_sourcepoints - -number_of_remote_sourcepoints + +number_of_remote_sourcepoints KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__number_of_remote_sourcepoints - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__proximity_to_sourcepoint - -proximity_to_sourcepoint + +proximity_to_sourcepoint KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__proximity_to_sourcepoint - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__remote_sourcepoint_end - -remote_sourcepoint_end + +remote_sourcepoint_end KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__remote_sourcepoint_end - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__remote_sourcepoint_start - -remote_sourcepoint_start + +remote_sourcepoint_start KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__remote_sourcepoint_start - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__use_fixed_sourcepoint_range - -use_fixed_sourcepoint_range + +use_fixed_sourcepoint_range KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__use_fixed_sourcepoint_range - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver__use_fractional_central_sourcepoint_spacing - -use_fractional_central_sourcepoint_spacing + +use_fractional_central_sourcepoint_spacing KElectricZHFieldSolver__zonal_harmonic_field_solver->KElectricZHFieldSolver__zonal_harmonic_field_solver__use_fractional_central_sourcepoint_spacing - - + + KExplicitSuperpositionSolutionComponent__component__hash - -hash + +hash KExplicitSuperpositionSolutionComponent__component->KExplicitSuperpositionSolutionComponent__component__hash - - + + KExplicitSuperpositionSolutionComponent__component__name - -name + +name KExplicitSuperpositionSolutionComponent__component->KExplicitSuperpositionSolutionComponent__component__name - - + + KExplicitSuperpositionSolutionComponent__component__scale - -scale + +scale KExplicitSuperpositionSolutionComponent__component->KExplicitSuperpositionSolutionComponent__component__scale - - + + KFMVTKElectrostaticTreeViewerData__viewer__file - -file + +file KFMVTKElectrostaticTreeViewerData__viewer->KFMVTKElectrostaticTreeViewerData__viewer__file - - + + KFMVTKElectrostaticTreeViewerData__viewer__save - -save + +save KFMVTKElectrostaticTreeViewerData__viewer->KFMVTKElectrostaticTreeViewerData__viewer__save - - + + KFMVTKElectrostaticTreeViewerData__viewer__view - -view + +view KFMVTKElectrostaticTreeViewerData__viewer->KFMVTKElectrostaticTreeViewerData__viewer__view - - + + KFMElectrostaticParameters__fftm_multiplication__allowed_fraction - -allowed_fraction + +allowed_fraction KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__allowed_fraction - - + + KFMElectrostaticParameters__fftm_multiplication__allowed_number - -allowed_number + +allowed_number KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__allowed_number - - + + KFMElectrostaticParameters__fftm_multiplication__bias_degree - -bias_degree + +bias_degree KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__bias_degree - - + + KFMElectrostaticParameters__fftm_multiplication__expansion_degree - -expansion_degree + +expansion_degree KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__expansion_degree - - + + KFMElectrostaticParameters__fftm_multiplication__insertion_ratio - -insertion_ratio + +insertion_ratio KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__insertion_ratio - - + + KFMElectrostaticParameters__fftm_multiplication__maximum_tree_depth - -maximum_tree_depth + +maximum_tree_depth KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__maximum_tree_depth - - + + KFMElectrostaticParameters__fftm_multiplication__neighbor_order - -neighbor_order + +neighbor_order KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__neighbor_order - - + + KFMElectrostaticParameters__fftm_multiplication__region_expansion_factor - -region_expansion_factor + +region_expansion_factor KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__region_expansion_factor - - + + KFMElectrostaticParameters__fftm_multiplication__strategy - -strategy + +strategy KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__strategy - - + + KFMElectrostaticParameters__fftm_multiplication__top_level_divisions - -top_level_divisions + +top_level_divisions KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__top_level_divisions - - + + KFMElectrostaticParameters__fftm_multiplication__tree_level_divisions - -tree_level_divisions + +tree_level_divisions KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__tree_level_divisions - - + + KFMElectrostaticParameters__fftm_multiplication__use_caching - -use_caching + +use_caching KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__use_caching - - + + KFMElectrostaticParameters__fftm_multiplication__use_region_size_estimation - -use_region_size_estimation + +use_region_size_estimation KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__use_region_size_estimation - - + + KFMElectrostaticParameters__fftm_multiplication__verbosity - -verbosity + +verbosity KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__verbosity - - + + KFMElectrostaticParameters__fftm_multiplication__world_cube_center_x - -world_cube_center_x + +world_cube_center_x KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__world_cube_center_x - - + + KFMElectrostaticParameters__fftm_multiplication__world_cube_center_y - -world_cube_center_y + +world_cube_center_y KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__world_cube_center_y - - + + KFMElectrostaticParameters__fftm_multiplication__world_cube_center_z - -world_cube_center_z + +world_cube_center_z KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__world_cube_center_z - - + + KFMElectrostaticParameters__fftm_multiplication__world_cube_length - -world_cube_length + +world_cube_length KFMElectrostaticParameters__fftm_multiplication->KFMElectrostaticParameters__fftm_multiplication__world_cube_length - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__allowed_fraction - -allowed_fraction + +allowed_fraction KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__allowed_fraction - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__allowed_number - -allowed_number + +allowed_number KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__allowed_number - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__bias_degree - -bias_degree + +bias_degree KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__bias_degree - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__expansion_degree - -expansion_degree + +expansion_degree KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__expansion_degree - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__insertion_ratio - -insertion_ratio + +insertion_ratio KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__insertion_ratio - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__maximum_tree_depth - -maximum_tree_depth + +maximum_tree_depth KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__maximum_tree_depth - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__neighbor_order - -neighbor_order + +neighbor_order KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__neighbor_order - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__region_expansion_factor - -region_expansion_factor + +region_expansion_factor KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__region_expansion_factor - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__strategy - -strategy + +strategy KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__strategy - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__top_level_divisions - -top_level_divisions + +top_level_divisions KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__top_level_divisions - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__tree_level_divisions - -tree_level_divisions + +tree_level_divisions KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__tree_level_divisions - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__use_caching - -use_caching + +use_caching KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__use_caching - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__use_region_size_estimation - -use_region_size_estimation + +use_region_size_estimation KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__use_region_size_estimation - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__verbosity - -verbosity + +verbosity KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__verbosity - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__world_cube_center_x - -world_cube_center_x + +world_cube_center_x KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__world_cube_center_x - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__world_cube_center_y - -world_cube_center_y + +world_cube_center_y KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__world_cube_center_y - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__world_cube_center_z - -world_cube_center_z + +world_cube_center_z KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__world_cube_center_z - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters__world_cube_length - -world_cube_length + +world_cube_length KFMElectrostaticParameters__preconditioner_electrostatic_parameters->KFMElectrostaticParameters__preconditioner_electrostatic_parameters__world_cube_length - - + + KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner - - + + KKrylovPreconditionerGenerator__krylov_preconditioner__intermediate_save_interval - -intermediate_save_interval + +intermediate_save_interval KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner__intermediate_save_interval - - + + KKrylovPreconditionerGenerator__krylov_preconditioner__iterations_between_restarts - -iterations_between_restarts + +iterations_between_restarts KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner__iterations_between_restarts - - + + KKrylovPreconditionerGenerator__krylov_preconditioner__max_iterations - -max_iterations + +max_iterations KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner__max_iterations - - + + KKrylovPreconditionerGenerator__krylov_preconditioner__show_plot - -show_plot + +show_plot KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner__show_plot - - + + KKrylovPreconditionerGenerator__krylov_preconditioner__solver_name - -solver_name + +solver_name KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner__solver_name - - + + KKrylovPreconditionerGenerator__krylov_preconditioner__time_check_interval - -time_check_interval + +time_check_interval KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner__time_check_interval - - + + KKrylovPreconditionerGenerator__krylov_preconditioner__time_limit_in_seconds - -time_limit_in_seconds + +time_limit_in_seconds KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner__time_limit_in_seconds - - + + KKrylovPreconditionerGenerator__krylov_preconditioner__tolerance - -tolerance + +tolerance KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner__tolerance - - + + KKrylovPreconditionerGenerator__krylov_preconditioner__use_display - -use_display + +use_display KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner__use_display - - + + KKrylovPreconditionerGenerator__krylov_preconditioner__use_timer - -use_timer + +use_timer KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner__use_timer - - + + + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver__directory + +directory + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver->KMagfieldCoilsFieldSolver__magfield_coil_field_solver__directory + + + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver__eps_tol + +eps_tol + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver->KMagfieldCoilsFieldSolver__magfield_coil_field_solver__eps_tol + + + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver__file + +file + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver->KMagfieldCoilsFieldSolver__magfield_coil_field_solver__file + + + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver__force_elliptic + +force_elliptic + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver->KMagfieldCoilsFieldSolver__magfield_coil_field_solver__force_elliptic + + + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver__n_elliptic + +n_elliptic + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver->KMagfieldCoilsFieldSolver__magfield_coil_field_solver__n_elliptic + + + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver__n_max + +n_max + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver->KMagfieldCoilsFieldSolver__magfield_coil_field_solver__n_max + + + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver__name + +name + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver->KMagfieldCoilsFieldSolver__magfield_coil_field_solver__name + + + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver__replace_file + +replace_file + + + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver->KMagfieldCoilsFieldSolver__magfield_coil_field_solver__replace_file + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_end - -central_sourcepoint_end + +central_sourcepoint_end - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_end - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_fractional_distance - -central_sourcepoint_fractional_distance + +central_sourcepoint_fractional_distance - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_fractional_distance - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_spacing - -central_sourcepoint_spacing + +central_sourcepoint_spacing - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_spacing - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_start - -central_sourcepoint_start + +central_sourcepoint_start - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__central_sourcepoint_start - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__coaxiality_tolerance - -coaxiality_tolerance + +coaxiality_tolerance - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__coaxiality_tolerance - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__convergence_parameter - -convergence_parameter + +convergence_parameter - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__convergence_parameter - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__convergence_ratio - -convergence_ratio + +convergence_ratio - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__convergence_ratio - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__number_of_bifurcations - -number_of_bifurcations + +number_of_bifurcations - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__number_of_bifurcations - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__number_of_central_coefficients - -number_of_central_coefficients + +number_of_central_coefficients - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__number_of_central_coefficients - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__number_of_remote_coefficients - -number_of_remote_coefficients + +number_of_remote_coefficients - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__number_of_remote_coefficients - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__number_of_remote_sourcepoints - -number_of_remote_sourcepoints + +number_of_remote_sourcepoints - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__number_of_remote_sourcepoints - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__proximity_to_sourcepoint - -proximity_to_sourcepoint + +proximity_to_sourcepoint - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__proximity_to_sourcepoint - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__remote_sourcepoint_end - -remote_sourcepoint_end + +remote_sourcepoint_end - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__remote_sourcepoint_end - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__remote_sourcepoint_start - -remote_sourcepoint_start + +remote_sourcepoint_start - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__remote_sourcepoint_start - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__use_fixed_sourcepoint_range - -use_fixed_sourcepoint_range + +use_fixed_sourcepoint_range - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__use_fixed_sourcepoint_range - - + + - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__use_fractional_central_sourcepoint_spacing - -use_fractional_central_sourcepoint_spacing + +use_fractional_central_sourcepoint_spacing - + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver__use_fractional_central_sourcepoint_spacing - - + + - + KMagnetostaticConstantField__field_magnetic_constant__field - -field + +field - + KMagnetostaticConstantField__field_magnetic_constant->KMagnetostaticConstantField__field_magnetic_constant__field - - + + - + KMagnetostaticConstantField__field_magnetic_constant__location - -location + +location - + KMagnetostaticConstantField__field_magnetic_constant->KMagnetostaticConstantField__field_magnetic_constant__location - - + + - + KMagnetostaticConstantField__field_magnetic_constant__name - -name + +name - + KMagnetostaticConstantField__field_magnetic_constant->KMagnetostaticConstantField__field_magnetic_constant__name - - + + - + KMagneticSuperpositionFieldEntry__add_field__enhancement - -enhancement + +enhancement - + KMagneticSuperpositionFieldEntry__add_field->KMagneticSuperpositionFieldEntry__add_field__enhancement - - + + - + KMagneticSuperpositionFieldEntry__add_field__name - -name + +name - + KMagneticSuperpositionFieldEntry__add_field->KMagneticSuperpositionFieldEntry__add_field__name - - + + diff --git a/Documentation/Bindings/bindings_KGeoBag.svg b/Documentation/Bindings/bindings_KGeoBag.svg index 4e91946d8..01891c034 100644 --- a/Documentation/Bindings/bindings_KGeoBag.svg +++ b/Documentation/Bindings/bindings_KGeoBag.svg @@ -1,8340 +1,8341 @@ - - - + + - +%3 + cluster_KGInterface - -KGInterface + +KGInterface cluster_KGAnnulusSurface - -KGAnnulusSurface + +KGAnnulusSurface cluster_KGAppearanceAttributor - -KGAppearanceAttributor + +KGAppearanceAttributor cluster_KGAxialMeshAttributor - -KGAxialMeshAttributor + +KGAxialMeshAttributor cluster_KGWrappedSpace_KGBeam_ - -KGWrappedSpace<KGBeam> + +KGWrappedSpace<KGBeam> cluster_KGBeam - -KGBeam + +KGBeam cluster_KGBeamLine - -KGBeamLine + +KGBeamLine cluster_KGWrappedSurface_KGBeam_ - -KGWrappedSurface<KGBeam> + +KGWrappedSurface<KGBeam> cluster_KGBoxSpace - -KGBoxSpace + +KGBoxSpace cluster_KGWrappedSpace_KGCircleWire_ - -KGWrappedSpace<KGCircleWire> + +KGWrappedSpace<KGCircleWire> cluster_KGCircleWire - -KGCircleWire + +KGCircleWire cluster_KGWrappedSurface_KGCircleWire_ - -KGWrappedSurface<KGCircleWire> + +KGWrappedSurface<KGCircleWire> cluster_KGWrappedSpace_KGCircularWirePins_ - -KGWrappedSpace<KGCircularWirePins> + +KGWrappedSpace<KGCircularWirePins> cluster_KGCircularWirePins - -KGCircularWirePins + +KGCircularWirePins cluster_KGWrappedSurface_KGCircularWirePins_ - -KGWrappedSurface<KGCircularWirePins> + +KGWrappedSurface<KGCircularWirePins> cluster_KGWrappedSurface_KGComplexAnnulus_ - -KGWrappedSurface<KGComplexAnnulus> + +KGWrappedSurface<KGComplexAnnulus> cluster_KGComplexAnnulus - -KGComplexAnnulus + +KGComplexAnnulus cluster_KGComplexAnnulusRing - -KGComplexAnnulusRing + +KGComplexAnnulusRing cluster_KGConeSpace - -KGConeSpace + +KGConeSpace cluster_KGConeSurface - -KGConeSurface + +KGConeSurface cluster_KGWrappedSpace_KGConicSectPortHousing_ - -KGWrappedSpace<KGConicSectPortHousing> + +KGWrappedSpace<KGConicSectPortHousing> cluster_KGConicSectPortHousing - -KGConicSectPortHousing + +KGConicSectPortHousing cluster_KGConicSectPortHousingOrthogonalPort - -KGConicSectPortHousingOrthogonalPort + +KGConicSectPortHousingOrthogonalPort cluster_KGConicSectPortHousingParaxialPort - -KGConicSectPortHousingParaxialPort + +KGConicSectPortHousingParaxialPort cluster_KGWrappedSurface_KGConicSectPortHousing_ - -KGWrappedSurface<KGConicSectPortHousing> + +KGWrappedSurface<KGConicSectPortHousing> cluster_KGWrappedSpace_KGConicalWireArray_ - -KGWrappedSpace<KGConicalWireArray> + +KGWrappedSpace<KGConicalWireArray> cluster_KGConicalWireArray - -KGConicalWireArray + +KGConicalWireArray cluster_KGWrappedSurface_KGConicalWireArray_ - -KGWrappedSurface<KGConicalWireArray> + +KGWrappedSurface<KGConicalWireArray> cluster_KGCutConeSpace - -KGCutConeSpace + +KGCutConeSpace cluster_KGCutConeSurface - -KGCutConeSurface + +KGCutConeSurface cluster_KGCutConeTubeSpace - -KGCutConeTubeSpace + +KGCutConeTubeSpace cluster_KGCutTorusSurface - -KGCutTorusSurface + +KGCutTorusSurface cluster_KGCylinderSpace - -KGCylinderSpace + +KGCylinderSpace cluster_KGCylinderSurface - -KGCylinderSurface + +KGCylinderSurface cluster_KGCylinderTubeSpace - -KGCylinderTubeSpace + +KGCylinderTubeSpace cluster_KGDiscreteRotationalMeshAttributor - -KGDiscreteRotationalMeshAttributor + +KGDiscreteRotationalMeshAttributor cluster_KGDiskSurface - -KGDiskSurface + +KGDiskSurface cluster_KGExtrudedArcSegmentSurface - -KGExtrudedArcSegmentSurface + +KGExtrudedArcSegmentSurface cluster_KGPlanarArcSegment - -KGPlanarArcSegment + +KGPlanarArcSegment cluster_KGExtrudedCircleSpace - -KGExtrudedCircleSpace + +KGExtrudedCircleSpace cluster_KGPlanarCircle - -KGPlanarCircle + +KGPlanarCircle cluster_KGExtrudedCircleSurface - -KGExtrudedCircleSurface + +KGExtrudedCircleSurface cluster_KGExtrudedLineSegmentSurface - -KGExtrudedLineSegmentSurface + +KGExtrudedLineSegmentSurface cluster_KGPlanarLineSegment - -KGPlanarLineSegment + +KGPlanarLineSegment cluster_KGExtrudedPolyLineSurface - -KGExtrudedPolyLineSurface + +KGExtrudedPolyLineSurface cluster_KGPlanarPolyLine - -KGPlanarPolyLine + +KGPlanarPolyLine cluster_KGPlanarPolyLineArcArguments - -KGPlanarPolyLineArcArguments + +KGPlanarPolyLineArcArguments cluster_KGPlanarPolyLineLineArguments - -KGPlanarPolyLineLineArguments + +KGPlanarPolyLineLineArguments cluster_KGPlanarPolyLineStartPointArguments - -KGPlanarPolyLineStartPointArguments + +KGPlanarPolyLineStartPointArguments cluster_KGExtrudedPolyLoopSpace - -KGExtrudedPolyLoopSpace + +KGExtrudedPolyLoopSpace cluster_KGPlanarPolyLoop - -KGPlanarPolyLoop + +KGPlanarPolyLoop cluster_KGPlanarPolyLoopLastArcArguments - -KGPlanarPolyLoopLastArcArguments + +KGPlanarPolyLoopLastArcArguments cluster_KGPlanarPolyLoopLastLineArguments - -KGPlanarPolyLoopLastLineArguments + +KGPlanarPolyLoopLastLineArguments cluster_KGPlanarPolyLoopArcArguments - -KGPlanarPolyLoopArcArguments + +KGPlanarPolyLoopArcArguments cluster_KGPlanarPolyLoopLineArguments - -KGPlanarPolyLoopLineArguments + +KGPlanarPolyLoopLineArguments cluster_KGPlanarPolyLoopStartPointArguments - -KGPlanarPolyLoopStartPointArguments + +KGPlanarPolyLoopStartPointArguments cluster_KGExtrudedPolyLoopSurface - -KGExtrudedPolyLoopSurface + +KGExtrudedPolyLoopSurface cluster_KGWrappedSpace_KGExtrudedObject_ - -KGWrappedSpace<KGExtrudedObject> + +KGWrappedSpace<KGExtrudedObject> cluster_KGExtrudedObject - -KGExtrudedObject + +KGExtrudedObject cluster_KGExtrudedObjectArc - -KGExtrudedObjectArc + +KGExtrudedObjectArc cluster_KGExtrudedObjectLine - -KGExtrudedObjectLine + +KGExtrudedObjectLine cluster_KGWrappedSurface_KGExtrudedObject_ - -KGWrappedSurface<KGExtrudedObject> + +KGWrappedSurface<KGExtrudedObject> cluster_KGFlattenedCircleSurface - -KGFlattenedCircleSurface + +KGFlattenedCircleSurface cluster_KGFlattenedPolyLoopSurface - -KGFlattenedPolyLoopSurface + +KGFlattenedPolyLoopSurface cluster_KGWrappedSpace_KGLinearWireGrid_ - -KGWrappedSpace<KGLinearWireGrid> + +KGWrappedSpace<KGLinearWireGrid> cluster_KGLinearWireGrid - -KGLinearWireGrid + +KGLinearWireGrid cluster_KGWrappedSurface_KGLinearWireGrid_ - -KGWrappedSurface<KGLinearWireGrid> + +KGWrappedSurface<KGLinearWireGrid> cluster_KGMeshAttributor - -KGMeshAttributor + +KGMeshAttributor cluster_KGMeshDeformer - -KGMeshDeformer + +KGMeshDeformer cluster_KGMeshRefiner - -KGMeshRefiner + +KGMeshRefiner cluster_KGWrappedSpace_KGPlyFile_ - -KGWrappedSpace<KGPlyFile> + +KGWrappedSpace<KGPlyFile> cluster_KGPlyFile - -KGPlyFile + +KGPlyFile cluster_KGWrappedSurface_KGPlyFile_ - -KGWrappedSurface<KGPlyFile> + +KGWrappedSurface<KGPlyFile> cluster_KGWrappedSpace_KGPortHousing_ - -KGWrappedSpace<KGPortHousing> + +KGWrappedSpace<KGPortHousing> cluster_KGPortHousing - -KGPortHousing + +KGPortHousing cluster_KGPortHousingCircularPort - -KGPortHousingCircularPort + +KGPortHousingCircularPort cluster_KGPortHousingRectangularPort - -KGPortHousingRectangularPort + +KGPortHousingRectangularPort cluster_KGWrappedSurface_KGPortHousing_ - -KGWrappedSurface<KGPortHousing> + +KGWrappedSurface<KGPortHousing> cluster_KGWrappedSpace_KGQuadraticWireGrid_ - -KGWrappedSpace<KGQuadraticWireGrid> + +KGWrappedSpace<KGQuadraticWireGrid> cluster_KGQuadraticWireGrid - -KGQuadraticWireGrid + +KGQuadraticWireGrid cluster_KGWrappedSurface_KGQuadraticWireGrid_ - -KGWrappedSurface<KGQuadraticWireGrid> + +KGWrappedSurface<KGQuadraticWireGrid> cluster_KGWrappedSpace_KGRod_ - -KGWrappedSpace<KGRod> + +KGWrappedSpace<KGRod> cluster_KGRod - -KGRod + +KGRod cluster_KGRodVertex - -KGRodVertex + +KGRodVertex cluster_KGWrappedSurface_KGRod_ - -KGWrappedSurface<KGRod> + +KGWrappedSurface<KGRod> cluster_KGRotatedArcSegmentSpace - -KGRotatedArcSegmentSpace + +KGRotatedArcSegmentSpace cluster_KGRotatedArcSegmentSurface - -KGRotatedArcSegmentSurface + +KGRotatedArcSegmentSurface cluster_KGRotatedCircleSpace - -KGRotatedCircleSpace + +KGRotatedCircleSpace cluster_KGRotatedCircleSurface - -KGRotatedCircleSurface + +KGRotatedCircleSurface cluster_KGRotatedLineSegmentSpace - -KGRotatedLineSegmentSpace + +KGRotatedLineSegmentSpace cluster_KGRotatedLineSegmentSurface - -KGRotatedLineSegmentSurface + +KGRotatedLineSegmentSurface cluster_KGRotatedPolyLineSpace - -KGRotatedPolyLineSpace + +KGRotatedPolyLineSpace cluster_KGRotatedPolyLineSurface - -KGRotatedPolyLineSurface + +KGRotatedPolyLineSurface cluster_KGRotatedPolyLoopSpace - -KGRotatedPolyLoopSpace + +KGRotatedPolyLoopSpace cluster_KGRotatedPolyLoopSurface - -KGRotatedPolyLoopSurface + +KGRotatedPolyLoopSurface cluster_KGWrappedSpace_KGRotatedObject_ - -KGWrappedSpace<KGRotatedObject> + +KGWrappedSpace<KGRotatedObject> cluster_KGRotatedObject - -KGRotatedObject + +KGRotatedObject cluster_KGRotatedObjectArc - -KGRotatedObjectArc + +KGRotatedObjectArc cluster_KGRotatedObjectLine - -KGRotatedObjectLine + +KGRotatedObjectLine cluster_KGWrappedSurface_KGRotatedObject_ - -KGWrappedSurface<KGRotatedObject> + +KGWrappedSurface<KGRotatedObject> cluster_KGShellArcSegmentSurface - -KGShellArcSegmentSurface + +KGShellArcSegmentSurface cluster_KGShellCircleSurface - -KGShellCircleSurface + +KGShellCircleSurface cluster_KGShellLineSegmentSurface - -KGShellLineSegmentSurface + +KGShellLineSegmentSurface cluster_KGShellPolyLineSurface - -KGShellPolyLineSurface + +KGShellPolyLineSurface cluster_KGShellPolyLoopSurface - -KGShellPolyLoopSurface + +KGShellPolyLoopSurface cluster_KGSpace - -KGSpace + +KGSpace cluster_KGSurface - -KGSurface + +KGSurface cluster_KTransformation - -KTransformation + +KTransformation cluster_KGWrappedSpace_KGStlFile_ - -KGWrappedSpace<KGStlFile> + +KGWrappedSpace<KGStlFile> cluster_KGStlFile - -KGStlFile + +KGStlFile cluster_KGWrappedSurface_KGStlFile_ - -KGWrappedSurface<KGStlFile> + +KGWrappedSurface<KGStlFile> cluster_KGTorusSpace - -KGTorusSpace + +KGTorusSpace cluster_KGTorusSurface - -KGTorusSurface + +KGTorusSurface cluster_KGGeometryPrinter - -KGGeometryPrinter + +KGGeometryPrinter KGInterface__geometry - -geometry + +geometry KGInterface__geometry__reset - -reset + +reset KGInterface__geometry->KGInterface__geometry__reset - - + + KGAnnulusSurface__annulus_surface - -annulus_surface + +annulus_surface KGInterface__geometry->KGAnnulusSurface__annulus_surface - - + + KGAppearanceAttributor__appearance - -appearance + +appearance KGInterface__geometry->KGAppearanceAttributor__appearance - - + + KGAxialMeshAttributor__axial_mesh - -axial_mesh + +axial_mesh KGInterface__geometry->KGAxialMeshAttributor__axial_mesh - - + + KGWrappedSpace_KGBeam___beam_space - -beam_space + +beam_space KGInterface__geometry->KGWrappedSpace_KGBeam___beam_space - - + + KGWrappedSurface_KGBeam___beam_surface - -beam_surface + +beam_surface KGInterface__geometry->KGWrappedSurface_KGBeam___beam_surface - - + + KGBoxSpace__box_space - -box_space + +box_space KGInterface__geometry->KGBoxSpace__box_space - - + + KGWrappedSpace_KGCircleWire___circle_wire_space - -circle_wire_space + +circle_wire_space KGInterface__geometry->KGWrappedSpace_KGCircleWire___circle_wire_space - - + + KGWrappedSurface_KGCircleWire___circle_wire_surface - -circle_wire_surface + +circle_wire_surface KGInterface__geometry->KGWrappedSurface_KGCircleWire___circle_wire_surface - - + + KGWrappedSpace_KGCircularWirePins___circular_wire_pins_space - -circular_wire_pins_space + +circular_wire_pins_space KGInterface__geometry->KGWrappedSpace_KGCircularWirePins___circular_wire_pins_space - - + + KGWrappedSurface_KGCircularWirePins___circular_wire_pins_surface - -circular_wire_pins_surface + +circular_wire_pins_surface KGInterface__geometry->KGWrappedSurface_KGCircularWirePins___circular_wire_pins_surface - - + + KGWrappedSurface_KGComplexAnnulus___complex_annulus_surface - -complex_annulus_surface + +complex_annulus_surface KGInterface__geometry->KGWrappedSurface_KGComplexAnnulus___complex_annulus_surface - - + + KGConeSpace__cone_space - -cone_space + +cone_space KGInterface__geometry->KGConeSpace__cone_space - - + + KGConeSurface__cone_surface - -cone_surface + +cone_surface KGInterface__geometry->KGConeSurface__cone_surface - - + + KGWrappedSpace_KGConicSectPortHousing___conic_section_port_housing_space - -conic_section_port_housing_space + +conic_section_port_housing_space KGInterface__geometry->KGWrappedSpace_KGConicSectPortHousing___conic_section_port_housing_space - - + + KGWrappedSurface_KGConicSectPortHousing___conic_section_port_housing_surface - -conic_section_port_housing_surface + +conic_section_port_housing_surface KGInterface__geometry->KGWrappedSurface_KGConicSectPortHousing___conic_section_port_housing_surface - - + + KGWrappedSpace_KGConicalWireArray___conical_wire_array_space - -conical_wire_array_space + +conical_wire_array_space KGInterface__geometry->KGWrappedSpace_KGConicalWireArray___conical_wire_array_space - - + + KGWrappedSurface_KGConicalWireArray___conical_wire_array_surface - -conical_wire_array_surface + +conical_wire_array_surface KGInterface__geometry->KGWrappedSurface_KGConicalWireArray___conical_wire_array_surface - - + + KGCutConeSpace__cut_cone_space - -cut_cone_space + +cut_cone_space KGInterface__geometry->KGCutConeSpace__cut_cone_space - - + + KGCutConeSurface__cut_cone_surface - -cut_cone_surface + +cut_cone_surface KGInterface__geometry->KGCutConeSurface__cut_cone_surface - - + + KGCutConeTubeSpace__cut_cone_tube_space - -cut_cone_tube_space + +cut_cone_tube_space KGInterface__geometry->KGCutConeTubeSpace__cut_cone_tube_space - - + + KGCutTorusSurface__cut_torus_surface - -cut_torus_surface + +cut_torus_surface KGInterface__geometry->KGCutTorusSurface__cut_torus_surface - - + + KGCylinderSpace__cylinder_space - -cylinder_space + +cylinder_space KGInterface__geometry->KGCylinderSpace__cylinder_space - - + + KGCylinderSurface__cylinder_surface - -cylinder_surface + +cylinder_surface KGInterface__geometry->KGCylinderSurface__cylinder_surface - - + + KGCylinderTubeSpace__cylinder_tube_space - -cylinder_tube_space + +cylinder_tube_space KGInterface__geometry->KGCylinderTubeSpace__cylinder_tube_space - - + + KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh - -discrete_rotational_mesh + +discrete_rotational_mesh KGInterface__geometry->KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh - - + + KGDiskSurface__disk_surface - -disk_surface + +disk_surface KGInterface__geometry->KGDiskSurface__disk_surface - - + + KGExtrudedArcSegmentSurface__extruded_arc_segment_surface - -extruded_arc_segment_surface + +extruded_arc_segment_surface KGInterface__geometry->KGExtrudedArcSegmentSurface__extruded_arc_segment_surface - - + + KGExtrudedCircleSpace__extruded_circle_space - -extruded_circle_space + +extruded_circle_space KGInterface__geometry->KGExtrudedCircleSpace__extruded_circle_space - - + + KGExtrudedCircleSurface__extruded_circle_surface - -extruded_circle_surface + +extruded_circle_surface KGInterface__geometry->KGExtrudedCircleSurface__extruded_circle_surface - - + + KGExtrudedLineSegmentSurface__extruded_line_segment_surface - -extruded_line_segment_surface + +extruded_line_segment_surface KGInterface__geometry->KGExtrudedLineSegmentSurface__extruded_line_segment_surface - - + + KGExtrudedPolyLineSurface__extruded_poly_line_surface - -extruded_poly_line_surface + +extruded_poly_line_surface KGInterface__geometry->KGExtrudedPolyLineSurface__extruded_poly_line_surface - - + + KGExtrudedPolyLoopSpace__extruded_poly_loop_space - -extruded_poly_loop_space + +extruded_poly_loop_space KGInterface__geometry->KGExtrudedPolyLoopSpace__extruded_poly_loop_space - - + + KGExtrudedPolyLoopSurface__extruded_poly_loop_surface - -extruded_poly_loop_surface + +extruded_poly_loop_surface KGInterface__geometry->KGExtrudedPolyLoopSurface__extruded_poly_loop_surface - - + + KGWrappedSpace_KGExtrudedObject___extruded_space - -extruded_space + +extruded_space KGInterface__geometry->KGWrappedSpace_KGExtrudedObject___extruded_space - - + + KGWrappedSurface_KGExtrudedObject___extruded_surface - -extruded_surface + +extruded_surface KGInterface__geometry->KGWrappedSurface_KGExtrudedObject___extruded_surface - - + + KGFlattenedCircleSurface__flattened_circle_surface - -flattened_circle_surface + +flattened_circle_surface KGInterface__geometry->KGFlattenedCircleSurface__flattened_circle_surface - - + + KGFlattenedPolyLoopSurface__flattened_poly_loop_surface - -flattened_poly_loop_surface + +flattened_poly_loop_surface KGInterface__geometry->KGFlattenedPolyLoopSurface__flattened_poly_loop_surface - - + + KGWrappedSpace_KGLinearWireGrid___linear_wire_grid_space - -linear_wire_grid_space + +linear_wire_grid_space KGInterface__geometry->KGWrappedSpace_KGLinearWireGrid___linear_wire_grid_space - - + + KGWrappedSurface_KGLinearWireGrid___linear_wire_grid_surface - -linear_wire_grid_surface + +linear_wire_grid_surface KGInterface__geometry->KGWrappedSurface_KGLinearWireGrid___linear_wire_grid_surface - - + + KGMeshAttributor__mesh - -mesh + +mesh KGInterface__geometry->KGMeshAttributor__mesh - - + + KGMeshDeformer__mesh_deformer - -mesh_deformer + +mesh_deformer KGInterface__geometry->KGMeshDeformer__mesh_deformer - - + + KGMeshRefiner__mesh_refiner - -mesh_refiner + +mesh_refiner KGInterface__geometry->KGMeshRefiner__mesh_refiner - - + + KGWrappedSpace_KGPlyFile___ply_file_space - -ply_file_space + +ply_file_space KGInterface__geometry->KGWrappedSpace_KGPlyFile___ply_file_space - - + + KGWrappedSurface_KGPlyFile___ply_file_surface - -ply_file_surface + +ply_file_surface KGInterface__geometry->KGWrappedSurface_KGPlyFile___ply_file_surface - - + + KGWrappedSpace_KGPortHousing___port_housing_space - -port_housing_space + +port_housing_space KGInterface__geometry->KGWrappedSpace_KGPortHousing___port_housing_space - - + + KGWrappedSurface_KGPortHousing___port_housing_surface - -port_housing_surface + +port_housing_surface KGInterface__geometry->KGWrappedSurface_KGPortHousing___port_housing_surface - - + + KGWrappedSpace_KGQuadraticWireGrid___quadratic_wire_grid_space - -quadratic_wire_grid_space + +quadratic_wire_grid_space KGInterface__geometry->KGWrappedSpace_KGQuadraticWireGrid___quadratic_wire_grid_space - - + + KGWrappedSurface_KGQuadraticWireGrid___quadratic_wire_grid_surface - -quadratic_wire_grid_surface + +quadratic_wire_grid_surface KGInterface__geometry->KGWrappedSurface_KGQuadraticWireGrid___quadratic_wire_grid_surface - - + + KGWrappedSpace_KGRod___rod_space - -rod_space + +rod_space KGInterface__geometry->KGWrappedSpace_KGRod___rod_space - - + + KGWrappedSurface_KGRod___rod_surface - -rod_surface + +rod_surface KGInterface__geometry->KGWrappedSurface_KGRod___rod_surface - - + + KGRotatedArcSegmentSpace__rotated_arc_segment_space - -rotated_arc_segment_space + +rotated_arc_segment_space KGInterface__geometry->KGRotatedArcSegmentSpace__rotated_arc_segment_space - - + + KGRotatedArcSegmentSurface__rotated_arc_segment_surface - -rotated_arc_segment_surface + +rotated_arc_segment_surface KGInterface__geometry->KGRotatedArcSegmentSurface__rotated_arc_segment_surface - - + + KGRotatedCircleSpace__rotated_circle_space - -rotated_circle_space + +rotated_circle_space KGInterface__geometry->KGRotatedCircleSpace__rotated_circle_space - - + + KGRotatedCircleSurface__rotated_circle_surface - -rotated_circle_surface + +rotated_circle_surface KGInterface__geometry->KGRotatedCircleSurface__rotated_circle_surface - - + + KGRotatedLineSegmentSpace__rotated_line_segment_space - -rotated_line_segment_space + +rotated_line_segment_space KGInterface__geometry->KGRotatedLineSegmentSpace__rotated_line_segment_space - - + + KGRotatedLineSegmentSurface__rotated_line_segment_surface - -rotated_line_segment_surface + +rotated_line_segment_surface KGInterface__geometry->KGRotatedLineSegmentSurface__rotated_line_segment_surface - - + + KGRotatedPolyLineSpace__rotated_poly_line_space - -rotated_poly_line_space + +rotated_poly_line_space KGInterface__geometry->KGRotatedPolyLineSpace__rotated_poly_line_space - - + + KGRotatedPolyLineSurface__rotated_poly_line_surface - -rotated_poly_line_surface + +rotated_poly_line_surface KGInterface__geometry->KGRotatedPolyLineSurface__rotated_poly_line_surface - - + + KGRotatedPolyLoopSpace__rotated_poly_loop_space - -rotated_poly_loop_space + +rotated_poly_loop_space KGInterface__geometry->KGRotatedPolyLoopSpace__rotated_poly_loop_space - - + + KGRotatedPolyLoopSurface__rotated_poly_loop_surface - -rotated_poly_loop_surface + +rotated_poly_loop_surface KGInterface__geometry->KGRotatedPolyLoopSurface__rotated_poly_loop_surface - - + + KGWrappedSpace_KGRotatedObject___rotated_space - -rotated_space + +rotated_space KGInterface__geometry->KGWrappedSpace_KGRotatedObject___rotated_space - - + + KGWrappedSurface_KGRotatedObject___rotated_surface - -rotated_surface + +rotated_surface KGInterface__geometry->KGWrappedSurface_KGRotatedObject___rotated_surface - - + + KGShellArcSegmentSurface__shell_arc_segment_surface - -shell_arc_segment_surface + +shell_arc_segment_surface KGInterface__geometry->KGShellArcSegmentSurface__shell_arc_segment_surface - - + + KGShellCircleSurface__shell_circle_surface - -shell_circle_surface + +shell_circle_surface KGInterface__geometry->KGShellCircleSurface__shell_circle_surface - - + + KGShellLineSegmentSurface__shell_line_segment_surface - -shell_line_segment_surface + +shell_line_segment_surface KGInterface__geometry->KGShellLineSegmentSurface__shell_line_segment_surface - - + + KGShellPolyLineSurface__shell_poly_line_surface - -shell_poly_line_surface + +shell_poly_line_surface KGInterface__geometry->KGShellPolyLineSurface__shell_poly_line_surface - - + + KGShellPolyLoopSurface__shell_poly_loop_surface - -shell_poly_loop_surface + +shell_poly_loop_surface KGInterface__geometry->KGShellPolyLoopSurface__shell_poly_loop_surface - - + + KGSpace__space - -space + +space KGInterface__geometry->KGSpace__space - - + + KGWrappedSpace_KGStlFile___stl_file_space - -stl_file_space + +stl_file_space KGInterface__geometry->KGWrappedSpace_KGStlFile___stl_file_space - - + + KGWrappedSurface_KGStlFile___stl_file_surface - -stl_file_surface + +stl_file_surface KGInterface__geometry->KGWrappedSurface_KGStlFile___stl_file_surface - - + + KGSurface__surface - -surface + +surface KGInterface__geometry->KGSurface__surface - - + + KGTorusSpace__torus_space - -torus_space + +torus_space KGInterface__geometry->KGTorusSpace__torus_space - - + + KGTorusSurface__torus_surface - -torus_surface + +torus_surface KGInterface__geometry->KGTorusSurface__torus_surface - - + + KGAnnulusSurface__annulus_surface__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGAnnulusSurface__annulus_surface->KGAnnulusSurface__annulus_surface__axial_mesh_count - - + + KGAnnulusSurface__annulus_surface__name - -name + +name KGAnnulusSurface__annulus_surface->KGAnnulusSurface__annulus_surface__name - - + + KGAnnulusSurface__annulus_surface__r1 - -r1 + +r1 KGAnnulusSurface__annulus_surface->KGAnnulusSurface__annulus_surface__r1 - - + + KGAnnulusSurface__annulus_surface__r2 - -r2 + +r2 KGAnnulusSurface__annulus_surface->KGAnnulusSurface__annulus_surface__r2 - - + + KGAnnulusSurface__annulus_surface__radial_mesh_count - -radial_mesh_count + +radial_mesh_count KGAnnulusSurface__annulus_surface->KGAnnulusSurface__annulus_surface__radial_mesh_count - - + + KGAnnulusSurface__annulus_surface__radial_mesh_power - -radial_mesh_power + +radial_mesh_power KGAnnulusSurface__annulus_surface->KGAnnulusSurface__annulus_surface__radial_mesh_power - - + + KGAnnulusSurface__annulus_surface__z - -z + +z KGAnnulusSurface__annulus_surface->KGAnnulusSurface__annulus_surface__z - - + + KGAppearanceAttributor__appearance__arc - -arc + +arc KGAppearanceAttributor__appearance->KGAppearanceAttributor__appearance__arc - - + + KGAppearanceAttributor__appearance__color - -color + +color KGAppearanceAttributor__appearance->KGAppearanceAttributor__appearance__color - - + + KGAppearanceAttributor__appearance__name - -name + +name KGAppearanceAttributor__appearance->KGAppearanceAttributor__appearance__name - - + + KGAppearanceAttributor__appearance__spaces - -spaces + +spaces KGAppearanceAttributor__appearance->KGAppearanceAttributor__appearance__spaces - - + + KGAppearanceAttributor__appearance__surfaces - -surfaces + +surfaces KGAppearanceAttributor__appearance->KGAppearanceAttributor__appearance__surfaces - - + + KGAxialMeshAttributor__axial_mesh__name - -name + +name KGAxialMeshAttributor__axial_mesh->KGAxialMeshAttributor__axial_mesh__name - - + + KGAxialMeshAttributor__axial_mesh__spaces - -spaces + +spaces KGAxialMeshAttributor__axial_mesh->KGAxialMeshAttributor__axial_mesh__spaces - - + + KGAxialMeshAttributor__axial_mesh__surfaces - -surfaces + +surfaces KGAxialMeshAttributor__axial_mesh->KGAxialMeshAttributor__axial_mesh__surfaces - - + + KGWrappedSpace_KGBeam___beam_space__name - -name + +name KGWrappedSpace_KGBeam___beam_space->KGWrappedSpace_KGBeam___beam_space__name - - + + KGBeam__beam - -beam + +beam KGWrappedSpace_KGBeam___beam_space->KGBeam__beam - - + + KGWrappedSurface_KGBeam___beam_surface->KGBeam__beam - - + + KGWrappedSurface_KGBeam___beam_surface__name - -name + +name KGWrappedSurface_KGBeam___beam_surface->KGWrappedSurface_KGBeam___beam_surface__name - - + + KGBoxSpace__box_space__name - -name + +name KGBoxSpace__box_space->KGBoxSpace__box_space__name - - + + KGBoxSpace__box_space__x_mesh_count - -x_mesh_count + +x_mesh_count KGBoxSpace__box_space->KGBoxSpace__box_space__x_mesh_count - - + + KGBoxSpace__box_space__x_mesh_power - -x_mesh_power + +x_mesh_power KGBoxSpace__box_space->KGBoxSpace__box_space__x_mesh_power - - + + KGBoxSpace__box_space__xa - -xa + +xa KGBoxSpace__box_space->KGBoxSpace__box_space__xa - - + + KGBoxSpace__box_space__xb - -xb + +xb KGBoxSpace__box_space->KGBoxSpace__box_space__xb - - + + KGBoxSpace__box_space__y_mesh_count - -y_mesh_count + +y_mesh_count KGBoxSpace__box_space->KGBoxSpace__box_space__y_mesh_count - - + + KGBoxSpace__box_space__y_mesh_power - -y_mesh_power + +y_mesh_power KGBoxSpace__box_space->KGBoxSpace__box_space__y_mesh_power - - + + KGBoxSpace__box_space__ya - -ya + +ya KGBoxSpace__box_space->KGBoxSpace__box_space__ya - - + + KGBoxSpace__box_space__yb - -yb + +yb KGBoxSpace__box_space->KGBoxSpace__box_space__yb - - + + KGBoxSpace__box_space__z_mesh_count - -z_mesh_count + +z_mesh_count KGBoxSpace__box_space->KGBoxSpace__box_space__z_mesh_count - - + + KGBoxSpace__box_space__z_mesh_power - -z_mesh_power + +z_mesh_power KGBoxSpace__box_space->KGBoxSpace__box_space__z_mesh_power - - + + KGBoxSpace__box_space__za - -za + +za KGBoxSpace__box_space->KGBoxSpace__box_space__za - - + + KGBoxSpace__box_space__zb - -zb + +zb KGBoxSpace__box_space->KGBoxSpace__box_space__zb - - + + KGWrappedSpace_KGCircleWire___circle_wire_space__name - -name + +name KGWrappedSpace_KGCircleWire___circle_wire_space->KGWrappedSpace_KGCircleWire___circle_wire_space__name - - + + KGCircleWire__circle_wire - -circle_wire + +circle_wire KGWrappedSpace_KGCircleWire___circle_wire_space->KGCircleWire__circle_wire - - + + KGWrappedSurface_KGCircleWire___circle_wire_surface->KGCircleWire__circle_wire - - + + KGWrappedSurface_KGCircleWire___circle_wire_surface__name - -name + +name KGWrappedSurface_KGCircleWire___circle_wire_surface->KGWrappedSurface_KGCircleWire___circle_wire_surface__name - - + + KGWrappedSpace_KGCircularWirePins___circular_wire_pins_space__name - -name + +name KGWrappedSpace_KGCircularWirePins___circular_wire_pins_space->KGWrappedSpace_KGCircularWirePins___circular_wire_pins_space__name - - + + KGCircularWirePins__circular_wire_pins - -circular_wire_pins + +circular_wire_pins KGWrappedSpace_KGCircularWirePins___circular_wire_pins_space->KGCircularWirePins__circular_wire_pins - - + + KGWrappedSurface_KGCircularWirePins___circular_wire_pins_surface->KGCircularWirePins__circular_wire_pins - - + + KGWrappedSurface_KGCircularWirePins___circular_wire_pins_surface__name - -name + +name KGWrappedSurface_KGCircularWirePins___circular_wire_pins_surface->KGWrappedSurface_KGCircularWirePins___circular_wire_pins_surface__name - - + + KGWrappedSurface_KGComplexAnnulus___complex_annulus_surface__name - -name + +name KGWrappedSurface_KGComplexAnnulus___complex_annulus_surface->KGWrappedSurface_KGComplexAnnulus___complex_annulus_surface__name - - + + KGComplexAnnulus__complex_annulus - -complex_annulus + +complex_annulus KGWrappedSurface_KGComplexAnnulus___complex_annulus_surface->KGComplexAnnulus__complex_annulus - - + + KGConeSpace__cone_space__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGConeSpace__cone_space->KGConeSpace__cone_space__axial_mesh_count - - + + KGConeSpace__cone_space__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGConeSpace__cone_space->KGConeSpace__cone_space__longitudinal_mesh_count - - + + KGConeSpace__cone_space__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGConeSpace__cone_space->KGConeSpace__cone_space__longitudinal_mesh_power - - + + KGConeSpace__cone_space__name - -name + +name KGConeSpace__cone_space->KGConeSpace__cone_space__name - - + + KGConeSpace__cone_space__radial_mesh_count - -radial_mesh_count + +radial_mesh_count KGConeSpace__cone_space->KGConeSpace__cone_space__radial_mesh_count - - + + KGConeSpace__cone_space__radial_mesh_power - -radial_mesh_power + +radial_mesh_power KGConeSpace__cone_space->KGConeSpace__cone_space__radial_mesh_power - - + + KGConeSpace__cone_space__rb - -rb + +rb KGConeSpace__cone_space->KGConeSpace__cone_space__rb - - + + KGConeSpace__cone_space__za - -za + +za KGConeSpace__cone_space->KGConeSpace__cone_space__za - - + + KGConeSpace__cone_space__zb - -zb + +zb KGConeSpace__cone_space->KGConeSpace__cone_space__zb - - + + KGConeSurface__cone_surface__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGConeSurface__cone_surface->KGConeSurface__cone_surface__axial_mesh_count - - + + KGConeSurface__cone_surface__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGConeSurface__cone_surface->KGConeSurface__cone_surface__longitudinal_mesh_count - - + + KGConeSurface__cone_surface__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGConeSurface__cone_surface->KGConeSurface__cone_surface__longitudinal_mesh_power - - + + KGConeSurface__cone_surface__name - -name + +name KGConeSurface__cone_surface->KGConeSurface__cone_surface__name - - + + KGConeSurface__cone_surface__rb - -rb + +rb KGConeSurface__cone_surface->KGConeSurface__cone_surface__rb - - + + KGConeSurface__cone_surface__za - -za + +za KGConeSurface__cone_surface->KGConeSurface__cone_surface__za - - + + KGConeSurface__cone_surface__zb - -zb + +zb KGConeSurface__cone_surface->KGConeSurface__cone_surface__zb - - + + KGWrappedSpace_KGConicSectPortHousing___conic_section_port_housing_space__name - -name + +name KGWrappedSpace_KGConicSectPortHousing___conic_section_port_housing_space->KGWrappedSpace_KGConicSectPortHousing___conic_section_port_housing_space__name - - + + KGConicSectPortHousing__conic_section_port_housing - -conic_section_port_housing + +conic_section_port_housing KGWrappedSpace_KGConicSectPortHousing___conic_section_port_housing_space->KGConicSectPortHousing__conic_section_port_housing - - + + KGWrappedSurface_KGConicSectPortHousing___conic_section_port_housing_surface->KGConicSectPortHousing__conic_section_port_housing - - + + KGWrappedSurface_KGConicSectPortHousing___conic_section_port_housing_surface__name - -name + +name KGWrappedSurface_KGConicSectPortHousing___conic_section_port_housing_surface->KGWrappedSurface_KGConicSectPortHousing___conic_section_port_housing_surface__name - - + + KGWrappedSpace_KGConicalWireArray___conical_wire_array_space__name - -name + +name KGWrappedSpace_KGConicalWireArray___conical_wire_array_space->KGWrappedSpace_KGConicalWireArray___conical_wire_array_space__name - - + + KGConicalWireArray__conical_wire_array - -conical_wire_array + +conical_wire_array KGWrappedSpace_KGConicalWireArray___conical_wire_array_space->KGConicalWireArray__conical_wire_array - - + + KGWrappedSurface_KGConicalWireArray___conical_wire_array_surface->KGConicalWireArray__conical_wire_array - - + + KGWrappedSurface_KGConicalWireArray___conical_wire_array_surface__name - -name + +name KGWrappedSurface_KGConicalWireArray___conical_wire_array_surface->KGWrappedSurface_KGConicalWireArray___conical_wire_array_surface__name - - + + KGCutConeSpace__cut_cone_space__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGCutConeSpace__cut_cone_space->KGCutConeSpace__cut_cone_space__axial_mesh_count - - + + KGCutConeSpace__cut_cone_space__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGCutConeSpace__cut_cone_space->KGCutConeSpace__cut_cone_space__longitudinal_mesh_count - - + + KGCutConeSpace__cut_cone_space__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGCutConeSpace__cut_cone_space->KGCutConeSpace__cut_cone_space__longitudinal_mesh_power - - + + KGCutConeSpace__cut_cone_space__name - -name + +name KGCutConeSpace__cut_cone_space->KGCutConeSpace__cut_cone_space__name - - + + KGCutConeSpace__cut_cone_space__r1 - -r1 + +r1 KGCutConeSpace__cut_cone_space->KGCutConeSpace__cut_cone_space__r1 - - + + KGCutConeSpace__cut_cone_space__r2 - -r2 + +r2 KGCutConeSpace__cut_cone_space->KGCutConeSpace__cut_cone_space__r2 - - + + KGCutConeSpace__cut_cone_space__radial_mesh_count - -radial_mesh_count + +radial_mesh_count KGCutConeSpace__cut_cone_space->KGCutConeSpace__cut_cone_space__radial_mesh_count - - + + KGCutConeSpace__cut_cone_space__radial_mesh_power - -radial_mesh_power + +radial_mesh_power KGCutConeSpace__cut_cone_space->KGCutConeSpace__cut_cone_space__radial_mesh_power - - + + KGCutConeSpace__cut_cone_space__z1 - -z1 + +z1 KGCutConeSpace__cut_cone_space->KGCutConeSpace__cut_cone_space__z1 - - + + KGCutConeSpace__cut_cone_space__z2 - -z2 + +z2 KGCutConeSpace__cut_cone_space->KGCutConeSpace__cut_cone_space__z2 - - + + KGCutConeSurface__cut_cone_surface__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGCutConeSurface__cut_cone_surface->KGCutConeSurface__cut_cone_surface__axial_mesh_count - - + + KGCutConeSurface__cut_cone_surface__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGCutConeSurface__cut_cone_surface->KGCutConeSurface__cut_cone_surface__longitudinal_mesh_count - - + + KGCutConeSurface__cut_cone_surface__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGCutConeSurface__cut_cone_surface->KGCutConeSurface__cut_cone_surface__longitudinal_mesh_power - - + + KGCutConeSurface__cut_cone_surface__name - -name + +name KGCutConeSurface__cut_cone_surface->KGCutConeSurface__cut_cone_surface__name - - + + KGCutConeSurface__cut_cone_surface__r1 - -r1 + +r1 KGCutConeSurface__cut_cone_surface->KGCutConeSurface__cut_cone_surface__r1 - - + + KGCutConeSurface__cut_cone_surface__r2 - -r2 + +r2 KGCutConeSurface__cut_cone_surface->KGCutConeSurface__cut_cone_surface__r2 - - + + KGCutConeSurface__cut_cone_surface__z1 - -z1 + +z1 KGCutConeSurface__cut_cone_surface->KGCutConeSurface__cut_cone_surface__z1 - - + + KGCutConeSurface__cut_cone_surface__z2 - -z2 + +z2 KGCutConeSurface__cut_cone_surface->KGCutConeSurface__cut_cone_surface__z2 - - + + KGCutConeTubeSpace__cut_cone_tube_space__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__axial_mesh_count - - + + KGCutConeTubeSpace__cut_cone_tube_space__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__longitudinal_mesh_count - - + + KGCutConeTubeSpace__cut_cone_tube_space__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__longitudinal_mesh_power - - + + KGCutConeTubeSpace__cut_cone_tube_space__name - -name + +name KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__name - - + + KGCutConeTubeSpace__cut_cone_tube_space__r11 - -r11 + +r11 KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__r11 - - + + KGCutConeTubeSpace__cut_cone_tube_space__r12 - -r12 + +r12 KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__r12 - - + + KGCutConeTubeSpace__cut_cone_tube_space__r21 - -r21 + +r21 KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__r21 - - + + KGCutConeTubeSpace__cut_cone_tube_space__r22 - -r22 + +r22 KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__r22 - - + + KGCutConeTubeSpace__cut_cone_tube_space__radial_mesh_count - -radial_mesh_count + +radial_mesh_count KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__radial_mesh_count - - + + KGCutConeTubeSpace__cut_cone_tube_space__radial_mesh_power - -radial_mesh_power + +radial_mesh_power KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__radial_mesh_power - - + + KGCutConeTubeSpace__cut_cone_tube_space__z1 - -z1 + +z1 KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__z1 - - + + KGCutConeTubeSpace__cut_cone_tube_space__z2 - -z2 + +z2 KGCutConeTubeSpace__cut_cone_tube_space->KGCutConeTubeSpace__cut_cone_tube_space__z2 - - + + KGCutTorusSurface__cut_torus_surface__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGCutTorusSurface__cut_torus_surface->KGCutTorusSurface__cut_torus_surface__axial_mesh_count - - + + KGCutTorusSurface__cut_torus_surface__name - -name + +name KGCutTorusSurface__cut_torus_surface->KGCutTorusSurface__cut_torus_surface__name - - + + KGCutTorusSurface__cut_torus_surface__r1 - -r1 + +r1 KGCutTorusSurface__cut_torus_surface->KGCutTorusSurface__cut_torus_surface__r1 - - + + KGCutTorusSurface__cut_torus_surface__r2 - -r2 + +r2 KGCutTorusSurface__cut_torus_surface->KGCutTorusSurface__cut_torus_surface__r2 - - + + KGCutTorusSurface__cut_torus_surface__radius - -radius + +radius KGCutTorusSurface__cut_torus_surface->KGCutTorusSurface__cut_torus_surface__radius - - + + KGCutTorusSurface__cut_torus_surface__right - -right + +right KGCutTorusSurface__cut_torus_surface->KGCutTorusSurface__cut_torus_surface__right - - + + KGCutTorusSurface__cut_torus_surface__short - -short + +short KGCutTorusSurface__cut_torus_surface->KGCutTorusSurface__cut_torus_surface__short - - + + KGCutTorusSurface__cut_torus_surface__toroidal_mesh_count - -toroidal_mesh_count + +toroidal_mesh_count KGCutTorusSurface__cut_torus_surface->KGCutTorusSurface__cut_torus_surface__toroidal_mesh_count - - + + KGCutTorusSurface__cut_torus_surface__z1 - -z1 + +z1 KGCutTorusSurface__cut_torus_surface->KGCutTorusSurface__cut_torus_surface__z1 - - + + KGCutTorusSurface__cut_torus_surface__z2 - -z2 + +z2 KGCutTorusSurface__cut_torus_surface->KGCutTorusSurface__cut_torus_surface__z2 - - + + KGCylinderSpace__cylinder_space__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGCylinderSpace__cylinder_space->KGCylinderSpace__cylinder_space__axial_mesh_count - - + + KGCylinderSpace__cylinder_space__length - -length + +length KGCylinderSpace__cylinder_space->KGCylinderSpace__cylinder_space__length - - + + KGCylinderSpace__cylinder_space__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGCylinderSpace__cylinder_space->KGCylinderSpace__cylinder_space__longitudinal_mesh_count - - + + KGCylinderSpace__cylinder_space__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGCylinderSpace__cylinder_space->KGCylinderSpace__cylinder_space__longitudinal_mesh_power - - + + KGCylinderSpace__cylinder_space__name - -name + +name KGCylinderSpace__cylinder_space->KGCylinderSpace__cylinder_space__name - - + + KGCylinderSpace__cylinder_space__r - -r + +r KGCylinderSpace__cylinder_space->KGCylinderSpace__cylinder_space__r - - + + KGCylinderSpace__cylinder_space__radial_mesh_count - -radial_mesh_count + +radial_mesh_count KGCylinderSpace__cylinder_space->KGCylinderSpace__cylinder_space__radial_mesh_count - - + + KGCylinderSpace__cylinder_space__radial_mesh_power - -radial_mesh_power + +radial_mesh_power KGCylinderSpace__cylinder_space->KGCylinderSpace__cylinder_space__radial_mesh_power - - + + KGCylinderSpace__cylinder_space__z1 - -z1 + +z1 KGCylinderSpace__cylinder_space->KGCylinderSpace__cylinder_space__z1 - - + + KGCylinderSpace__cylinder_space__z2 - -z2 + +z2 KGCylinderSpace__cylinder_space->KGCylinderSpace__cylinder_space__z2 - - + + KGCylinderSurface__cylinder_surface__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGCylinderSurface__cylinder_surface->KGCylinderSurface__cylinder_surface__axial_mesh_count - - + + KGCylinderSurface__cylinder_surface__length - -length + +length KGCylinderSurface__cylinder_surface->KGCylinderSurface__cylinder_surface__length - - + + KGCylinderSurface__cylinder_surface__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGCylinderSurface__cylinder_surface->KGCylinderSurface__cylinder_surface__longitudinal_mesh_count - - + + KGCylinderSurface__cylinder_surface__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGCylinderSurface__cylinder_surface->KGCylinderSurface__cylinder_surface__longitudinal_mesh_power - - + + KGCylinderSurface__cylinder_surface__name - -name + +name KGCylinderSurface__cylinder_surface->KGCylinderSurface__cylinder_surface__name - - + + KGCylinderSurface__cylinder_surface__r - -r + +r KGCylinderSurface__cylinder_surface->KGCylinderSurface__cylinder_surface__r - - + + KGCylinderSurface__cylinder_surface__z1 - -z1 + +z1 KGCylinderSurface__cylinder_surface->KGCylinderSurface__cylinder_surface__z1 - - + + KGCylinderSurface__cylinder_surface__z2 - -z2 + +z2 KGCylinderSurface__cylinder_surface->KGCylinderSurface__cylinder_surface__z2 - - + + KGCylinderTubeSpace__cylinder_tube_space__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__axial_mesh_count - - + + KGCylinderTubeSpace__cylinder_tube_space__length - -length + +length KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__length - - + + KGCylinderTubeSpace__cylinder_tube_space__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__longitudinal_mesh_count - - + + KGCylinderTubeSpace__cylinder_tube_space__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__longitudinal_mesh_power - - + + KGCylinderTubeSpace__cylinder_tube_space__name - -name + +name KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__name - - + + KGCylinderTubeSpace__cylinder_tube_space__r1 - -r1 + +r1 KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__r1 - - + + KGCylinderTubeSpace__cylinder_tube_space__r2 - -r2 + +r2 KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__r2 - - + + KGCylinderTubeSpace__cylinder_tube_space__radial_mesh_count - -radial_mesh_count + +radial_mesh_count KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__radial_mesh_count - - + + KGCylinderTubeSpace__cylinder_tube_space__radial_mesh_power - -radial_mesh_power + +radial_mesh_power KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__radial_mesh_power - - + + KGCylinderTubeSpace__cylinder_tube_space__z1 - -z1 + +z1 KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__z1 - - + + KGCylinderTubeSpace__cylinder_tube_space__z2 - -z2 + +z2 KGCylinderTubeSpace__cylinder_tube_space->KGCylinderTubeSpace__cylinder_tube_space__z2 - - + + KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh__angle - -angle + +angle KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh->KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh__angle - - + + KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh__count - -count + +count KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh->KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh__count - - + + KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh__name - -name + +name KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh->KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh__name - - + + KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh__spaces - -spaces + +spaces KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh->KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh__spaces - - + + KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh__surfaces - -surfaces + +surfaces KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh->KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh__surfaces - - + + KGDiskSurface__disk_surface__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGDiskSurface__disk_surface->KGDiskSurface__disk_surface__axial_mesh_count - - + + KGDiskSurface__disk_surface__name - -name + +name KGDiskSurface__disk_surface->KGDiskSurface__disk_surface__name - - + + KGDiskSurface__disk_surface__r - -r + +r KGDiskSurface__disk_surface->KGDiskSurface__disk_surface__r - - + + KGDiskSurface__disk_surface__radial_mesh_count - -radial_mesh_count + +radial_mesh_count KGDiskSurface__disk_surface->KGDiskSurface__disk_surface__radial_mesh_count - - + + KGDiskSurface__disk_surface__radial_mesh_power - -radial_mesh_power + +radial_mesh_power KGDiskSurface__disk_surface->KGDiskSurface__disk_surface__radial_mesh_power - - + + KGDiskSurface__disk_surface__z - -z + +z KGDiskSurface__disk_surface->KGDiskSurface__disk_surface__z - - + + KGExtrudedArcSegmentSurface__extruded_arc_segment_surface__extruded_mesh_count - -extruded_mesh_count + +extruded_mesh_count KGExtrudedArcSegmentSurface__extruded_arc_segment_surface->KGExtrudedArcSegmentSurface__extruded_arc_segment_surface__extruded_mesh_count - - + + KGExtrudedArcSegmentSurface__extruded_arc_segment_surface__extruded_mesh_power - -extruded_mesh_power + +extruded_mesh_power KGExtrudedArcSegmentSurface__extruded_arc_segment_surface->KGExtrudedArcSegmentSurface__extruded_arc_segment_surface__extruded_mesh_power - - + + KGExtrudedArcSegmentSurface__extruded_arc_segment_surface__name - -name + +name KGExtrudedArcSegmentSurface__extruded_arc_segment_surface->KGExtrudedArcSegmentSurface__extruded_arc_segment_surface__name - - + + KGExtrudedArcSegmentSurface__extruded_arc_segment_surface__zmax - -zmax + +zmax KGExtrudedArcSegmentSurface__extruded_arc_segment_surface->KGExtrudedArcSegmentSurface__extruded_arc_segment_surface__zmax - - + + KGExtrudedArcSegmentSurface__extruded_arc_segment_surface__zmin - -zmin + +zmin KGExtrudedArcSegmentSurface__extruded_arc_segment_surface->KGExtrudedArcSegmentSurface__extruded_arc_segment_surface__zmin - - + + KGPlanarArcSegment__arc_segment - -arc_segment + +arc_segment KGExtrudedArcSegmentSurface__extruded_arc_segment_surface->KGPlanarArcSegment__arc_segment - - + + KGExtrudedCircleSpace__extruded_circle_space__extruded_mesh_count - -extruded_mesh_count + +extruded_mesh_count KGExtrudedCircleSpace__extruded_circle_space->KGExtrudedCircleSpace__extruded_circle_space__extruded_mesh_count - - + + KGExtrudedCircleSpace__extruded_circle_space__extruded_mesh_power - -extruded_mesh_power + +extruded_mesh_power KGExtrudedCircleSpace__extruded_circle_space->KGExtrudedCircleSpace__extruded_circle_space__extruded_mesh_power - - + + KGExtrudedCircleSpace__extruded_circle_space__flattened_mesh_count - -flattened_mesh_count + +flattened_mesh_count KGExtrudedCircleSpace__extruded_circle_space->KGExtrudedCircleSpace__extruded_circle_space__flattened_mesh_count - - + + KGExtrudedCircleSpace__extruded_circle_space__flattened_mesh_power - -flattened_mesh_power + +flattened_mesh_power KGExtrudedCircleSpace__extruded_circle_space->KGExtrudedCircleSpace__extruded_circle_space__flattened_mesh_power - - + + KGExtrudedCircleSpace__extruded_circle_space__name - -name + +name KGExtrudedCircleSpace__extruded_circle_space->KGExtrudedCircleSpace__extruded_circle_space__name - - + + KGExtrudedCircleSpace__extruded_circle_space__zmax - -zmax + +zmax KGExtrudedCircleSpace__extruded_circle_space->KGExtrudedCircleSpace__extruded_circle_space__zmax - - + + KGExtrudedCircleSpace__extruded_circle_space__zmin - -zmin + +zmin KGExtrudedCircleSpace__extruded_circle_space->KGExtrudedCircleSpace__extruded_circle_space__zmin - - + + KGPlanarCircle__circle - -circle + +circle KGExtrudedCircleSpace__extruded_circle_space->KGPlanarCircle__circle - - + + KGExtrudedCircleSurface__extruded_circle_surface->KGPlanarCircle__circle - - + + KGExtrudedCircleSurface__extruded_circle_surface__extruded_mesh_count - -extruded_mesh_count + +extruded_mesh_count KGExtrudedCircleSurface__extruded_circle_surface->KGExtrudedCircleSurface__extruded_circle_surface__extruded_mesh_count - - + + KGExtrudedCircleSurface__extruded_circle_surface__extruded_mesh_power - -extruded_mesh_power + +extruded_mesh_power KGExtrudedCircleSurface__extruded_circle_surface->KGExtrudedCircleSurface__extruded_circle_surface__extruded_mesh_power - - + + KGExtrudedCircleSurface__extruded_circle_surface__name - -name + +name KGExtrudedCircleSurface__extruded_circle_surface->KGExtrudedCircleSurface__extruded_circle_surface__name - - + + KGExtrudedCircleSurface__extruded_circle_surface__zmax - -zmax + +zmax KGExtrudedCircleSurface__extruded_circle_surface->KGExtrudedCircleSurface__extruded_circle_surface__zmax - - + + KGExtrudedCircleSurface__extruded_circle_surface__zmin - -zmin + +zmin KGExtrudedCircleSurface__extruded_circle_surface->KGExtrudedCircleSurface__extruded_circle_surface__zmin - - + + KGExtrudedLineSegmentSurface__extruded_line_segment_surface__extruded_mesh_count - -extruded_mesh_count + +extruded_mesh_count KGExtrudedLineSegmentSurface__extruded_line_segment_surface->KGExtrudedLineSegmentSurface__extruded_line_segment_surface__extruded_mesh_count - - + + KGExtrudedLineSegmentSurface__extruded_line_segment_surface__extruded_mesh_power - -extruded_mesh_power + +extruded_mesh_power KGExtrudedLineSegmentSurface__extruded_line_segment_surface->KGExtrudedLineSegmentSurface__extruded_line_segment_surface__extruded_mesh_power - - + + KGExtrudedLineSegmentSurface__extruded_line_segment_surface__name - -name + +name KGExtrudedLineSegmentSurface__extruded_line_segment_surface->KGExtrudedLineSegmentSurface__extruded_line_segment_surface__name - - + + KGExtrudedLineSegmentSurface__extruded_line_segment_surface__zmax - -zmax + +zmax KGExtrudedLineSegmentSurface__extruded_line_segment_surface->KGExtrudedLineSegmentSurface__extruded_line_segment_surface__zmax - - + + KGExtrudedLineSegmentSurface__extruded_line_segment_surface__zmin - -zmin + +zmin KGExtrudedLineSegmentSurface__extruded_line_segment_surface->KGExtrudedLineSegmentSurface__extruded_line_segment_surface__zmin - - + + KGPlanarLineSegment__line_segment - -line_segment + +line_segment KGExtrudedLineSegmentSurface__extruded_line_segment_surface->KGPlanarLineSegment__line_segment - - + + KGExtrudedPolyLineSurface__extruded_poly_line_surface__extruded_mesh_count - -extruded_mesh_count + +extruded_mesh_count KGExtrudedPolyLineSurface__extruded_poly_line_surface->KGExtrudedPolyLineSurface__extruded_poly_line_surface__extruded_mesh_count - - + + KGExtrudedPolyLineSurface__extruded_poly_line_surface__extruded_mesh_power - -extruded_mesh_power + +extruded_mesh_power KGExtrudedPolyLineSurface__extruded_poly_line_surface->KGExtrudedPolyLineSurface__extruded_poly_line_surface__extruded_mesh_power - - + + KGExtrudedPolyLineSurface__extruded_poly_line_surface__name - -name + +name KGExtrudedPolyLineSurface__extruded_poly_line_surface->KGExtrudedPolyLineSurface__extruded_poly_line_surface__name - - + + KGExtrudedPolyLineSurface__extruded_poly_line_surface__zmax - -zmax + +zmax KGExtrudedPolyLineSurface__extruded_poly_line_surface->KGExtrudedPolyLineSurface__extruded_poly_line_surface__zmax - - + + KGExtrudedPolyLineSurface__extruded_poly_line_surface__zmin - -zmin + +zmin KGExtrudedPolyLineSurface__extruded_poly_line_surface->KGExtrudedPolyLineSurface__extruded_poly_line_surface__zmin - - + + KGPlanarPolyLine__poly_line - -poly_line + +poly_line KGExtrudedPolyLineSurface__extruded_poly_line_surface->KGPlanarPolyLine__poly_line - - + + KGExtrudedPolyLoopSpace__extruded_poly_loop_space__extruded_mesh_count - -extruded_mesh_count + +extruded_mesh_count KGExtrudedPolyLoopSpace__extruded_poly_loop_space->KGExtrudedPolyLoopSpace__extruded_poly_loop_space__extruded_mesh_count - - + + KGExtrudedPolyLoopSpace__extruded_poly_loop_space__extruded_mesh_power - -extruded_mesh_power + +extruded_mesh_power KGExtrudedPolyLoopSpace__extruded_poly_loop_space->KGExtrudedPolyLoopSpace__extruded_poly_loop_space__extruded_mesh_power - - + + KGExtrudedPolyLoopSpace__extruded_poly_loop_space__flattened_mesh_count - -flattened_mesh_count + +flattened_mesh_count KGExtrudedPolyLoopSpace__extruded_poly_loop_space->KGExtrudedPolyLoopSpace__extruded_poly_loop_space__flattened_mesh_count - - + + KGExtrudedPolyLoopSpace__extruded_poly_loop_space__flattened_mesh_power - -flattened_mesh_power + +flattened_mesh_power KGExtrudedPolyLoopSpace__extruded_poly_loop_space->KGExtrudedPolyLoopSpace__extruded_poly_loop_space__flattened_mesh_power - - + + KGExtrudedPolyLoopSpace__extruded_poly_loop_space__name - -name + +name KGExtrudedPolyLoopSpace__extruded_poly_loop_space->KGExtrudedPolyLoopSpace__extruded_poly_loop_space__name - - + + KGExtrudedPolyLoopSpace__extruded_poly_loop_space__zmax - -zmax + +zmax KGExtrudedPolyLoopSpace__extruded_poly_loop_space->KGExtrudedPolyLoopSpace__extruded_poly_loop_space__zmax - - + + KGExtrudedPolyLoopSpace__extruded_poly_loop_space__zmin - -zmin + +zmin KGExtrudedPolyLoopSpace__extruded_poly_loop_space->KGExtrudedPolyLoopSpace__extruded_poly_loop_space__zmin - - + + KGPlanarPolyLoop__poly_loop - -poly_loop + +poly_loop KGExtrudedPolyLoopSpace__extruded_poly_loop_space->KGPlanarPolyLoop__poly_loop - - + + KGExtrudedPolyLoopSurface__extruded_poly_loop_surface->KGPlanarPolyLoop__poly_loop - - + + KGExtrudedPolyLoopSurface__extruded_poly_loop_surface__extruded_mesh_count - -extruded_mesh_count + +extruded_mesh_count KGExtrudedPolyLoopSurface__extruded_poly_loop_surface->KGExtrudedPolyLoopSurface__extruded_poly_loop_surface__extruded_mesh_count - - + + KGExtrudedPolyLoopSurface__extruded_poly_loop_surface__extruded_mesh_power - -extruded_mesh_power + +extruded_mesh_power KGExtrudedPolyLoopSurface__extruded_poly_loop_surface->KGExtrudedPolyLoopSurface__extruded_poly_loop_surface__extruded_mesh_power - - + + KGExtrudedPolyLoopSurface__extruded_poly_loop_surface__name - -name + +name KGExtrudedPolyLoopSurface__extruded_poly_loop_surface->KGExtrudedPolyLoopSurface__extruded_poly_loop_surface__name - - + + KGExtrudedPolyLoopSurface__extruded_poly_loop_surface__zmax - -zmax + +zmax KGExtrudedPolyLoopSurface__extruded_poly_loop_surface->KGExtrudedPolyLoopSurface__extruded_poly_loop_surface__zmax - - + + KGExtrudedPolyLoopSurface__extruded_poly_loop_surface__zmin - -zmin + +zmin KGExtrudedPolyLoopSurface__extruded_poly_loop_surface->KGExtrudedPolyLoopSurface__extruded_poly_loop_surface__zmin - - + + KGWrappedSpace_KGExtrudedObject___extruded_space__name - -name + +name KGWrappedSpace_KGExtrudedObject___extruded_space->KGWrappedSpace_KGExtrudedObject___extruded_space__name - - + + KGExtrudedObject__extruded_object - -extruded_object + +extruded_object KGWrappedSpace_KGExtrudedObject___extruded_space->KGExtrudedObject__extruded_object - - + + KGWrappedSurface_KGExtrudedObject___extruded_surface->KGExtrudedObject__extruded_object - - + + KGWrappedSurface_KGExtrudedObject___extruded_surface__name - -name + +name KGWrappedSurface_KGExtrudedObject___extruded_surface->KGWrappedSurface_KGExtrudedObject___extruded_surface__name - - + + KGFlattenedCircleSurface__flattened_circle_surface->KGPlanarCircle__circle - - + + KGFlattenedCircleSurface__flattened_circle_surface__flattened_mesh_count - -flattened_mesh_count + +flattened_mesh_count KGFlattenedCircleSurface__flattened_circle_surface->KGFlattenedCircleSurface__flattened_circle_surface__flattened_mesh_count - - + + KGFlattenedCircleSurface__flattened_circle_surface__flattened_mesh_power - -flattened_mesh_power + +flattened_mesh_power KGFlattenedCircleSurface__flattened_circle_surface->KGFlattenedCircleSurface__flattened_circle_surface__flattened_mesh_power - - + + KGFlattenedCircleSurface__flattened_circle_surface__name - -name + +name KGFlattenedCircleSurface__flattened_circle_surface->KGFlattenedCircleSurface__flattened_circle_surface__name - - + + KGFlattenedCircleSurface__flattened_circle_surface__z - -z + +z KGFlattenedCircleSurface__flattened_circle_surface->KGFlattenedCircleSurface__flattened_circle_surface__z - - + + KGFlattenedPolyLoopSurface__flattened_poly_loop_surface->KGPlanarPolyLoop__poly_loop - - + + KGFlattenedPolyLoopSurface__flattened_poly_loop_surface__flattened_mesh_count - -flattened_mesh_count + +flattened_mesh_count KGFlattenedPolyLoopSurface__flattened_poly_loop_surface->KGFlattenedPolyLoopSurface__flattened_poly_loop_surface__flattened_mesh_count - - + + KGFlattenedPolyLoopSurface__flattened_poly_loop_surface__flattened_mesh_power - -flattened_mesh_power + +flattened_mesh_power KGFlattenedPolyLoopSurface__flattened_poly_loop_surface->KGFlattenedPolyLoopSurface__flattened_poly_loop_surface__flattened_mesh_power - - + + KGFlattenedPolyLoopSurface__flattened_poly_loop_surface__name - -name + +name KGFlattenedPolyLoopSurface__flattened_poly_loop_surface->KGFlattenedPolyLoopSurface__flattened_poly_loop_surface__name - - + + KGFlattenedPolyLoopSurface__flattened_poly_loop_surface__z - -z + +z KGFlattenedPolyLoopSurface__flattened_poly_loop_surface->KGFlattenedPolyLoopSurface__flattened_poly_loop_surface__z - - + + KGWrappedSpace_KGLinearWireGrid___linear_wire_grid_space__name - -name + +name KGWrappedSpace_KGLinearWireGrid___linear_wire_grid_space->KGWrappedSpace_KGLinearWireGrid___linear_wire_grid_space__name - - + + KGLinearWireGrid__linear_wire_grid - -linear_wire_grid + +linear_wire_grid KGWrappedSpace_KGLinearWireGrid___linear_wire_grid_space->KGLinearWireGrid__linear_wire_grid - - + + KGWrappedSurface_KGLinearWireGrid___linear_wire_grid_surface->KGLinearWireGrid__linear_wire_grid - - + + KGWrappedSurface_KGLinearWireGrid___linear_wire_grid_surface__name - -name + +name KGWrappedSurface_KGLinearWireGrid___linear_wire_grid_surface->KGWrappedSurface_KGLinearWireGrid___linear_wire_grid_surface__name - - + + KGMeshAttributor__mesh__name - -name + +name KGMeshAttributor__mesh->KGMeshAttributor__mesh__name - - + + KGMeshAttributor__mesh__spaces - -spaces + +spaces KGMeshAttributor__mesh->KGMeshAttributor__mesh__spaces - - + + KGMeshAttributor__mesh__surfaces - -surfaces + +surfaces KGMeshAttributor__mesh->KGMeshAttributor__mesh__surfaces - - + + KGMeshDeformer__mesh_deformer__spaces - -spaces + +spaces KGMeshDeformer__mesh_deformer->KGMeshDeformer__mesh_deformer__spaces - - + + KGMeshDeformer__mesh_deformer__surfaces - -surfaces + +surfaces KGMeshDeformer__mesh_deformer->KGMeshDeformer__mesh_deformer__surfaces - - + + KGMeshRefiner__mesh_refiner__max_area - -max_area + +max_area KGMeshRefiner__mesh_refiner->KGMeshRefiner__mesh_refiner__max_area - - + + KGMeshRefiner__mesh_refiner__max_aspect_ratio - -max_aspect_ratio + +max_aspect_ratio KGMeshRefiner__mesh_refiner->KGMeshRefiner__mesh_refiner__max_aspect_ratio - - + + KGMeshRefiner__mesh_refiner__max_length - -max_length + +max_length KGMeshRefiner__mesh_refiner->KGMeshRefiner__mesh_refiner__max_length - - + + KGMeshRefiner__mesh_refiner__max_refinement_steps - -max_refinement_steps + +max_refinement_steps KGMeshRefiner__mesh_refiner->KGMeshRefiner__mesh_refiner__max_refinement_steps - - + + KGMeshRefiner__mesh_refiner__spaces - -spaces + +spaces KGMeshRefiner__mesh_refiner->KGMeshRefiner__mesh_refiner__spaces - - + + KGMeshRefiner__mesh_refiner__surfaces - -surfaces + +surfaces KGMeshRefiner__mesh_refiner->KGMeshRefiner__mesh_refiner__surfaces - - + + KGWrappedSpace_KGPlyFile___ply_file_space__name - -name + +name KGWrappedSpace_KGPlyFile___ply_file_space->KGWrappedSpace_KGPlyFile___ply_file_space__name - - + + KGPlyFile__ply_file - -ply_file + +ply_file KGWrappedSpace_KGPlyFile___ply_file_space->KGPlyFile__ply_file - - + + KGWrappedSurface_KGPlyFile___ply_file_surface->KGPlyFile__ply_file - - + + KGWrappedSurface_KGPlyFile___ply_file_surface__name - -name + +name KGWrappedSurface_KGPlyFile___ply_file_surface->KGWrappedSurface_KGPlyFile___ply_file_surface__name - - + + KGWrappedSpace_KGPortHousing___port_housing_space__name - -name + +name KGWrappedSpace_KGPortHousing___port_housing_space->KGWrappedSpace_KGPortHousing___port_housing_space__name - - + + KGPortHousing__port_housing - -port_housing + +port_housing KGWrappedSpace_KGPortHousing___port_housing_space->KGPortHousing__port_housing - - + + KGWrappedSurface_KGPortHousing___port_housing_surface->KGPortHousing__port_housing - - + + KGWrappedSurface_KGPortHousing___port_housing_surface__name - -name + +name KGWrappedSurface_KGPortHousing___port_housing_surface->KGWrappedSurface_KGPortHousing___port_housing_surface__name - - + + KGWrappedSpace_KGQuadraticWireGrid___quadratic_wire_grid_space__name - -name + +name KGWrappedSpace_KGQuadraticWireGrid___quadratic_wire_grid_space->KGWrappedSpace_KGQuadraticWireGrid___quadratic_wire_grid_space__name - - + + KGQuadraticWireGrid__quadratic_wire_grid - -quadratic_wire_grid + +quadratic_wire_grid KGWrappedSpace_KGQuadraticWireGrid___quadratic_wire_grid_space->KGQuadraticWireGrid__quadratic_wire_grid - - + + KGWrappedSurface_KGQuadraticWireGrid___quadratic_wire_grid_surface->KGQuadraticWireGrid__quadratic_wire_grid - - + + KGWrappedSurface_KGQuadraticWireGrid___quadratic_wire_grid_surface__name - -name + +name KGWrappedSurface_KGQuadraticWireGrid___quadratic_wire_grid_surface->KGWrappedSurface_KGQuadraticWireGrid___quadratic_wire_grid_surface__name - - + + KGWrappedSpace_KGRod___rod_space__name - -name + +name KGWrappedSpace_KGRod___rod_space->KGWrappedSpace_KGRod___rod_space__name - - + + KGRod__rod - -rod + +rod KGWrappedSpace_KGRod___rod_space->KGRod__rod - - + + KGWrappedSurface_KGRod___rod_surface->KGRod__rod - - + + KGWrappedSurface_KGRod___rod_surface__name - -name + +name KGWrappedSurface_KGRod___rod_surface->KGWrappedSurface_KGRod___rod_surface__name - - + + KGRotatedArcSegmentSpace__rotated_arc_segment_space->KGPlanarArcSegment__arc_segment - - + + KGRotatedArcSegmentSpace__rotated_arc_segment_space__flattened_mesh_count - -flattened_mesh_count + +flattened_mesh_count KGRotatedArcSegmentSpace__rotated_arc_segment_space->KGRotatedArcSegmentSpace__rotated_arc_segment_space__flattened_mesh_count - - + + KGRotatedArcSegmentSpace__rotated_arc_segment_space__flattened_mesh_power - -flattened_mesh_power + +flattened_mesh_power KGRotatedArcSegmentSpace__rotated_arc_segment_space->KGRotatedArcSegmentSpace__rotated_arc_segment_space__flattened_mesh_power - - + + KGRotatedArcSegmentSpace__rotated_arc_segment_space__name - -name + +name KGRotatedArcSegmentSpace__rotated_arc_segment_space->KGRotatedArcSegmentSpace__rotated_arc_segment_space__name - - + + KGRotatedArcSegmentSpace__rotated_arc_segment_space__rotated_mesh_count - -rotated_mesh_count + +rotated_mesh_count KGRotatedArcSegmentSpace__rotated_arc_segment_space->KGRotatedArcSegmentSpace__rotated_arc_segment_space__rotated_mesh_count - - + + KGRotatedArcSegmentSurface__rotated_arc_segment_surface->KGPlanarArcSegment__arc_segment - - + + KGRotatedArcSegmentSurface__rotated_arc_segment_surface__name - -name + +name KGRotatedArcSegmentSurface__rotated_arc_segment_surface->KGRotatedArcSegmentSurface__rotated_arc_segment_surface__name - - + + KGRotatedArcSegmentSurface__rotated_arc_segment_surface__rotated_mesh_count - -rotated_mesh_count + +rotated_mesh_count KGRotatedArcSegmentSurface__rotated_arc_segment_surface->KGRotatedArcSegmentSurface__rotated_arc_segment_surface__rotated_mesh_count - - + + KGRotatedCircleSpace__rotated_circle_space->KGPlanarCircle__circle - - + + KGRotatedCircleSpace__rotated_circle_space__name - -name + +name KGRotatedCircleSpace__rotated_circle_space->KGRotatedCircleSpace__rotated_circle_space__name - - + + KGRotatedCircleSpace__rotated_circle_space__rotated_mesh_count - -rotated_mesh_count + +rotated_mesh_count KGRotatedCircleSpace__rotated_circle_space->KGRotatedCircleSpace__rotated_circle_space__rotated_mesh_count - - + + KGRotatedCircleSurface__rotated_circle_surface->KGPlanarCircle__circle - - + + KGRotatedCircleSurface__rotated_circle_surface__name - -name + +name KGRotatedCircleSurface__rotated_circle_surface->KGRotatedCircleSurface__rotated_circle_surface__name - - + + KGRotatedCircleSurface__rotated_circle_surface__rotated_mesh_count - -rotated_mesh_count + +rotated_mesh_count KGRotatedCircleSurface__rotated_circle_surface->KGRotatedCircleSurface__rotated_circle_surface__rotated_mesh_count - - + + KGRotatedLineSegmentSpace__rotated_line_segment_space->KGPlanarLineSegment__line_segment - - + + KGRotatedLineSegmentSpace__rotated_line_segment_space__flattened_mesh_count - -flattened_mesh_count + +flattened_mesh_count KGRotatedLineSegmentSpace__rotated_line_segment_space->KGRotatedLineSegmentSpace__rotated_line_segment_space__flattened_mesh_count - - + + KGRotatedLineSegmentSpace__rotated_line_segment_space__flattened_mesh_power - -flattened_mesh_power + +flattened_mesh_power KGRotatedLineSegmentSpace__rotated_line_segment_space->KGRotatedLineSegmentSpace__rotated_line_segment_space__flattened_mesh_power - - + + KGRotatedLineSegmentSpace__rotated_line_segment_space__name - -name + +name KGRotatedLineSegmentSpace__rotated_line_segment_space->KGRotatedLineSegmentSpace__rotated_line_segment_space__name - - + + KGRotatedLineSegmentSpace__rotated_line_segment_space__rotated_mesh_count - -rotated_mesh_count + +rotated_mesh_count KGRotatedLineSegmentSpace__rotated_line_segment_space->KGRotatedLineSegmentSpace__rotated_line_segment_space__rotated_mesh_count - - + + KGRotatedLineSegmentSurface__rotated_line_segment_surface->KGPlanarLineSegment__line_segment - - + + KGRotatedLineSegmentSurface__rotated_line_segment_surface__name - -name + +name KGRotatedLineSegmentSurface__rotated_line_segment_surface->KGRotatedLineSegmentSurface__rotated_line_segment_surface__name - - + + KGRotatedLineSegmentSurface__rotated_line_segment_surface__rotated_mesh_count - -rotated_mesh_count + +rotated_mesh_count KGRotatedLineSegmentSurface__rotated_line_segment_surface->KGRotatedLineSegmentSurface__rotated_line_segment_surface__rotated_mesh_count - - + + KGRotatedPolyLineSpace__rotated_poly_line_space->KGPlanarPolyLine__poly_line - - + + KGRotatedPolyLineSpace__rotated_poly_line_space__flattened_mesh_count - -flattened_mesh_count + +flattened_mesh_count KGRotatedPolyLineSpace__rotated_poly_line_space->KGRotatedPolyLineSpace__rotated_poly_line_space__flattened_mesh_count - - + + KGRotatedPolyLineSpace__rotated_poly_line_space__flattened_mesh_power - -flattened_mesh_power + +flattened_mesh_power KGRotatedPolyLineSpace__rotated_poly_line_space->KGRotatedPolyLineSpace__rotated_poly_line_space__flattened_mesh_power - - + + KGRotatedPolyLineSpace__rotated_poly_line_space__name - -name + +name KGRotatedPolyLineSpace__rotated_poly_line_space->KGRotatedPolyLineSpace__rotated_poly_line_space__name - - + + KGRotatedPolyLineSpace__rotated_poly_line_space__rotated_mesh_count - -rotated_mesh_count + +rotated_mesh_count KGRotatedPolyLineSpace__rotated_poly_line_space->KGRotatedPolyLineSpace__rotated_poly_line_space__rotated_mesh_count - - + + KGRotatedPolyLineSurface__rotated_poly_line_surface->KGPlanarPolyLine__poly_line - - + + KGRotatedPolyLineSurface__rotated_poly_line_surface__name - -name + +name KGRotatedPolyLineSurface__rotated_poly_line_surface->KGRotatedPolyLineSurface__rotated_poly_line_surface__name - - + + KGRotatedPolyLineSurface__rotated_poly_line_surface__rotated_mesh_count - -rotated_mesh_count + +rotated_mesh_count KGRotatedPolyLineSurface__rotated_poly_line_surface->KGRotatedPolyLineSurface__rotated_poly_line_surface__rotated_mesh_count - - + + KGRotatedPolyLoopSpace__rotated_poly_loop_space->KGPlanarPolyLoop__poly_loop - - + + KGRotatedPolyLoopSpace__rotated_poly_loop_space__name - -name + +name KGRotatedPolyLoopSpace__rotated_poly_loop_space->KGRotatedPolyLoopSpace__rotated_poly_loop_space__name - - + + KGRotatedPolyLoopSpace__rotated_poly_loop_space__rotated_mesh_count - -rotated_mesh_count + +rotated_mesh_count KGRotatedPolyLoopSpace__rotated_poly_loop_space->KGRotatedPolyLoopSpace__rotated_poly_loop_space__rotated_mesh_count - - + + KGRotatedPolyLoopSurface__rotated_poly_loop_surface->KGPlanarPolyLoop__poly_loop - - + + KGRotatedPolyLoopSurface__rotated_poly_loop_surface__name - -name + +name KGRotatedPolyLoopSurface__rotated_poly_loop_surface->KGRotatedPolyLoopSurface__rotated_poly_loop_surface__name - - + + KGRotatedPolyLoopSurface__rotated_poly_loop_surface__rotated_mesh_count - -rotated_mesh_count + +rotated_mesh_count KGRotatedPolyLoopSurface__rotated_poly_loop_surface->KGRotatedPolyLoopSurface__rotated_poly_loop_surface__rotated_mesh_count - - + + KGWrappedSpace_KGRotatedObject___rotated_space__name - -name + +name KGWrappedSpace_KGRotatedObject___rotated_space->KGWrappedSpace_KGRotatedObject___rotated_space__name - - + + KGRotatedObject__rotated_object - -rotated_object + +rotated_object KGWrappedSpace_KGRotatedObject___rotated_space->KGRotatedObject__rotated_object - - + + KGWrappedSurface_KGRotatedObject___rotated_surface->KGRotatedObject__rotated_object - - + + KGWrappedSurface_KGRotatedObject___rotated_surface__name - -name + +name KGWrappedSurface_KGRotatedObject___rotated_surface->KGWrappedSurface_KGRotatedObject___rotated_surface__name - - + + KGShellArcSegmentSurface__shell_arc_segment_surface->KGPlanarArcSegment__arc_segment - - + + KGShellArcSegmentSurface__shell_arc_segment_surface__angle_start - -angle_start + +angle_start KGShellArcSegmentSurface__shell_arc_segment_surface->KGShellArcSegmentSurface__shell_arc_segment_surface__angle_start - - + + KGShellArcSegmentSurface__shell_arc_segment_surface__angle_stop - -angle_stop + +angle_stop KGShellArcSegmentSurface__shell_arc_segment_surface->KGShellArcSegmentSurface__shell_arc_segment_surface__angle_stop - - + + KGShellArcSegmentSurface__shell_arc_segment_surface__name - -name + +name KGShellArcSegmentSurface__shell_arc_segment_surface->KGShellArcSegmentSurface__shell_arc_segment_surface__name - - + + KGShellArcSegmentSurface__shell_arc_segment_surface__shell_mesh_count - -shell_mesh_count + +shell_mesh_count KGShellArcSegmentSurface__shell_arc_segment_surface->KGShellArcSegmentSurface__shell_arc_segment_surface__shell_mesh_count - - + + KGShellArcSegmentSurface__shell_arc_segment_surface__shell_mesh_power - -shell_mesh_power + +shell_mesh_power KGShellArcSegmentSurface__shell_arc_segment_surface->KGShellArcSegmentSurface__shell_arc_segment_surface__shell_mesh_power - - + + KGShellCircleSurface__shell_circle_surface->KGPlanarCircle__circle - - + + KGShellCircleSurface__shell_circle_surface__angle_start - -angle_start + +angle_start KGShellCircleSurface__shell_circle_surface->KGShellCircleSurface__shell_circle_surface__angle_start - - + + KGShellCircleSurface__shell_circle_surface__angle_stop - -angle_stop + +angle_stop KGShellCircleSurface__shell_circle_surface->KGShellCircleSurface__shell_circle_surface__angle_stop - - + + KGShellCircleSurface__shell_circle_surface__name - -name + +name KGShellCircleSurface__shell_circle_surface->KGShellCircleSurface__shell_circle_surface__name - - + + KGShellCircleSurface__shell_circle_surface__shell_mesh_count - -shell_mesh_count + +shell_mesh_count KGShellCircleSurface__shell_circle_surface->KGShellCircleSurface__shell_circle_surface__shell_mesh_count - - + + KGShellCircleSurface__shell_circle_surface__shell_mesh_power - -shell_mesh_power + +shell_mesh_power KGShellCircleSurface__shell_circle_surface->KGShellCircleSurface__shell_circle_surface__shell_mesh_power - - + + KGShellLineSegmentSurface__shell_line_segment_surface->KGPlanarLineSegment__line_segment - - + + KGShellLineSegmentSurface__shell_line_segment_surface__angle_start - -angle_start + +angle_start KGShellLineSegmentSurface__shell_line_segment_surface->KGShellLineSegmentSurface__shell_line_segment_surface__angle_start - - + + KGShellLineSegmentSurface__shell_line_segment_surface__angle_stop - -angle_stop + +angle_stop KGShellLineSegmentSurface__shell_line_segment_surface->KGShellLineSegmentSurface__shell_line_segment_surface__angle_stop - - + + KGShellLineSegmentSurface__shell_line_segment_surface__name - -name + +name KGShellLineSegmentSurface__shell_line_segment_surface->KGShellLineSegmentSurface__shell_line_segment_surface__name - - + + KGShellLineSegmentSurface__shell_line_segment_surface__shell_mesh_count - -shell_mesh_count + +shell_mesh_count KGShellLineSegmentSurface__shell_line_segment_surface->KGShellLineSegmentSurface__shell_line_segment_surface__shell_mesh_count - - + + KGShellLineSegmentSurface__shell_line_segment_surface__shell_mesh_power - -shell_mesh_power + +shell_mesh_power KGShellLineSegmentSurface__shell_line_segment_surface->KGShellLineSegmentSurface__shell_line_segment_surface__shell_mesh_power - - + + KGShellPolyLineSurface__shell_poly_line_surface->KGPlanarPolyLine__poly_line - - + + KGShellPolyLineSurface__shell_poly_line_surface__angle_start - -angle_start + +angle_start KGShellPolyLineSurface__shell_poly_line_surface->KGShellPolyLineSurface__shell_poly_line_surface__angle_start - - + + KGShellPolyLineSurface__shell_poly_line_surface__angle_stop - -angle_stop + +angle_stop KGShellPolyLineSurface__shell_poly_line_surface->KGShellPolyLineSurface__shell_poly_line_surface__angle_stop - - + + KGShellPolyLineSurface__shell_poly_line_surface__name - -name + +name KGShellPolyLineSurface__shell_poly_line_surface->KGShellPolyLineSurface__shell_poly_line_surface__name - - + + KGShellPolyLineSurface__shell_poly_line_surface__shell_mesh_count - -shell_mesh_count + +shell_mesh_count KGShellPolyLineSurface__shell_poly_line_surface->KGShellPolyLineSurface__shell_poly_line_surface__shell_mesh_count - - + + KGShellPolyLineSurface__shell_poly_line_surface__shell_mesh_power - -shell_mesh_power + +shell_mesh_power KGShellPolyLineSurface__shell_poly_line_surface->KGShellPolyLineSurface__shell_poly_line_surface__shell_mesh_power - - + + KGShellPolyLoopSurface__shell_poly_loop_surface->KGPlanarPolyLoop__poly_loop - - + + KGShellPolyLoopSurface__shell_poly_loop_surface__angle_start - -angle_start + +angle_start KGShellPolyLoopSurface__shell_poly_loop_surface->KGShellPolyLoopSurface__shell_poly_loop_surface__angle_start - - + + KGShellPolyLoopSurface__shell_poly_loop_surface__angle_stop - -angle_stop + +angle_stop KGShellPolyLoopSurface__shell_poly_loop_surface->KGShellPolyLoopSurface__shell_poly_loop_surface__angle_stop - - + + KGShellPolyLoopSurface__shell_poly_loop_surface__name - -name + +name KGShellPolyLoopSurface__shell_poly_loop_surface->KGShellPolyLoopSurface__shell_poly_loop_surface__name - - + + KGShellPolyLoopSurface__shell_poly_loop_surface__shell_mesh_count - -shell_mesh_count + +shell_mesh_count KGShellPolyLoopSurface__shell_poly_loop_surface->KGShellPolyLoopSurface__shell_poly_loop_surface__shell_mesh_count - - + + KGShellPolyLoopSurface__shell_poly_loop_surface__shell_mesh_power - -shell_mesh_power + +shell_mesh_power KGShellPolyLoopSurface__shell_poly_loop_surface->KGShellPolyLoopSurface__shell_poly_loop_surface__shell_mesh_power - - + + KGSpace__space->KGSpace__space - - + + KGSpace__space->KGSurface__surface - - + + KGSpace__space__name - -name + +name KGSpace__space->KGSpace__space__name - - + + KGSpace__space__node - -node + +node KGSpace__space->KGSpace__space__node - - + + KGSpace__space__tree - -tree + +tree KGSpace__space->KGSpace__space__tree - - + + KTransformation__transformation - -transformation + +transformation KGSpace__space->KTransformation__transformation - - + + KGWrappedSpace_KGStlFile___stl_file_space__name - -name + +name KGWrappedSpace_KGStlFile___stl_file_space->KGWrappedSpace_KGStlFile___stl_file_space__name - - + + KGStlFile__stl_file - -stl_file + +stl_file KGWrappedSpace_KGStlFile___stl_file_space->KGStlFile__stl_file - - + + KGWrappedSurface_KGStlFile___stl_file_surface->KGStlFile__stl_file - - + + KGWrappedSurface_KGStlFile___stl_file_surface__name - -name + +name KGWrappedSurface_KGStlFile___stl_file_surface->KGWrappedSurface_KGStlFile___stl_file_surface__name - - + + KGSurface__surface->KTransformation__transformation - - + + KGSurface__surface__name - -name + +name KGSurface__surface->KGSurface__surface__name - - + + KGSurface__surface__node - -node + +node KGSurface__surface->KGSurface__surface__node - - + + KGTorusSpace__torus_space__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGTorusSpace__torus_space->KGTorusSpace__torus_space__axial_mesh_count - - + + KGTorusSpace__torus_space__name - -name + +name KGTorusSpace__torus_space->KGTorusSpace__torus_space__name - - + + KGTorusSpace__torus_space__r - -r + +r KGTorusSpace__torus_space->KGTorusSpace__torus_space__r - - + + KGTorusSpace__torus_space__radius - -radius + +radius KGTorusSpace__torus_space->KGTorusSpace__torus_space__radius - - + + KGTorusSpace__torus_space__toroidal_mesh_count - -toroidal_mesh_count + +toroidal_mesh_count KGTorusSpace__torus_space->KGTorusSpace__torus_space__toroidal_mesh_count - - + + KGTorusSpace__torus_space__z - -z + +z KGTorusSpace__torus_space->KGTorusSpace__torus_space__z - - + + KGTorusSurface__torus_surface__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGTorusSurface__torus_surface->KGTorusSurface__torus_surface__axial_mesh_count - - + + KGTorusSurface__torus_surface__name - -name + +name KGTorusSurface__torus_surface->KGTorusSurface__torus_surface__name - - + + KGTorusSurface__torus_surface__r - -r + +r KGTorusSurface__torus_surface->KGTorusSurface__torus_surface__r - - + + KGTorusSurface__torus_surface__radius - -radius + +radius KGTorusSurface__torus_surface->KGTorusSurface__torus_surface__radius - - + + KGTorusSurface__torus_surface__toroidal_mesh_count - -toroidal_mesh_count + +toroidal_mesh_count KGTorusSurface__torus_surface->KGTorusSurface__torus_surface__toroidal_mesh_count - - + + KGTorusSurface__torus_surface__z - -z + +z KGTorusSurface__torus_surface->KGTorusSurface__torus_surface__z - - + + KGBeam__beam__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGBeam__beam->KGBeam__beam__axial_mesh_count - - + + KGBeam__beam__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGBeam__beam->KGBeam__beam__longitudinal_mesh_count - - + + KGBeamLine__end_line - -end_line + +end_line KGBeam__beam->KGBeamLine__end_line - - + + KGBeamLine__start_line - -start_line + +start_line KGBeam__beam->KGBeamLine__start_line - - + + KGBeamLine__end_line__x1 - -x1 + +x1 KGBeamLine__end_line->KGBeamLine__end_line__x1 - - + + KGBeamLine__end_line__x2 - -x2 + +x2 KGBeamLine__end_line->KGBeamLine__end_line__x2 - - + + KGBeamLine__end_line__y1 - -y1 + +y1 KGBeamLine__end_line->KGBeamLine__end_line__y1 - - + + KGBeamLine__end_line__y2 - -y2 + +y2 KGBeamLine__end_line->KGBeamLine__end_line__y2 - - + + KGBeamLine__end_line__z1 - -z1 + +z1 KGBeamLine__end_line->KGBeamLine__end_line__z1 - - + + KGBeamLine__end_line__z2 - -z2 + +z2 KGBeamLine__end_line->KGBeamLine__end_line__z2 - - + + KGBeamLine__start_line__x1 - -x1 + +x1 KGBeamLine__start_line->KGBeamLine__start_line__x1 - - + + KGBeamLine__start_line__x2 - -x2 + +x2 KGBeamLine__start_line->KGBeamLine__start_line__x2 - - + + KGBeamLine__start_line__y1 - -y1 + +y1 KGBeamLine__start_line->KGBeamLine__start_line__y1 - - + + KGBeamLine__start_line__y2 - -y2 + +y2 KGBeamLine__start_line->KGBeamLine__start_line__y2 - - + + KGBeamLine__start_line__z1 - -z1 + +z1 KGBeamLine__start_line->KGBeamLine__start_line__z1 - - + + KGBeamLine__start_line__z2 - -z2 + +z2 KGBeamLine__start_line->KGBeamLine__start_line__z2 - - + + KGCircleWire__circle_wire__diameter - -diameter + +diameter KGCircleWire__circle_wire->KGCircleWire__circle_wire__diameter - - + + KGCircleWire__circle_wire__mesh_count - -mesh_count + +mesh_count KGCircleWire__circle_wire->KGCircleWire__circle_wire__mesh_count - - + + KGCircleWire__circle_wire__radius - -radius + +radius KGCircleWire__circle_wire->KGCircleWire__circle_wire__radius - - + + KGCircularWirePins__circular_wire_pins__diameter - -diameter + +diameter KGCircularWirePins__circular_wire_pins->KGCircularWirePins__circular_wire_pins__diameter - - + + KGCircularWirePins__circular_wire_pins__inner_radius - -inner_radius + +inner_radius KGCircularWirePins__circular_wire_pins->KGCircularWirePins__circular_wire_pins__inner_radius - - + + KGCircularWirePins__circular_wire_pins__mesh_count - -mesh_count + +mesh_count KGCircularWirePins__circular_wire_pins->KGCircularWirePins__circular_wire_pins__mesh_count - - + + KGCircularWirePins__circular_wire_pins__mesh_power - -mesh_power + +mesh_power KGCircularWirePins__circular_wire_pins->KGCircularWirePins__circular_wire_pins__mesh_power - - + + KGCircularWirePins__circular_wire_pins__n_pins - -n_pins + +n_pins KGCircularWirePins__circular_wire_pins->KGCircularWirePins__circular_wire_pins__n_pins - - + + KGCircularWirePins__circular_wire_pins__outer_radius - -outer_radius + +outer_radius KGCircularWirePins__circular_wire_pins->KGCircularWirePins__circular_wire_pins__outer_radius - - + + KGCircularWirePins__circular_wire_pins__rotation_angle - -rotation_angle + +rotation_angle KGCircularWirePins__circular_wire_pins->KGCircularWirePins__circular_wire_pins__rotation_angle - - + + KGComplexAnnulus__complex_annulus__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGComplexAnnulus__complex_annulus->KGComplexAnnulus__complex_annulus__axial_mesh_count - - + + KGComplexAnnulus__complex_annulus__radial_mesh_count - -radial_mesh_count + +radial_mesh_count KGComplexAnnulus__complex_annulus->KGComplexAnnulus__complex_annulus__radial_mesh_count - - + + KGComplexAnnulus__complex_annulus__radius - -radius + +radius KGComplexAnnulus__complex_annulus->KGComplexAnnulus__complex_annulus__radius - - + + KGComplexAnnulusRing__ring - -ring + +ring KGComplexAnnulus__complex_annulus->KGComplexAnnulusRing__ring - - + + KGComplexAnnulusRing__ring__radius - -radius + +radius KGComplexAnnulusRing__ring->KGComplexAnnulusRing__ring__radius - - + + KGComplexAnnulusRing__ring__x - -x + +x KGComplexAnnulusRing__ring->KGComplexAnnulusRing__ring__x - - + + KGComplexAnnulusRing__ring__y - -y + +y KGComplexAnnulusRing__ring->KGComplexAnnulusRing__ring__y - - + + KGConicSectPortHousing__conic_section_port_housing__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGConicSectPortHousing__conic_section_port_housing->KGConicSectPortHousing__conic_section_port_housing__axial_mesh_count - - + + KGConicSectPortHousing__conic_section_port_housing__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGConicSectPortHousing__conic_section_port_housing->KGConicSectPortHousing__conic_section_port_housing__longitudinal_mesh_count - - + + KGConicSectPortHousing__conic_section_port_housing__r1 - -r1 + +r1 KGConicSectPortHousing__conic_section_port_housing->KGConicSectPortHousing__conic_section_port_housing__r1 - - + + KGConicSectPortHousing__conic_section_port_housing__r2 - -r2 + +r2 KGConicSectPortHousing__conic_section_port_housing->KGConicSectPortHousing__conic_section_port_housing__r2 - - + + KGConicSectPortHousing__conic_section_port_housing__z1 - -z1 + +z1 KGConicSectPortHousing__conic_section_port_housing->KGConicSectPortHousing__conic_section_port_housing__z1 - - + + KGConicSectPortHousing__conic_section_port_housing__z2 - -z2 + +z2 KGConicSectPortHousing__conic_section_port_housing->KGConicSectPortHousing__conic_section_port_housing__z2 - - + + KGConicSectPortHousingOrthogonalPort__orthogonal_port - -orthogonal_port + +orthogonal_port KGConicSectPortHousing__conic_section_port_housing->KGConicSectPortHousingOrthogonalPort__orthogonal_port - - + + KGConicSectPortHousingParaxialPort__paraxial_port - -paraxial_port + +paraxial_port KGConicSectPortHousing__conic_section_port_housing->KGConicSectPortHousingParaxialPort__paraxial_port - - + + KGConicSectPortHousingOrthogonalPort__orthogonal_port__box_curve_mesh_count - -box_curve_mesh_count + +box_curve_mesh_count KGConicSectPortHousingOrthogonalPort__orthogonal_port->KGConicSectPortHousingOrthogonalPort__orthogonal_port__box_curve_mesh_count - - + + KGConicSectPortHousingOrthogonalPort__orthogonal_port__box_radial_mesh_count - -box_radial_mesh_count + +box_radial_mesh_count KGConicSectPortHousingOrthogonalPort__orthogonal_port->KGConicSectPortHousingOrthogonalPort__orthogonal_port__box_radial_mesh_count - - + + KGConicSectPortHousingOrthogonalPort__orthogonal_port__cylinder_axial_mesh_count - -cylinder_axial_mesh_count + +cylinder_axial_mesh_count KGConicSectPortHousingOrthogonalPort__orthogonal_port->KGConicSectPortHousingOrthogonalPort__orthogonal_port__cylinder_axial_mesh_count - - + + KGConicSectPortHousingOrthogonalPort__orthogonal_port__cylinder_longitudinal_mesh_count - -cylinder_longitudinal_mesh_count + +cylinder_longitudinal_mesh_count KGConicSectPortHousingOrthogonalPort__orthogonal_port->KGConicSectPortHousingOrthogonalPort__orthogonal_port__cylinder_longitudinal_mesh_count - - + + KGConicSectPortHousingOrthogonalPort__orthogonal_port__radius - -radius + +radius KGConicSectPortHousingOrthogonalPort__orthogonal_port->KGConicSectPortHousingOrthogonalPort__orthogonal_port__radius - - + + KGConicSectPortHousingOrthogonalPort__orthogonal_port__x - -x + +x KGConicSectPortHousingOrthogonalPort__orthogonal_port->KGConicSectPortHousingOrthogonalPort__orthogonal_port__x - - + + KGConicSectPortHousingOrthogonalPort__orthogonal_port__y - -y + +y KGConicSectPortHousingOrthogonalPort__orthogonal_port->KGConicSectPortHousingOrthogonalPort__orthogonal_port__y - - + + KGConicSectPortHousingOrthogonalPort__orthogonal_port__z - -z + +z KGConicSectPortHousingOrthogonalPort__orthogonal_port->KGConicSectPortHousingOrthogonalPort__orthogonal_port__z - - + + KGConicSectPortHousingParaxialPort__paraxial_port__box_curve_mesh_count - -box_curve_mesh_count + +box_curve_mesh_count KGConicSectPortHousingParaxialPort__paraxial_port->KGConicSectPortHousingParaxialPort__paraxial_port__box_curve_mesh_count - - + + KGConicSectPortHousingParaxialPort__paraxial_port__box_radial_mesh_count - -box_radial_mesh_count + +box_radial_mesh_count KGConicSectPortHousingParaxialPort__paraxial_port->KGConicSectPortHousingParaxialPort__paraxial_port__box_radial_mesh_count - - + + KGConicSectPortHousingParaxialPort__paraxial_port__cylinder_axial_mesh_count - -cylinder_axial_mesh_count + +cylinder_axial_mesh_count KGConicSectPortHousingParaxialPort__paraxial_port->KGConicSectPortHousingParaxialPort__paraxial_port__cylinder_axial_mesh_count - - + + KGConicSectPortHousingParaxialPort__paraxial_port__cylinder_longitudinal_mesh_count - -cylinder_longitudinal_mesh_count + +cylinder_longitudinal_mesh_count KGConicSectPortHousingParaxialPort__paraxial_port->KGConicSectPortHousingParaxialPort__paraxial_port__cylinder_longitudinal_mesh_count - - + + KGConicSectPortHousingParaxialPort__paraxial_port__radius - -radius + +radius KGConicSectPortHousingParaxialPort__paraxial_port->KGConicSectPortHousingParaxialPort__paraxial_port__radius - - + + KGConicSectPortHousingParaxialPort__paraxial_port__x - -x + +x KGConicSectPortHousingParaxialPort__paraxial_port->KGConicSectPortHousingParaxialPort__paraxial_port__x - - + + KGConicSectPortHousingParaxialPort__paraxial_port__y - -y + +y KGConicSectPortHousingParaxialPort__paraxial_port->KGConicSectPortHousingParaxialPort__paraxial_port__y - - + + KGConicSectPortHousingParaxialPort__paraxial_port__z - -z + +z KGConicSectPortHousingParaxialPort__paraxial_port->KGConicSectPortHousingParaxialPort__paraxial_port__z - - + + KGConicalWireArray__conical_wire_array__diameter - -diameter + +diameter KGConicalWireArray__conical_wire_array->KGConicalWireArray__conical_wire_array__diameter - - + + KGConicalWireArray__conical_wire_array__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGConicalWireArray__conical_wire_array->KGConicalWireArray__conical_wire_array__longitudinal_mesh_count - - + + KGConicalWireArray__conical_wire_array__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGConicalWireArray__conical_wire_array->KGConicalWireArray__conical_wire_array__longitudinal_mesh_power - - + + KGConicalWireArray__conical_wire_array__radius1 - -radius1 + +radius1 KGConicalWireArray__conical_wire_array->KGConicalWireArray__conical_wire_array__radius1 - - + + KGConicalWireArray__conical_wire_array__radius2 - -radius2 + +radius2 KGConicalWireArray__conical_wire_array->KGConicalWireArray__conical_wire_array__radius2 - - + + KGConicalWireArray__conical_wire_array__theta_start - -theta_start + +theta_start KGConicalWireArray__conical_wire_array->KGConicalWireArray__conical_wire_array__theta_start - - + + KGConicalWireArray__conical_wire_array__wire_count - -wire_count + +wire_count KGConicalWireArray__conical_wire_array->KGConicalWireArray__conical_wire_array__wire_count - - + + KGConicalWireArray__conical_wire_array__z1 - -z1 + +z1 KGConicalWireArray__conical_wire_array->KGConicalWireArray__conical_wire_array__z1 - - + + KGConicalWireArray__conical_wire_array__z2 - -z2 + +z2 KGConicalWireArray__conical_wire_array->KGConicalWireArray__conical_wire_array__z2 - - + + KGPlanarArcSegment__arc_segment__arc_mesh_count - -arc_mesh_count + +arc_mesh_count KGPlanarArcSegment__arc_segment->KGPlanarArcSegment__arc_segment__arc_mesh_count - - + + KGPlanarArcSegment__arc_segment__radius - -radius + +radius KGPlanarArcSegment__arc_segment->KGPlanarArcSegment__arc_segment__radius - - + + KGPlanarArcSegment__arc_segment__right - -right + +right KGPlanarArcSegment__arc_segment->KGPlanarArcSegment__arc_segment__right - - + + KGPlanarArcSegment__arc_segment__short - -short + +short KGPlanarArcSegment__arc_segment->KGPlanarArcSegment__arc_segment__short - - + + KGPlanarArcSegment__arc_segment__x1 - -x1 + +x1 KGPlanarArcSegment__arc_segment->KGPlanarArcSegment__arc_segment__x1 - - + + KGPlanarArcSegment__arc_segment__x2 - -x2 + +x2 KGPlanarArcSegment__arc_segment->KGPlanarArcSegment__arc_segment__x2 - - + + KGPlanarArcSegment__arc_segment__y1 - -y1 + +y1 KGPlanarArcSegment__arc_segment->KGPlanarArcSegment__arc_segment__y1 - - + + KGPlanarArcSegment__arc_segment__y2 - -y2 + +y2 KGPlanarArcSegment__arc_segment->KGPlanarArcSegment__arc_segment__y2 - - + + KGPlanarCircle__circle__circle_mesh_count - -circle_mesh_count + +circle_mesh_count KGPlanarCircle__circle->KGPlanarCircle__circle__circle_mesh_count - - + + KGPlanarCircle__circle__radius - -radius + +radius KGPlanarCircle__circle->KGPlanarCircle__circle__radius - - + + KGPlanarCircle__circle__x - -x + +x KGPlanarCircle__circle->KGPlanarCircle__circle__x - - + + KGPlanarCircle__circle__y - -y + +y KGPlanarCircle__circle->KGPlanarCircle__circle__y - - + + KGPlanarLineSegment__line_segment__line_mesh_count - -line_mesh_count + +line_mesh_count KGPlanarLineSegment__line_segment->KGPlanarLineSegment__line_segment__line_mesh_count - - + + KGPlanarLineSegment__line_segment__line_mesh_power - -line_mesh_power + +line_mesh_power KGPlanarLineSegment__line_segment->KGPlanarLineSegment__line_segment__line_mesh_power - - + + KGPlanarLineSegment__line_segment__x1 - -x1 + +x1 KGPlanarLineSegment__line_segment->KGPlanarLineSegment__line_segment__x1 - - + + KGPlanarLineSegment__line_segment__x2 - -x2 + +x2 KGPlanarLineSegment__line_segment->KGPlanarLineSegment__line_segment__x2 - - + + KGPlanarLineSegment__line_segment__y1 - -y1 + +y1 KGPlanarLineSegment__line_segment->KGPlanarLineSegment__line_segment__y1 - - + + KGPlanarLineSegment__line_segment__y2 - -y2 + +y2 KGPlanarLineSegment__line_segment->KGPlanarLineSegment__line_segment__y2 - - + + KGPlanarPolyLineArcArguments__next_arc - -next_arc + +next_arc KGPlanarPolyLine__poly_line->KGPlanarPolyLineArcArguments__next_arc - - + + KGPlanarPolyLineLineArguments__next_line - -next_line + +next_line KGPlanarPolyLine__poly_line->KGPlanarPolyLineLineArguments__next_line - - + + KGPlanarPolyLineArcArguments__previous_arc - -previous_arc + +previous_arc KGPlanarPolyLine__poly_line->KGPlanarPolyLineArcArguments__previous_arc - - + + KGPlanarPolyLineLineArguments__previous_line - -previous_line + +previous_line KGPlanarPolyLine__poly_line->KGPlanarPolyLineLineArguments__previous_line - - + + KGPlanarPolyLineStartPointArguments__start_point - -start_point + +start_point KGPlanarPolyLine__poly_line->KGPlanarPolyLineStartPointArguments__start_point - - + + KGPlanarPolyLineArcArguments__next_arc__arc_mesh_count - -arc_mesh_count + +arc_mesh_count KGPlanarPolyLineArcArguments__next_arc->KGPlanarPolyLineArcArguments__next_arc__arc_mesh_count - - + + KGPlanarPolyLineArcArguments__next_arc__radius - -radius + +radius KGPlanarPolyLineArcArguments__next_arc->KGPlanarPolyLineArcArguments__next_arc__radius - - + + KGPlanarPolyLineArcArguments__next_arc__right - -right + +right KGPlanarPolyLineArcArguments__next_arc->KGPlanarPolyLineArcArguments__next_arc__right - - + + KGPlanarPolyLineArcArguments__next_arc__short - -short + +short KGPlanarPolyLineArcArguments__next_arc->KGPlanarPolyLineArcArguments__next_arc__short - - + + KGPlanarPolyLineArcArguments__next_arc__x - -x + +x KGPlanarPolyLineArcArguments__next_arc->KGPlanarPolyLineArcArguments__next_arc__x - - + + KGPlanarPolyLineArcArguments__next_arc__y - -y + +y KGPlanarPolyLineArcArguments__next_arc->KGPlanarPolyLineArcArguments__next_arc__y - - + + KGPlanarPolyLineLineArguments__next_line__line_mesh_count - -line_mesh_count + +line_mesh_count KGPlanarPolyLineLineArguments__next_line->KGPlanarPolyLineLineArguments__next_line__line_mesh_count - - + + KGPlanarPolyLineLineArguments__next_line__line_mesh_power - -line_mesh_power + +line_mesh_power KGPlanarPolyLineLineArguments__next_line->KGPlanarPolyLineLineArguments__next_line__line_mesh_power - - + + KGPlanarPolyLineLineArguments__next_line__x - -x + +x KGPlanarPolyLineLineArguments__next_line->KGPlanarPolyLineLineArguments__next_line__x - - + + KGPlanarPolyLineLineArguments__next_line__y - -y + +y KGPlanarPolyLineLineArguments__next_line->KGPlanarPolyLineLineArguments__next_line__y - - + + KGPlanarPolyLineArcArguments__previous_arc__arc_mesh_count - -arc_mesh_count + +arc_mesh_count KGPlanarPolyLineArcArguments__previous_arc->KGPlanarPolyLineArcArguments__previous_arc__arc_mesh_count - - + + KGPlanarPolyLineArcArguments__previous_arc__radius - -radius + +radius KGPlanarPolyLineArcArguments__previous_arc->KGPlanarPolyLineArcArguments__previous_arc__radius - - + + KGPlanarPolyLineArcArguments__previous_arc__right - -right + +right KGPlanarPolyLineArcArguments__previous_arc->KGPlanarPolyLineArcArguments__previous_arc__right - - + + KGPlanarPolyLineArcArguments__previous_arc__short - -short + +short KGPlanarPolyLineArcArguments__previous_arc->KGPlanarPolyLineArcArguments__previous_arc__short - - + + KGPlanarPolyLineArcArguments__previous_arc__x - -x + +x KGPlanarPolyLineArcArguments__previous_arc->KGPlanarPolyLineArcArguments__previous_arc__x - - + + KGPlanarPolyLineArcArguments__previous_arc__y - -y + +y KGPlanarPolyLineArcArguments__previous_arc->KGPlanarPolyLineArcArguments__previous_arc__y - - + + KGPlanarPolyLineLineArguments__previous_line__line_mesh_count - -line_mesh_count + +line_mesh_count KGPlanarPolyLineLineArguments__previous_line->KGPlanarPolyLineLineArguments__previous_line__line_mesh_count - - + + KGPlanarPolyLineLineArguments__previous_line__line_mesh_power - -line_mesh_power + +line_mesh_power KGPlanarPolyLineLineArguments__previous_line->KGPlanarPolyLineLineArguments__previous_line__line_mesh_power - - + + KGPlanarPolyLineLineArguments__previous_line__x - -x + +x KGPlanarPolyLineLineArguments__previous_line->KGPlanarPolyLineLineArguments__previous_line__x - - + + KGPlanarPolyLineLineArguments__previous_line__y - -y + +y KGPlanarPolyLineLineArguments__previous_line->KGPlanarPolyLineLineArguments__previous_line__y - - + + KGPlanarPolyLineStartPointArguments__start_point__x - -x + +x KGPlanarPolyLineStartPointArguments__start_point->KGPlanarPolyLineStartPointArguments__start_point__x - - + + KGPlanarPolyLineStartPointArguments__start_point__y - -y + +y KGPlanarPolyLineStartPointArguments__start_point->KGPlanarPolyLineStartPointArguments__start_point__y - - + + KGPlanarPolyLoopLastArcArguments__last_arc - -last_arc + +last_arc KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopLastArcArguments__last_arc - - + + KGPlanarPolyLoopLastLineArguments__last_line - -last_line + +last_line KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopLastLineArguments__last_line - - + + KGPlanarPolyLoopArcArguments__next_arc - -next_arc + +next_arc KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopArcArguments__next_arc - - + + KGPlanarPolyLoopLineArguments__next_line - -next_line + +next_line KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopLineArguments__next_line - - + + KGPlanarPolyLoopArcArguments__previous_arc - -previous_arc + +previous_arc KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopArcArguments__previous_arc - - + + KGPlanarPolyLoopLineArguments__previous_line - -previous_line + +previous_line KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopLineArguments__previous_line - - + + KGPlanarPolyLoopStartPointArguments__start_point - -start_point + +start_point KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopStartPointArguments__start_point - - + + KGPlanarPolyLoopLastArcArguments__last_arc__arc_mesh_count - -arc_mesh_count + +arc_mesh_count KGPlanarPolyLoopLastArcArguments__last_arc->KGPlanarPolyLoopLastArcArguments__last_arc__arc_mesh_count - - + + KGPlanarPolyLoopLastArcArguments__last_arc__radius - -radius + +radius KGPlanarPolyLoopLastArcArguments__last_arc->KGPlanarPolyLoopLastArcArguments__last_arc__radius - - + + KGPlanarPolyLoopLastArcArguments__last_arc__right - -right + +right KGPlanarPolyLoopLastArcArguments__last_arc->KGPlanarPolyLoopLastArcArguments__last_arc__right - - + + KGPlanarPolyLoopLastArcArguments__last_arc__short - -short + +short KGPlanarPolyLoopLastArcArguments__last_arc->KGPlanarPolyLoopLastArcArguments__last_arc__short - - + + KGPlanarPolyLoopLastLineArguments__last_line__line_mesh_count - -line_mesh_count + +line_mesh_count KGPlanarPolyLoopLastLineArguments__last_line->KGPlanarPolyLoopLastLineArguments__last_line__line_mesh_count - - + + KGPlanarPolyLoopLastLineArguments__last_line__line_mesh_power - -line_mesh_power + +line_mesh_power KGPlanarPolyLoopLastLineArguments__last_line->KGPlanarPolyLoopLastLineArguments__last_line__line_mesh_power - - + + KGPlanarPolyLoopArcArguments__next_arc__arc_mesh_count - -arc_mesh_count + +arc_mesh_count KGPlanarPolyLoopArcArguments__next_arc->KGPlanarPolyLoopArcArguments__next_arc__arc_mesh_count - - + + KGPlanarPolyLoopArcArguments__next_arc__radius - -radius + +radius KGPlanarPolyLoopArcArguments__next_arc->KGPlanarPolyLoopArcArguments__next_arc__radius - - + + KGPlanarPolyLoopArcArguments__next_arc__right - -right + +right KGPlanarPolyLoopArcArguments__next_arc->KGPlanarPolyLoopArcArguments__next_arc__right - - + + KGPlanarPolyLoopArcArguments__next_arc__short - -short + +short KGPlanarPolyLoopArcArguments__next_arc->KGPlanarPolyLoopArcArguments__next_arc__short - - + + KGPlanarPolyLoopArcArguments__next_arc__x - -x + +x KGPlanarPolyLoopArcArguments__next_arc->KGPlanarPolyLoopArcArguments__next_arc__x - - + + KGPlanarPolyLoopArcArguments__next_arc__y - -y + +y KGPlanarPolyLoopArcArguments__next_arc->KGPlanarPolyLoopArcArguments__next_arc__y - - + + KGPlanarPolyLoopLineArguments__next_line__line_mesh_count - -line_mesh_count + +line_mesh_count KGPlanarPolyLoopLineArguments__next_line->KGPlanarPolyLoopLineArguments__next_line__line_mesh_count - - + + KGPlanarPolyLoopLineArguments__next_line__line_mesh_power - -line_mesh_power + +line_mesh_power KGPlanarPolyLoopLineArguments__next_line->KGPlanarPolyLoopLineArguments__next_line__line_mesh_power - - + + KGPlanarPolyLoopLineArguments__next_line__x - -x + +x KGPlanarPolyLoopLineArguments__next_line->KGPlanarPolyLoopLineArguments__next_line__x - - + + KGPlanarPolyLoopLineArguments__next_line__y - -y + +y KGPlanarPolyLoopLineArguments__next_line->KGPlanarPolyLoopLineArguments__next_line__y - - + + KGPlanarPolyLoopArcArguments__previous_arc__arc_mesh_count - -arc_mesh_count + +arc_mesh_count KGPlanarPolyLoopArcArguments__previous_arc->KGPlanarPolyLoopArcArguments__previous_arc__arc_mesh_count - - + + KGPlanarPolyLoopArcArguments__previous_arc__radius - -radius + +radius KGPlanarPolyLoopArcArguments__previous_arc->KGPlanarPolyLoopArcArguments__previous_arc__radius - - + + KGPlanarPolyLoopArcArguments__previous_arc__right - -right + +right KGPlanarPolyLoopArcArguments__previous_arc->KGPlanarPolyLoopArcArguments__previous_arc__right - - + + KGPlanarPolyLoopArcArguments__previous_arc__short - -short + +short KGPlanarPolyLoopArcArguments__previous_arc->KGPlanarPolyLoopArcArguments__previous_arc__short - - + + KGPlanarPolyLoopArcArguments__previous_arc__x - -x + +x KGPlanarPolyLoopArcArguments__previous_arc->KGPlanarPolyLoopArcArguments__previous_arc__x - - + + KGPlanarPolyLoopArcArguments__previous_arc__y - -y + +y KGPlanarPolyLoopArcArguments__previous_arc->KGPlanarPolyLoopArcArguments__previous_arc__y - - + + KGPlanarPolyLoopLineArguments__previous_line__line_mesh_count - -line_mesh_count + +line_mesh_count KGPlanarPolyLoopLineArguments__previous_line->KGPlanarPolyLoopLineArguments__previous_line__line_mesh_count - - + + KGPlanarPolyLoopLineArguments__previous_line__line_mesh_power - -line_mesh_power + +line_mesh_power KGPlanarPolyLoopLineArguments__previous_line->KGPlanarPolyLoopLineArguments__previous_line__line_mesh_power - - + + KGPlanarPolyLoopLineArguments__previous_line__x - -x + +x KGPlanarPolyLoopLineArguments__previous_line->KGPlanarPolyLoopLineArguments__previous_line__x - - + + KGPlanarPolyLoopLineArguments__previous_line__y - -y + +y KGPlanarPolyLoopLineArguments__previous_line->KGPlanarPolyLoopLineArguments__previous_line__y - - + + KGPlanarPolyLoopStartPointArguments__start_point__x - -x + +x KGPlanarPolyLoopStartPointArguments__start_point->KGPlanarPolyLoopStartPointArguments__start_point__x - - + + KGPlanarPolyLoopStartPointArguments__start_point__y - -y + +y KGPlanarPolyLoopStartPointArguments__start_point->KGPlanarPolyLoopStartPointArguments__start_point__y - - + + KGExtrudedObject__extruded_object__closed_form - -closed_form + +closed_form KGExtrudedObject__extruded_object->KGExtrudedObject__extruded_object__closed_form - - + + KGExtrudedObject__extruded_object__extruded_mesh_count - -extruded_mesh_count + +extruded_mesh_count KGExtrudedObject__extruded_object->KGExtrudedObject__extruded_object__extruded_mesh_count - - + + KGExtrudedObject__extruded_object__extruded_mesh_power - -extruded_mesh_power + +extruded_mesh_power KGExtrudedObject__extruded_object->KGExtrudedObject__extruded_object__extruded_mesh_power - - + + KGExtrudedObject__extruded_object__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGExtrudedObject__extruded_object->KGExtrudedObject__extruded_object__longitudinal_mesh_count - - + + KGExtrudedObject__extruded_object__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGExtrudedObject__extruded_object->KGExtrudedObject__extruded_object__longitudinal_mesh_power - - + + KGExtrudedObject__extruded_object__mesh_merge_distance - -mesh_merge_distance + +mesh_merge_distance KGExtrudedObject__extruded_object->KGExtrudedObject__extruded_object__mesh_merge_distance - - + + KGExtrudedObject__extruded_object__refine_mesh - -refine_mesh + +refine_mesh KGExtrudedObject__extruded_object->KGExtrudedObject__extruded_object__refine_mesh - - + + KGExtrudedObject__extruded_object__z_max - -z_max + +z_max KGExtrudedObject__extruded_object->KGExtrudedObject__extruded_object__z_max - - + + KGExtrudedObject__extruded_object__z_min - -z_min + +z_min KGExtrudedObject__extruded_object->KGExtrudedObject__extruded_object__z_min - - + + KGExtrudedObjectArc__inner_arc - -inner_arc + +inner_arc KGExtrudedObject__extruded_object->KGExtrudedObjectArc__inner_arc - - + + KGExtrudedObjectLine__inner_line - -inner_line + +inner_line KGExtrudedObject__extruded_object->KGExtrudedObjectLine__inner_line - - + + KGExtrudedObjectArc__outer_arc - -outer_arc + +outer_arc KGExtrudedObject__extruded_object->KGExtrudedObjectArc__outer_arc - - + + KGExtrudedObjectLine__outer_line - -outer_line + +outer_line KGExtrudedObject__extruded_object->KGExtrudedObjectLine__outer_line - - + + KGExtrudedObjectArc__inner_arc__positive_orientation - -positive_orientation + +positive_orientation KGExtrudedObjectArc__inner_arc->KGExtrudedObjectArc__inner_arc__positive_orientation - - + + KGExtrudedObjectArc__inner_arc__radius - -radius + +radius KGExtrudedObjectArc__inner_arc->KGExtrudedObjectArc__inner_arc__radius - - + + KGExtrudedObjectArc__inner_arc__x1 - -x1 + +x1 KGExtrudedObjectArc__inner_arc->KGExtrudedObjectArc__inner_arc__x1 - - + + KGExtrudedObjectArc__inner_arc__x2 - -x2 + +x2 KGExtrudedObjectArc__inner_arc->KGExtrudedObjectArc__inner_arc__x2 - - + + KGExtrudedObjectArc__inner_arc__y1 - -y1 + +y1 KGExtrudedObjectArc__inner_arc->KGExtrudedObjectArc__inner_arc__y1 - - + + KGExtrudedObjectArc__inner_arc__y2 - -y2 + +y2 KGExtrudedObjectArc__inner_arc->KGExtrudedObjectArc__inner_arc__y2 - - + + KGExtrudedObjectLine__inner_line__x1 - -x1 + +x1 KGExtrudedObjectLine__inner_line->KGExtrudedObjectLine__inner_line__x1 - - + + KGExtrudedObjectLine__inner_line__x2 - -x2 + +x2 KGExtrudedObjectLine__inner_line->KGExtrudedObjectLine__inner_line__x2 - - + + KGExtrudedObjectLine__inner_line__y1 - -y1 + +y1 KGExtrudedObjectLine__inner_line->KGExtrudedObjectLine__inner_line__y1 - - + + KGExtrudedObjectLine__inner_line__y2 - -y2 + +y2 KGExtrudedObjectLine__inner_line->KGExtrudedObjectLine__inner_line__y2 - - + + KGExtrudedObjectArc__outer_arc__positive_orientation - -positive_orientation + +positive_orientation KGExtrudedObjectArc__outer_arc->KGExtrudedObjectArc__outer_arc__positive_orientation - - + + KGExtrudedObjectArc__outer_arc__radius - -radius + +radius KGExtrudedObjectArc__outer_arc->KGExtrudedObjectArc__outer_arc__radius - - + + KGExtrudedObjectArc__outer_arc__x1 - -x1 + +x1 KGExtrudedObjectArc__outer_arc->KGExtrudedObjectArc__outer_arc__x1 - - + + KGExtrudedObjectArc__outer_arc__x2 - -x2 + +x2 KGExtrudedObjectArc__outer_arc->KGExtrudedObjectArc__outer_arc__x2 - - + + KGExtrudedObjectArc__outer_arc__y1 - -y1 + +y1 KGExtrudedObjectArc__outer_arc->KGExtrudedObjectArc__outer_arc__y1 - - + + KGExtrudedObjectArc__outer_arc__y2 - -y2 + +y2 KGExtrudedObjectArc__outer_arc->KGExtrudedObjectArc__outer_arc__y2 - - + + KGExtrudedObjectLine__outer_line__x1 - -x1 + +x1 KGExtrudedObjectLine__outer_line->KGExtrudedObjectLine__outer_line__x1 - - + + KGExtrudedObjectLine__outer_line__x2 - -x2 + +x2 KGExtrudedObjectLine__outer_line->KGExtrudedObjectLine__outer_line__x2 - - + + KGExtrudedObjectLine__outer_line__y1 - -y1 + +y1 KGExtrudedObjectLine__outer_line->KGExtrudedObjectLine__outer_line__y1 - - + + KGExtrudedObjectLine__outer_line__y2 - -y2 + +y2 KGExtrudedObjectLine__outer_line->KGExtrudedObjectLine__outer_line__y2 - - + + KGLinearWireGrid__linear_wire_grid__add_outer_circle - -add_outer_circle + +add_outer_circle KGLinearWireGrid__linear_wire_grid->KGLinearWireGrid__linear_wire_grid__add_outer_circle - - + + KGLinearWireGrid__linear_wire_grid__diameter - -diameter + +diameter KGLinearWireGrid__linear_wire_grid->KGLinearWireGrid__linear_wire_grid__diameter - - + + KGLinearWireGrid__linear_wire_grid__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGLinearWireGrid__linear_wire_grid->KGLinearWireGrid__linear_wire_grid__longitudinal_mesh_count - - + + KGLinearWireGrid__linear_wire_grid__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGLinearWireGrid__linear_wire_grid->KGLinearWireGrid__linear_wire_grid__longitudinal_mesh_power - - + + KGLinearWireGrid__linear_wire_grid__pitch - -pitch + +pitch KGLinearWireGrid__linear_wire_grid->KGLinearWireGrid__linear_wire_grid__pitch - - + + KGLinearWireGrid__linear_wire_grid__radius - -radius + +radius KGLinearWireGrid__linear_wire_grid->KGLinearWireGrid__linear_wire_grid__radius - - + + KGPlyFile__ply_file__file - -file + +file KGPlyFile__ply_file->KGPlyFile__ply_file__file - - + + KGPlyFile__ply_file__mesh_count - -mesh_count + +mesh_count KGPlyFile__ply_file->KGPlyFile__ply_file__mesh_count - - + + KGPlyFile__ply_file__path - -path + +path KGPlyFile__ply_file->KGPlyFile__ply_file__path - - + + KGPlyFile__ply_file__scale - -scale + +scale KGPlyFile__ply_file->KGPlyFile__ply_file__scale - - + + KGPlyFile__ply_file__selector - -selector + +selector KGPlyFile__ply_file->KGPlyFile__ply_file__selector - - + + KGPortHousing__port_housing__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGPortHousing__port_housing->KGPortHousing__port_housing__axial_mesh_count - - + + KGPortHousing__port_housing__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGPortHousing__port_housing->KGPortHousing__port_housing__longitudinal_mesh_count - - + + KGPortHousing__port_housing__radius - -radius + +radius KGPortHousing__port_housing->KGPortHousing__port_housing__radius - - + + KGPortHousing__port_housing__x1 - -x1 + +x1 KGPortHousing__port_housing->KGPortHousing__port_housing__x1 - - + + KGPortHousing__port_housing__x2 - -x2 + +x2 KGPortHousing__port_housing->KGPortHousing__port_housing__x2 - - + + KGPortHousing__port_housing__y1 - -y1 + +y1 KGPortHousing__port_housing->KGPortHousing__port_housing__y1 - - + + KGPortHousing__port_housing__y2 - -y2 + +y2 KGPortHousing__port_housing->KGPortHousing__port_housing__y2 - - + + KGPortHousing__port_housing__z1 - -z1 + +z1 KGPortHousing__port_housing->KGPortHousing__port_housing__z1 - - + + KGPortHousing__port_housing__z2 - -z2 + +z2 KGPortHousing__port_housing->KGPortHousing__port_housing__z2 - - + + KGPortHousingCircularPort__circular_port - -circular_port + +circular_port KGPortHousing__port_housing->KGPortHousingCircularPort__circular_port - - + + KGPortHousingRectangularPort__rectangular_port - -rectangular_port + +rectangular_port KGPortHousing__port_housing->KGPortHousingRectangularPort__rectangular_port - - + + KGPortHousingCircularPort__circular_port__radius - -radius + +radius KGPortHousingCircularPort__circular_port->KGPortHousingCircularPort__circular_port__radius - - + + KGPortHousingCircularPort__circular_port__x - -x + +x KGPortHousingCircularPort__circular_port->KGPortHousingCircularPort__circular_port__x - - + + KGPortHousingCircularPort__circular_port__y - -y + +y KGPortHousingCircularPort__circular_port->KGPortHousingCircularPort__circular_port__y - - + + KGPortHousingCircularPort__circular_port__z - -z + +z KGPortHousingCircularPort__circular_port->KGPortHousingCircularPort__circular_port__z - - + + KGPortHousingRectangularPort__rectangular_port__length - -length + +length KGPortHousingRectangularPort__rectangular_port->KGPortHousingRectangularPort__rectangular_port__length - - + + KGPortHousingRectangularPort__rectangular_port__width - -width + +width KGPortHousingRectangularPort__rectangular_port->KGPortHousingRectangularPort__rectangular_port__width - - + + KGPortHousingRectangularPort__rectangular_port__x - -x + +x KGPortHousingRectangularPort__rectangular_port->KGPortHousingRectangularPort__rectangular_port__x - - + + KGPortHousingRectangularPort__rectangular_port__y - -y + +y KGPortHousingRectangularPort__rectangular_port->KGPortHousingRectangularPort__rectangular_port__y - - + + KGPortHousingRectangularPort__rectangular_port__z - -z + +z KGPortHousingRectangularPort__rectangular_port->KGPortHousingRectangularPort__rectangular_port__z - - + + KGQuadraticWireGrid__quadratic_wire_grid__add_outer_circle - -add_outer_circle + +add_outer_circle KGQuadraticWireGrid__quadratic_wire_grid->KGQuadraticWireGrid__quadratic_wire_grid__add_outer_circle - - + + KGQuadraticWireGrid__quadratic_wire_grid__diameter - -diameter + +diameter KGQuadraticWireGrid__quadratic_wire_grid->KGQuadraticWireGrid__quadratic_wire_grid__diameter - - + + KGQuadraticWireGrid__quadratic_wire_grid__mesh_count_per_pitch - -mesh_count_per_pitch + +mesh_count_per_pitch KGQuadraticWireGrid__quadratic_wire_grid->KGQuadraticWireGrid__quadratic_wire_grid__mesh_count_per_pitch - - + + KGQuadraticWireGrid__quadratic_wire_grid__pitch - -pitch + +pitch KGQuadraticWireGrid__quadratic_wire_grid->KGQuadraticWireGrid__quadratic_wire_grid__pitch - - + + KGQuadraticWireGrid__quadratic_wire_grid__radius - -radius + +radius KGQuadraticWireGrid__quadratic_wire_grid->KGQuadraticWireGrid__quadratic_wire_grid__radius - - + + KGRod__rod__axial_mesh_count - -axial_mesh_count + +axial_mesh_count KGRod__rod->KGRod__rod__axial_mesh_count - - + + KGRod__rod__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGRod__rod->KGRod__rod__longitudinal_mesh_count - - + + KGRod__rod__name - -name + +name KGRod__rod->KGRod__rod__name - - + + KGRod__rod__radius - -radius + +radius KGRod__rod->KGRod__rod__radius - - + + KGRodVertex__vertex - -vertex + +vertex KGRod__rod->KGRodVertex__vertex - - + + KGRodVertex__vertex__x - -x + +x KGRodVertex__vertex->KGRodVertex__vertex__x - - + + KGRodVertex__vertex__y - -y + +y KGRodVertex__vertex->KGRodVertex__vertex__y - - + + KGRodVertex__vertex__z - -z + +z KGRodVertex__vertex->KGRodVertex__vertex__z - - + + KGRotatedObject__rotated_object__longitudinal_mesh_count - -longitudinal_mesh_count + +longitudinal_mesh_count KGRotatedObject__rotated_object->KGRotatedObject__rotated_object__longitudinal_mesh_count - - + + KGRotatedObject__rotated_object__longitudinal_mesh_count_end - -longitudinal_mesh_count_end + +longitudinal_mesh_count_end KGRotatedObject__rotated_object->KGRotatedObject__rotated_object__longitudinal_mesh_count_end - - + + KGRotatedObject__rotated_object__longitudinal_mesh_count_start - -longitudinal_mesh_count_start + +longitudinal_mesh_count_start KGRotatedObject__rotated_object->KGRotatedObject__rotated_object__longitudinal_mesh_count_start - - + + KGRotatedObject__rotated_object__longitudinal_mesh_power - -longitudinal_mesh_power + +longitudinal_mesh_power KGRotatedObject__rotated_object->KGRotatedObject__rotated_object__longitudinal_mesh_power - - + + KGRotatedObjectArc__arc - -arc + +arc KGRotatedObject__rotated_object->KGRotatedObjectArc__arc - - + + KGRotatedObjectLine__line - -line + +line KGRotatedObject__rotated_object->KGRotatedObjectLine__line - - + + KGRotatedObjectArc__arc__positive_orientation - -positive_orientation + +positive_orientation KGRotatedObjectArc__arc->KGRotatedObjectArc__arc__positive_orientation - - + + KGRotatedObjectArc__arc__r1 - -r1 + +r1 KGRotatedObjectArc__arc->KGRotatedObjectArc__arc__r1 - - + + KGRotatedObjectArc__arc__r2 - -r2 + +r2 KGRotatedObjectArc__arc->KGRotatedObjectArc__arc__r2 - - + + KGRotatedObjectArc__arc__radius - -radius + +radius KGRotatedObjectArc__arc->KGRotatedObjectArc__arc__radius - - + + KGRotatedObjectArc__arc__z1 - -z1 + +z1 KGRotatedObjectArc__arc->KGRotatedObjectArc__arc__z1 - - + + KGRotatedObjectArc__arc__z2 - -z2 + +z2 KGRotatedObjectArc__arc->KGRotatedObjectArc__arc__z2 - - + + KGRotatedObjectLine__line__r1 - -r1 + +r1 KGRotatedObjectLine__line->KGRotatedObjectLine__line__r1 - - + + KGRotatedObjectLine__line__r2 - -r2 + +r2 KGRotatedObjectLine__line->KGRotatedObjectLine__line__r2 - - + + KGRotatedObjectLine__line__z1 - -z1 + +z1 KGRotatedObjectLine__line->KGRotatedObjectLine__line__z1 - - + + KGRotatedObjectLine__line__z2 - -z2 + +z2 KGRotatedObjectLine__line->KGRotatedObjectLine__line__z2 - - + + KTransformation__transformation__d - -d + +d KTransformation__transformation->KTransformation__transformation__d - - + + KTransformation__transformation__displacement - -displacement + +displacement KTransformation__transformation->KTransformation__transformation__displacement - - + + KTransformation__transformation__r_aa - -r_aa + +r_aa KTransformation__transformation->KTransformation__transformation__r_aa - - + + KTransformation__transformation__r_eu - -r_eu + +r_eu KTransformation__transformation->KTransformation__transformation__r_eu - - + + KTransformation__transformation__rotation_axis_angle - -rotation_axis_angle + +rotation_axis_angle KTransformation__transformation->KTransformation__transformation__rotation_axis_angle - - + + KTransformation__transformation__rotation_euler - -rotation_euler + +rotation_euler KTransformation__transformation->KTransformation__transformation__rotation_euler - - + + KGStlFile__stl_file__file - -file + +file KGStlFile__stl_file->KGStlFile__stl_file__file - - + + KGStlFile__stl_file__mesh_count - -mesh_count + +mesh_count KGStlFile__stl_file->KGStlFile__stl_file__mesh_count - - + + KGStlFile__stl_file__path - -path + +path KGStlFile__stl_file->KGStlFile__stl_file__path - - + + KGStlFile__stl_file__scale - -scale + +scale KGStlFile__stl_file->KGStlFile__stl_file__scale - - + + KGStlFile__stl_file__selector - -selector + +selector KGStlFile__stl_file->KGStlFile__stl_file__selector - - + + KGGeometryPrinter__geometry_printer - -geometry_printer + +geometry_printer KGGeometryPrinter__geometry_printer__file - -file + +file KGGeometryPrinter__geometry_printer->KGGeometryPrinter__geometry_printer__file - - + + KGGeometryPrinter__geometry_printer__name - -name + +name KGGeometryPrinter__geometry_printer->KGGeometryPrinter__geometry_printer__name - - + + KGGeometryPrinter__geometry_printer__path - -path + +path KGGeometryPrinter__geometry_printer->KGGeometryPrinter__geometry_printer__path - - + + KGGeometryPrinter__geometry_printer__spaces - -spaces + +spaces KGGeometryPrinter__geometry_printer->KGGeometryPrinter__geometry_printer__spaces - - + + KGGeometryPrinter__geometry_printer__surfaces - -surfaces + +surfaces KGGeometryPrinter__geometry_printer->KGGeometryPrinter__geometry_printer__surfaces - - + + KGGeometryPrinter__geometry_printer__write_json - -write_json + +write_json KGGeometryPrinter__geometry_printer->KGGeometryPrinter__geometry_printer__write_json - - + + KGGeometryPrinter__geometry_printer__write_xml - -write_xml + +write_xml KGGeometryPrinter__geometry_printer->KGGeometryPrinter__geometry_printer__write_xml - - + + diff --git a/Documentation/Bindings/bindings_Kassiopeia.svg b/Documentation/Bindings/bindings_Kassiopeia.svg index c93db31a5..c892d2bc0 100644 --- a/Documentation/Bindings/bindings_Kassiopeia.svg +++ b/Documentation/Bindings/bindings_Kassiopeia.svg @@ -1,25849 +1,25850 @@ - - - + + - +%3 + cluster_KSRoot - -KSRoot + +KSRoot cluster_KESSElasticElsepa - -KESSElasticElsepa + +KESSElasticElsepa cluster_KESSInelasticBetheFano - -KESSInelasticBetheFano + +KESSInelasticBetheFano cluster_KESSInelasticPenn - -KESSInelasticPenn + +KESSInelasticPenn cluster_KESSSurfaceInteraction - -KESSSurfaceInteraction + +KESSSurfaceInteraction cluster_KSCommandGroup - -KSCommandGroup + +KSCommandGroup cluster_KSCommandGroup - -KSCommandGroup + +KSCommandGroup cluster_KSCommandMemberData - -KSCommandMemberData + +KSCommandMemberData cluster_KSComponentDeltaData - -KSComponentDeltaData + +KSComponentDeltaData cluster_KSComponentIntegralData - -KSComponentIntegralData + +KSComponentIntegralData cluster_KSComponentMathData - -KSComponentMathData + +KSComponentMathData cluster_KSComponentMaximumData - -KSComponentMaximumData + +KSComponentMaximumData cluster_KSComponentMaximumAtData - -KSComponentMaximumAtData + +KSComponentMaximumAtData cluster_KSComponentMemberData - -KSComponentMemberData + +KSComponentMemberData cluster_KSComponentMinimumData - -KSComponentMinimumData + +KSComponentMinimumData cluster_KSComponentMinimumAtData - -KSComponentMinimumAtData + +KSComponentMinimumAtData cluster_KSRootElectricField - -KSRootElectricField + +KSRootElectricField cluster_KSRootEventModifier - -KSRootEventModifier + +KSRootEventModifier cluster_KSRootGenerator - -KSRootGenerator + +KSRootGenerator cluster_KSRootMagneticField - -KSRootMagneticField + +KSRootMagneticField cluster_KSRootRunModifier - -KSRootRunModifier + +KSRootRunModifier cluster_KSRootSpaceInteraction - -KSRootSpaceInteraction + +KSRootSpaceInteraction cluster_KSRootSpaceNavigator - -KSRootSpaceNavigator + +KSRootSpaceNavigator cluster_KSRootStepModifier - -KSRootStepModifier + +KSRootStepModifier cluster_KSRootSurfaceInteraction - -KSRootSurfaceInteraction + +KSRootSurfaceInteraction cluster_KSRootSurfaceNavigator - -KSRootSurfaceNavigator + +KSRootSurfaceNavigator cluster_KSRootTerminator - -KSRootTerminator + +KSRootTerminator cluster_KSRootTrackModifier - -KSRootTrackModifier + +KSRootTrackModifier cluster_KSRootTrajectory - -KSRootTrajectory + +KSRootTrajectory cluster_KSRootWriter - -KSRootWriter + +KSRootWriter cluster_KSSimulation - -KSSimulation + +KSSimulation cluster_KSGenDirectionSphericalComposite - -KSGenDirectionSphericalComposite + +KSGenDirectionSphericalComposite cluster_KSGenValueFermi - -KSGenValueFermi + +KSGenValueFermi cluster_KSGenValueFix - -KSGenValueFix + +KSGenValueFix cluster_KSGenValueFormula - -KSGenValueFormula + +KSGenValueFormula cluster_KSGenValueGauss - -KSGenValueGauss + +KSGenValueGauss cluster_KSGenValueGeneralizedGauss - -KSGenValueGeneralizedGauss + +KSGenValueGeneralizedGauss cluster_KSGenValueHistogram - -KSGenValueHistogram + +KSGenValueHistogram cluster_KSGenValueList - -KSGenValueList + +KSGenValueList cluster_KSGenValueSet - -KSGenValueSet + +KSGenValueSet cluster_KSGenValueUniform - -KSGenValueUniform + +KSGenValueUniform cluster_KSGenValueAngleCosine - -KSGenValueAngleCosine + +KSGenValueAngleCosine cluster_KSGenValueAngleSpherical - -KSGenValueAngleSpherical + +KSGenValueAngleSpherical cluster_KSGenValueFermi - -KSGenValueFermi + +KSGenValueFermi cluster_KSGenValueFix - -KSGenValueFix + +KSGenValueFix cluster_KSGenValueFormula - -KSGenValueFormula + +KSGenValueFormula cluster_KSGenValueGauss - -KSGenValueGauss + +KSGenValueGauss cluster_KSGenValueGeneralizedGauss - -KSGenValueGeneralizedGauss + +KSGenValueGeneralizedGauss cluster_KSGenValueHistogram - -KSGenValueHistogram + +KSGenValueHistogram cluster_KSGenValueList - -KSGenValueList + +KSGenValueList cluster_KSGenValueSet - -KSGenValueSet + +KSGenValueSet cluster_KSGenValueUniform - -KSGenValueUniform + +KSGenValueUniform cluster_KSGenValueAngleCosine - -KSGenValueAngleCosine + +KSGenValueAngleCosine cluster_KSGenValueAngleSpherical - -KSGenValueAngleSpherical + +KSGenValueAngleSpherical cluster_KSGenDirectionSphericalMagneticField - -KSGenDirectionSphericalMagneticField + +KSGenDirectionSphericalMagneticField cluster_KSGenDirectionSurfaceComposite - -KSGenDirectionSurfaceComposite + +KSGenDirectionSurfaceComposite cluster_KSGenEnergyBetaDecay - -KSGenEnergyBetaDecay + +KSGenEnergyBetaDecay cluster_KSGenEnergyBetaRecoil - -KSGenEnergyBetaRecoil + +KSGenEnergyBetaRecoil cluster_KSGenEnergyComposite - -KSGenEnergyComposite + +KSGenEnergyComposite cluster_KSGenValueFermi - -KSGenValueFermi + +KSGenValueFermi cluster_KSGenValueFix - -KSGenValueFix + +KSGenValueFix cluster_KSGenValueFormula - -KSGenValueFormula + +KSGenValueFormula cluster_KSGenValueGauss - -KSGenValueGauss + +KSGenValueGauss cluster_KSGenValueGeneralizedGauss - -KSGenValueGeneralizedGauss + +KSGenValueGeneralizedGauss cluster_KSGenValueHistogram - -KSGenValueHistogram + +KSGenValueHistogram cluster_KSGenValueList - -KSGenValueList + +KSGenValueList cluster_KSGenValueSet - -KSGenValueSet + +KSGenValueSet cluster_KSGenValueUniform - -KSGenValueUniform + +KSGenValueUniform cluster_KSGenValueBoltzmann - -KSGenValueBoltzmann + +KSGenValueBoltzmann cluster_KSGenValueBoltzmann - -KSGenValueBoltzmann + +KSGenValueBoltzmann cluster_KSGenEnergyKryptonEvent - -KSGenEnergyKryptonEvent + +KSGenEnergyKryptonEvent cluster_KSGenEnergyLeadEvent - -KSGenEnergyLeadEvent + +KSGenEnergyLeadEvent cluster_KSGenEnergyRadonEvent - -KSGenEnergyRadonEvent + +KSGenEnergyRadonEvent cluster_KSGenEnergyRydberg - -KSGenEnergyRydberg + +KSGenEnergyRydberg cluster_KSGenGeneratorComposite - -KSGenGeneratorComposite + +KSGenGeneratorComposite cluster_KSGenDirectionSphericalComposite - -KSGenDirectionSphericalComposite + +KSGenDirectionSphericalComposite cluster_KSGenValueFix - -KSGenValueFix + +KSGenValueFix cluster_KSGenValueFormula - -KSGenValueFormula + +KSGenValueFormula cluster_KSGenValueGauss - -KSGenValueGauss + +KSGenValueGauss cluster_KSGenValueHistogram - -KSGenValueHistogram + +KSGenValueHistogram cluster_KSGenValueList - -KSGenValueList + +KSGenValueList cluster_KSGenValueSet - -KSGenValueSet + +KSGenValueSet cluster_KSGenValueUniform - -KSGenValueUniform + +KSGenValueUniform cluster_KSGenDirectionSphericalMagneticField - -KSGenDirectionSphericalMagneticField + +KSGenDirectionSphericalMagneticField cluster_KSGenDirectionSurfaceComposite - -KSGenDirectionSurfaceComposite + +KSGenDirectionSurfaceComposite cluster_KSGenEnergyBetaDecay - -KSGenEnergyBetaDecay + +KSGenEnergyBetaDecay cluster_KSGenEnergyBetaRecoil - -KSGenEnergyBetaRecoil + +KSGenEnergyBetaRecoil cluster_KSGenEnergyComposite - -KSGenEnergyComposite + +KSGenEnergyComposite cluster_KSGenEnergyKryptonEvent - -KSGenEnergyKryptonEvent + +KSGenEnergyKryptonEvent cluster_KSGenEnergyLeadEvent - -KSGenEnergyLeadEvent + +KSGenEnergyLeadEvent cluster_KSGenEnergyRadonEvent - -KSGenEnergyRadonEvent + +KSGenEnergyRadonEvent cluster_KSGenEnergyRydberg - -KSGenEnergyRydberg + +KSGenEnergyRydberg cluster_KSGenLComposite - -KSGenLComposite + +KSGenLComposite cluster_KSGenValueFix - -KSGenValueFix + +KSGenValueFix cluster_KSGenValueFormula - -KSGenValueFormula + +KSGenValueFormula cluster_KSGenValueGauss - -KSGenValueGauss + +KSGenValueGauss cluster_KSGenValueList - -KSGenValueList + +KSGenValueList cluster_KSGenValueSet - -KSGenValueSet + +KSGenValueSet cluster_KSGenValueUniform - -KSGenValueUniform + +KSGenValueUniform cluster_KSGenLStatistical - -KSGenLStatistical + +KSGenLStatistical cluster_KSGenLUniformMaxN - -KSGenLUniformMaxN + +KSGenLUniformMaxN cluster_KSGenMomentumRectangularComposite - -KSGenMomentumRectangularComposite + +KSGenMomentumRectangularComposite cluster_KSGenValueFix - -KSGenValueFix + +KSGenValueFix cluster_KSGenValueFormula - -KSGenValueFormula + +KSGenValueFormula cluster_KSGenValueGauss - -KSGenValueGauss + +KSGenValueGauss cluster_KSGenValueHistogram - -KSGenValueHistogram + +KSGenValueHistogram cluster_KSGenValueList - -KSGenValueList + +KSGenValueList cluster_KSGenValueSet - -KSGenValueSet + +KSGenValueSet cluster_KSGenValueUniform - -KSGenValueUniform + +KSGenValueUniform cluster_KSGenNComposite - -KSGenNComposite + +KSGenNComposite cluster_KSGenValueFix - -KSGenValueFix + +KSGenValueFix cluster_KSGenValueFormula - -KSGenValueFormula + +KSGenValueFormula cluster_KSGenValueGauss - -KSGenValueGauss + +KSGenValueGauss cluster_KSGenValueList - -KSGenValueList + +KSGenValueList cluster_KSGenValueSet - -KSGenValueSet + +KSGenValueSet cluster_KSGenValueUniform - -KSGenValueUniform + +KSGenValueUniform cluster_KSGenValuePareto - -KSGenValuePareto + +KSGenValuePareto cluster_KSGenValuePareto - -KSGenValuePareto + +KSGenValuePareto cluster_KSGenPositionCylindricalComposite - -KSGenPositionCylindricalComposite + +KSGenPositionCylindricalComposite cluster_KSGenValueFix - -KSGenValueFix + +KSGenValueFix cluster_KSGenValueFormula - -KSGenValueFormula + +KSGenValueFormula cluster_KSGenValueGauss - -KSGenValueGauss + +KSGenValueGauss cluster_KSGenValueHistogram - -KSGenValueHistogram + +KSGenValueHistogram cluster_KSGenValueList - -KSGenValueList + +KSGenValueList cluster_KSGenValueSet - -KSGenValueSet + +KSGenValueSet cluster_KSGenValueUniform - -KSGenValueUniform + +KSGenValueUniform cluster_KSGenValueRadiusCylindrical - -KSGenValueRadiusCylindrical + +KSGenValueRadiusCylindrical cluster_KSGenValueRadiusFraction - -KSGenValueRadiusFraction + +KSGenValueRadiusFraction cluster_KSGenPositionFluxTube - -KSGenPositionFluxTube + +KSGenPositionFluxTube cluster_KSGenPositionFrustrumComposite - -KSGenPositionFrustrumComposite + +KSGenPositionFrustrumComposite cluster_KSGenValueFix - -KSGenValueFix + +KSGenValueFix cluster_KSGenValueZFrustrum - -KSGenValueZFrustrum + +KSGenValueZFrustrum cluster_KSGenPositionHomogeneousFluxTube - -KSGenPositionHomogeneousFluxTube + +KSGenPositionHomogeneousFluxTube cluster_KSGenPositionMask - -KSGenPositionMask + +KSGenPositionMask cluster_KSGenPositionMeshSurfaceRandom - -KSGenPositionMeshSurfaceRandom + +KSGenPositionMeshSurfaceRandom cluster_KSGenPositionRectangularComposite - -KSGenPositionRectangularComposite + +KSGenPositionRectangularComposite cluster_KSGenPositionSpaceRandom - -KSGenPositionSpaceRandom + +KSGenPositionSpaceRandom cluster_KSGenPositionSphericalComposite - -KSGenPositionSphericalComposite + +KSGenPositionSphericalComposite cluster_KSGenValueRadiusSpherical - -KSGenValueRadiusSpherical + +KSGenValueRadiusSpherical cluster_KSGenPositionSurfaceAdjustmentStep - -KSGenPositionSurfaceAdjustmentStep + +KSGenPositionSurfaceAdjustmentStep cluster_KSGenPositionSurfaceRandom - -KSGenPositionSurfaceRandom + +KSGenPositionSurfaceRandom cluster_KSGenSpinComposite - -KSGenSpinComposite + +KSGenSpinComposite cluster_KSGenSpinRelativeComposite - -KSGenSpinRelativeComposite + +KSGenSpinRelativeComposite cluster_KSGenTimeComposite - -KSGenTimeComposite + +KSGenTimeComposite cluster_KSGenValueFermi - -KSGenValueFermi + +KSGenValueFermi cluster_KSGenValueFix - -KSGenValueFix + +KSGenValueFix cluster_KSGenValueFormula - -KSGenValueFormula + +KSGenValueFormula cluster_KSGenValueGauss - -KSGenValueGauss + +KSGenValueGauss cluster_KSGenValueGeneralizedGauss - -KSGenValueGeneralizedGauss + +KSGenValueGeneralizedGauss cluster_KSGenValueHistogram - -KSGenValueHistogram + +KSGenValueHistogram cluster_KSGenValueList - -KSGenValueList + +KSGenValueList cluster_KSGenValueSet - -KSGenValueSet + +KSGenValueSet cluster_KSGenValueUniform - -KSGenValueUniform + +KSGenValueUniform cluster_KSGenLComposite - -KSGenLComposite + +KSGenLComposite cluster_KSGenLStatistical - -KSGenLStatistical + +KSGenLStatistical cluster_KSGenLUniformMaxN - -KSGenLUniformMaxN + +KSGenLUniformMaxN cluster_KSGenMomentumRectangularComposite - -KSGenMomentumRectangularComposite + +KSGenMomentumRectangularComposite cluster_KSGenNComposite - -KSGenNComposite + +KSGenNComposite cluster_KSGenValuePareto - -KSGenValuePareto + +KSGenValuePareto cluster_KSGenPositionCylindricalComposite - -KSGenPositionCylindricalComposite + +KSGenPositionCylindricalComposite cluster_KSGenValueRadiusCylindrical - -KSGenValueRadiusCylindrical + +KSGenValueRadiusCylindrical cluster_KSGenValueRadiusFraction - -KSGenValueRadiusFraction + +KSGenValueRadiusFraction cluster_KSGenPositionFluxTube - -KSGenPositionFluxTube + +KSGenPositionFluxTube cluster_KSGenPositionFrustrumComposite - -KSGenPositionFrustrumComposite + +KSGenPositionFrustrumComposite cluster_KSGenValueZFrustrum - -KSGenValueZFrustrum + +KSGenValueZFrustrum cluster_KSGenPositionHomogeneousFluxTube - -KSGenPositionHomogeneousFluxTube + +KSGenPositionHomogeneousFluxTube cluster_KSGenPositionMask - -KSGenPositionMask + +KSGenPositionMask cluster_KSGenPositionMeshSurfaceRandom - -KSGenPositionMeshSurfaceRandom + +KSGenPositionMeshSurfaceRandom cluster_KSGenPositionRectangularComposite - -KSGenPositionRectangularComposite + +KSGenPositionRectangularComposite cluster_KSGenPositionSpaceRandom - -KSGenPositionSpaceRandom + +KSGenPositionSpaceRandom cluster_KSGenPositionSphericalComposite - -KSGenPositionSphericalComposite + +KSGenPositionSphericalComposite cluster_KSGenValueRadiusSpherical - -KSGenValueRadiusSpherical + +KSGenValueRadiusSpherical cluster_KSGenPositionSurfaceAdjustmentStep - -KSGenPositionSurfaceAdjustmentStep + +KSGenPositionSurfaceAdjustmentStep cluster_KSGenPositionSurfaceRandom - -KSGenPositionSurfaceRandom + +KSGenPositionSurfaceRandom cluster_KSGenSpinComposite - -KSGenSpinComposite + +KSGenSpinComposite cluster_KSGenSpinRelativeComposite - -KSGenSpinRelativeComposite + +KSGenSpinRelativeComposite cluster_KSGenTimeComposite - -KSGenTimeComposite + +KSGenTimeComposite cluster_KSGenGeneratorTextFile - -KSGenGeneratorTextFile + +KSGenGeneratorTextFile cluster_KSGenGeneratorSimulation - -KSGenGeneratorSimulation + +KSGenGeneratorSimulation cluster_KSGeoSide - -KSGeoSide + +KSGeoSide cluster_KSCommandMemberData - -KSCommandMemberData + +KSCommandMemberData cluster_KSGeoSpace - -KSGeoSpace + +KSGeoSpace cluster_KSGeoSide - -KSGeoSide + +KSGeoSide cluster_KSGeoSpace - -KSGeoSpace + +KSGeoSpace cluster_KSGeoSurface - -KSGeoSurface + +KSGeoSurface cluster_KSGeoSurface - -KSGeoSurface + +KSGeoSurface cluster_KSIntCalculatorConstant - -KSIntCalculatorConstant + +KSIntCalculatorConstant cluster_KSIntCalculatorIon - -KSIntCalculatorIon + +KSIntCalculatorIon cluster_KSIntDecay - -KSIntDecay + +KSIntDecay cluster_KSIntDecayCalculatorDeathConstRate - -KSIntDecayCalculatorDeathConstRate + +KSIntDecayCalculatorDeathConstRate cluster_KSGenGeneratorComposite - -KSGenGeneratorComposite + +KSGenGeneratorComposite cluster_KSIntDecayCalculatorFerencBBRTransition - -KSIntDecayCalculatorFerencBBRTransition + +KSIntDecayCalculatorFerencBBRTransition cluster_KSIntDecayCalculatorFerencIonisation - -KSIntDecayCalculatorFerencIonisation + +KSIntDecayCalculatorFerencIonisation cluster_KSIntDecayCalculatorFerencSpontaneous - -KSIntDecayCalculatorFerencSpontaneous + +KSIntDecayCalculatorFerencSpontaneous cluster_KSIntDecayCalculatorGlukhovDeExcitation - -KSIntDecayCalculatorGlukhovDeExcitation + +KSIntDecayCalculatorGlukhovDeExcitation cluster_KSIntDecayCalculatorGlukhovExcitation - -KSIntDecayCalculatorGlukhovExcitation + +KSIntDecayCalculatorGlukhovExcitation cluster_KSIntDecayCalculatorGlukhovIonisation - -KSIntDecayCalculatorGlukhovIonisation + +KSIntDecayCalculatorGlukhovIonisation cluster_KSIntDecayCalculatorGlukhovSpontaneous - -KSIntDecayCalculatorGlukhovSpontaneous + +KSIntDecayCalculatorGlukhovSpontaneous cluster_KSIntDecayCalculatorDeathConstRate - -KSIntDecayCalculatorDeathConstRate + +KSIntDecayCalculatorDeathConstRate cluster_KSIntDecayCalculatorFerencBBRTransition - -KSIntDecayCalculatorFerencBBRTransition + +KSIntDecayCalculatorFerencBBRTransition cluster_KSIntDecayCalculatorFerencIonisation - -KSIntDecayCalculatorFerencIonisation + +KSIntDecayCalculatorFerencIonisation cluster_KSIntDecayCalculatorFerencSpontaneous - -KSIntDecayCalculatorFerencSpontaneous + +KSIntDecayCalculatorFerencSpontaneous cluster_KSIntDecayCalculatorGlukhovDeExcitation - -KSIntDecayCalculatorGlukhovDeExcitation + +KSIntDecayCalculatorGlukhovDeExcitation cluster_KSIntDecayCalculatorGlukhovExcitation - -KSIntDecayCalculatorGlukhovExcitation + +KSIntDecayCalculatorGlukhovExcitation cluster_KSIntDecayCalculatorGlukhovIonisation - -KSIntDecayCalculatorGlukhovIonisation + +KSIntDecayCalculatorGlukhovIonisation cluster_KSIntDecayCalculatorGlukhovSpontaneous - -KSIntDecayCalculatorGlukhovSpontaneous + +KSIntDecayCalculatorGlukhovSpontaneous cluster_KSIntDensityConstant - -KSIntDensityConstant + +KSIntDensityConstant cluster_KSIntScattering - -KSIntScattering + +KSIntScattering cluster_KSIntCalculatorConstant - -KSIntCalculatorConstant + +KSIntCalculatorConstant cluster_KSIntCalculatorIon - -KSIntCalculatorIon + +KSIntCalculatorIon cluster_KSIntDensityConstant - -KSIntDensityConstant + +KSIntDensityConstant cluster_KSIntCalculatorArgonSet - -KSIntCalculatorArgonSet + +KSIntCalculatorArgonSet cluster_KSIntCalculatorHydrogenSet - -KSIntCalculatorHydrogenSet + +KSIntCalculatorHydrogenSet cluster_KSIntCalculatorKESSSet - -KSIntCalculatorKESSSet + +KSIntCalculatorKESSSet cluster_KSIntSpinFlip - -KSIntSpinFlip + +KSIntSpinFlip cluster_KSIntSpinFlipPulse - -KSIntSpinFlipPulse + +KSIntSpinFlipPulse cluster_KSIntSpinRotateYPulse - -KSIntSpinRotateYPulse + +KSIntSpinRotateYPulse cluster_KSIntSurfaceUCN - -KSIntSurfaceUCN + +KSIntSurfaceUCN cluster_KSIntSurfaceDiffuse - -KSIntSurfaceDiffuse + +KSIntSurfaceDiffuse cluster_KSIntSurfaceMultiplication - -KSIntSurfaceMultiplication + +KSIntSurfaceMultiplication cluster_KSIntSurfaceSpecular - -KSIntSurfaceSpecular + +KSIntSurfaceSpecular cluster_KSIntSurfaceSpinFlip - -KSIntSurfaceSpinFlip + +KSIntSurfaceSpinFlip cluster_KSModDynamicEnhancement - -KSModDynamicEnhancement + +KSModDynamicEnhancement cluster_KSModEventReport - -KSModEventReport + +KSModEventReport cluster_KSModSplitOnTurn - -KSModSplitOnTurn + +KSModSplitOnTurn cluster_KSNavMeshedSpace - -KSNavMeshedSpace + +KSNavMeshedSpace cluster_KSNavSpace - -KSNavSpace + +KSNavSpace cluster_KSNavSurface - -KSNavSurface + +KSNavSurface cluster_KSTermDeath - -KSTermDeath + +KSTermDeath cluster_KSTermMagnetron - -KSTermMagnetron + +KSTermMagnetron cluster_KSTermMaxEnergy - -KSTermMaxEnergy + +KSTermMaxEnergy cluster_KSTermMaxLength - -KSTermMaxLength + +KSTermMaxLength cluster_KSTermMaxLongEnergy - -KSTermMaxLongEnergy + +KSTermMaxLongEnergy cluster_KSTermMaxR - -KSTermMaxR + +KSTermMaxR cluster_KSTermMaxStepTime - -KSTermMaxStepTime + +KSTermMaxStepTime cluster_KSTermMaxSteps - -KSTermMaxSteps + +KSTermMaxSteps cluster_KSTermMaxTime - -KSTermMaxTime + +KSTermMaxTime cluster_KSTermMaxTotalTime - -KSTermMaxTotalTime + +KSTermMaxTotalTime cluster_KSTermMaxZ - -KSTermMaxZ + +KSTermMaxZ cluster_KSTermMinDistance - -KSTermMinDistance + +KSTermMinDistance cluster_KSTermMinEnergy - -KSTermMinEnergy + +KSTermMinEnergy cluster_KSTermMinLongEnergy - -KSTermMinLongEnergy + +KSTermMinLongEnergy cluster_KSTermMinR - -KSTermMinR + +KSTermMinR cluster_KSTermMinZ - -KSTermMinZ + +KSTermMinZ cluster_KSTermOutputData - -KSTermOutputData + +KSTermOutputData cluster_KSTermSecondaries - -KSTermSecondaries + +KSTermSecondaries cluster_KSTermStepsize - -KSTermStepsize + +KSTermStepsize cluster_KSTermTrapped - -KSTermTrapped + +KSTermTrapped cluster_KSTermZHRadius - -KSTermZHRadius + +KSTermZHRadius cluster_KSTrajControlBChange - -KSTrajControlBChange + +KSTrajControlBChange cluster_KSTrajControlCyclotron - -KSTrajControlCyclotron + +KSTrajControlCyclotron cluster_KSTrajControlEnergy - -KSTrajControlEnergy + +KSTrajControlEnergy cluster_KSTrajControlLength - -KSTrajControlLength + +KSTrajControlLength cluster_KSTrajControlMDot - -KSTrajControlMDot + +KSTrajControlMDot cluster_KSTrajControlMagneticMoment - -KSTrajControlMagneticMoment + +KSTrajControlMagneticMoment cluster_KSTrajControlMomentumNumericalError - -KSTrajControlMomentumNumericalError + +KSTrajControlMomentumNumericalError cluster_KSTrajControlPositionNumericalError - -KSTrajControlPositionNumericalError + +KSTrajControlPositionNumericalError cluster_KSTrajControlSpinPrecession - -KSTrajControlSpinPrecession + +KSTrajControlSpinPrecession cluster_KSTrajControlTime - -KSTrajControlTime + +KSTrajControlTime cluster_KSTrajIntegratorRK54 - -KSTrajIntegratorRK54 + +KSTrajIntegratorRK54 cluster_KSTrajIntegratorRK65 - -KSTrajIntegratorRK65 + +KSTrajIntegratorRK65 cluster_KSTrajIntegratorRK8 - -KSTrajIntegratorRK8 + +KSTrajIntegratorRK8 cluster_KSTrajIntegratorRK86 - -KSTrajIntegratorRK86 + +KSTrajIntegratorRK86 cluster_KSTrajIntegratorRK87 - -KSTrajIntegratorRK87 + +KSTrajIntegratorRK87 cluster_KSTrajIntegratorRKDP54 - -KSTrajIntegratorRKDP54 + +KSTrajIntegratorRKDP54 cluster_KSTrajIntegratorRKDP853 - -KSTrajIntegratorRKDP853 + +KSTrajIntegratorRKDP853 cluster_KSTrajIntegratorSym4 - -KSTrajIntegratorSym4 + +KSTrajIntegratorSym4 cluster_KSTrajInterpolatorContinuousRungeKutta - -KSTrajInterpolatorContinuousRungeKutta + +KSTrajInterpolatorContinuousRungeKutta cluster_KSTrajInterpolatorFast - -KSTrajInterpolatorFast + +KSTrajInterpolatorFast cluster_KSTrajInterpolatorHermite - -KSTrajInterpolatorHermite + +KSTrajInterpolatorHermite cluster_KSTrajTermConstantForcePropagation - -KSTrajTermConstantForcePropagation + +KSTrajTermConstantForcePropagation cluster_KSTrajTermDrift - -KSTrajTermDrift + +KSTrajTermDrift cluster_KSTrajTermGravity - -KSTrajTermGravity + +KSTrajTermGravity cluster_KSTrajTermGyration - -KSTrajTermGyration + +KSTrajTermGyration cluster_KSTrajTermPropagation - -KSTrajTermPropagation + +KSTrajTermPropagation cluster_KSTrajTermSynchrotron - -KSTrajTermSynchrotron + +KSTrajTermSynchrotron cluster_KSTrajTrajectoryAdiabatic - -KSTrajTrajectoryAdiabatic + +KSTrajTrajectoryAdiabatic cluster_KSTrajControlBChange - -KSTrajControlBChange + +KSTrajControlBChange cluster_KSTrajControlCyclotron - -KSTrajControlCyclotron + +KSTrajControlCyclotron cluster_KSTrajControlEnergy - -KSTrajControlEnergy + +KSTrajControlEnergy cluster_KSTrajControlLength - -KSTrajControlLength + +KSTrajControlLength cluster_KSTrajControlMagneticMoment - -KSTrajControlMagneticMoment + +KSTrajControlMagneticMoment cluster_KSTrajControlMomentumNumericalError - -KSTrajControlMomentumNumericalError + +KSTrajControlMomentumNumericalError cluster_KSTrajControlPositionNumericalError - -KSTrajControlPositionNumericalError + +KSTrajControlPositionNumericalError cluster_KSTrajControlTime - -KSTrajControlTime + +KSTrajControlTime cluster_KSTrajIntegratorRK54 - -KSTrajIntegratorRK54 + +KSTrajIntegratorRK54 cluster_KSTrajIntegratorRK65 - -KSTrajIntegratorRK65 + +KSTrajIntegratorRK65 cluster_KSTrajIntegratorRK8 - -KSTrajIntegratorRK8 + +KSTrajIntegratorRK8 cluster_KSTrajIntegratorRK86 - -KSTrajIntegratorRK86 + +KSTrajIntegratorRK86 cluster_KSTrajIntegratorRK87 - -KSTrajIntegratorRK87 + +KSTrajIntegratorRK87 cluster_KSTrajIntegratorRKDP54 - -KSTrajIntegratorRKDP54 + +KSTrajIntegratorRKDP54 cluster_KSTrajIntegratorRKDP853 - -KSTrajIntegratorRKDP853 + +KSTrajIntegratorRKDP853 cluster_KSTrajInterpolatorContinuousRungeKutta - -KSTrajInterpolatorContinuousRungeKutta + +KSTrajInterpolatorContinuousRungeKutta cluster_KSTrajInterpolatorFast - -KSTrajInterpolatorFast + +KSTrajInterpolatorFast cluster_KSTrajInterpolatorHermite - -KSTrajInterpolatorHermite + +KSTrajInterpolatorHermite cluster_KSTrajTermDrift - -KSTrajTermDrift + +KSTrajTermDrift cluster_KSTrajTermGyration - -KSTrajTermGyration + +KSTrajTermGyration cluster_KSTrajTermPropagation - -KSTrajTermPropagation + +KSTrajTermPropagation cluster_KSTrajTermSynchrotron - -KSTrajTermSynchrotron + +KSTrajTermSynchrotron cluster_KSTrajTrajectoryAdiabaticSpin - -KSTrajTrajectoryAdiabaticSpin + +KSTrajTrajectoryAdiabaticSpin cluster_KSTrajControlMDot - -KSTrajControlMDot + +KSTrajControlMDot cluster_KSTrajControlSpinPrecession - -KSTrajControlSpinPrecession + +KSTrajControlSpinPrecession cluster_KSTrajTermGravity - -KSTrajTermGravity + +KSTrajTermGravity cluster_KSTrajTrajectoryElectric - -KSTrajTrajectoryElectric + +KSTrajTrajectoryElectric cluster_KSTrajTrajectoryExact - -KSTrajTrajectoryExact + +KSTrajTrajectoryExact cluster_KSTrajTrajectoryExactSpin - -KSTrajTrajectoryExactSpin + +KSTrajTrajectoryExactSpin cluster_KSTrajTrajectoryExactTrapped - -KSTrajTrajectoryExactTrapped + +KSTrajTrajectoryExactTrapped cluster_KSTrajIntegratorSym4 - -KSTrajIntegratorSym4 + +KSTrajIntegratorSym4 cluster_KSTrajTrajectoryLinear - -KSTrajTrajectoryLinear + +KSTrajTrajectoryLinear cluster_KSTrajTrajectoryMagnetic - -KSTrajTrajectoryMagnetic + +KSTrajTrajectoryMagnetic cluster_KSWriteASCII - -KSWriteASCII + +KSWriteASCII cluster_KSWriteROOT - -KSWriteROOT + +KSWriteROOT cluster_KSWriteROOTConditionOutputData - -KSWriteROOTConditionOutputData + +KSWriteROOTConditionOutputData cluster_KSWriteROOTConditionPeriodicData - -KSWriteROOTConditionPeriodicData + +KSWriteROOTConditionPeriodicData cluster_KSWriteROOTConditionStepData - -KSWriteROOTConditionStepData + +KSWriteROOTConditionStepData cluster_KSWriteROOTConditionTerminatorData - -KSWriteROOTConditionTerminatorData + +KSWriteROOTConditionTerminatorData cluster_KSWriteVTK - -KSWriteVTK + +KSWriteVTK KSRoot__kassiopeia - -kassiopeia + +kassiopeia KSRoot__kassiopeia__random_seed - -random_seed + +random_seed KSRoot__kassiopeia->KSRoot__kassiopeia__random_seed - - + + KESSElasticElsepa__kess_elastic_elsepa - -kess_elastic_elsepa + +kess_elastic_elsepa KSRoot__kassiopeia->KESSElasticElsepa__kess_elastic_elsepa - - + + KESSInelasticBetheFano__kess_inelastic_bethefano - -kess_inelastic_bethefano + +kess_inelastic_bethefano KSRoot__kassiopeia->KESSInelasticBetheFano__kess_inelastic_bethefano - - + + KESSInelasticPenn__kess_inelastic_penn - -kess_inelastic_penn + +kess_inelastic_penn KSRoot__kassiopeia->KESSInelasticPenn__kess_inelastic_penn - - + + KESSSurfaceInteraction__kess_surface_interaction - -kess_surface_interaction + +kess_surface_interaction KSRoot__kassiopeia->KESSSurfaceInteraction__kess_surface_interaction - - + + KSCommandGroup__ks_command_group - -ks_command_group + +ks_command_group KSRoot__kassiopeia->KSCommandGroup__ks_command_group - - + + KSCommandMemberData__ks_command_member - -ks_command_member + +ks_command_member KSRoot__kassiopeia->KSCommandMemberData__ks_command_member - - + + KSComponentDeltaData__ks_component_delta - -ks_component_delta + +ks_component_delta KSRoot__kassiopeia->KSComponentDeltaData__ks_component_delta - - + + KSComponentGroup__ks_component_group - -ks_component_group + +ks_component_group KSRoot__kassiopeia->KSComponentGroup__ks_component_group - - + + KSComponentIntegralData__ks_component_integral - -ks_component_integral + +ks_component_integral KSRoot__kassiopeia->KSComponentIntegralData__ks_component_integral - - + + KSComponentMathData__ks_component_math - -ks_component_math + +ks_component_math KSRoot__kassiopeia->KSComponentMathData__ks_component_math - - + + KSComponentMaximumData__ks_component_maximum - -ks_component_maximum + +ks_component_maximum KSRoot__kassiopeia->KSComponentMaximumData__ks_component_maximum - - + + KSComponentMaximumAtData__ks_component_maximum_at - -ks_component_maximum_at + +ks_component_maximum_at KSRoot__kassiopeia->KSComponentMaximumAtData__ks_component_maximum_at - - + + KSComponentMemberData__ks_component_member - -ks_component_member + +ks_component_member KSRoot__kassiopeia->KSComponentMemberData__ks_component_member - - + + KSComponentMinimumData__ks_component_minimum - -ks_component_minimum + +ks_component_minimum KSRoot__kassiopeia->KSComponentMinimumData__ks_component_minimum - - + + KSComponentMinimumAtData__ks_component_minimum_at - -ks_component_minimum_at + +ks_component_minimum_at KSRoot__kassiopeia->KSComponentMinimumAtData__ks_component_minimum_at - - + + KSRootElectricField__ks_root_electric_field - -ks_root_electric_field + +ks_root_electric_field KSRoot__kassiopeia->KSRootElectricField__ks_root_electric_field - - + + KSRootEventModifier__ks_root_event_modifier - -ks_root_event_modifier + +ks_root_event_modifier KSRoot__kassiopeia->KSRootEventModifier__ks_root_event_modifier - - + + KSRootGenerator__ks_root_generator - -ks_root_generator + +ks_root_generator KSRoot__kassiopeia->KSRootGenerator__ks_root_generator - - + + KSRootMagneticField__ks_root_magnetic_field - -ks_root_magnetic_field + +ks_root_magnetic_field KSRoot__kassiopeia->KSRootMagneticField__ks_root_magnetic_field - - + + KSRootRunModifier__ks_root_run_modifier - -ks_root_run_modifier + +ks_root_run_modifier KSRoot__kassiopeia->KSRootRunModifier__ks_root_run_modifier - - + + KSRootSpaceInteraction__ks_root_space_interaction - -ks_root_space_interaction + +ks_root_space_interaction KSRoot__kassiopeia->KSRootSpaceInteraction__ks_root_space_interaction - - + + KSRootSpaceNavigator__ks_root_space_navigator - -ks_root_space_navigator + +ks_root_space_navigator KSRoot__kassiopeia->KSRootSpaceNavigator__ks_root_space_navigator - - + + KSRootStepModifier__ks_root_step_modifier - -ks_root_step_modifier + +ks_root_step_modifier KSRoot__kassiopeia->KSRootStepModifier__ks_root_step_modifier - - + + KSRootSurfaceInteraction__ks_root_surface_interaction - -ks_root_surface_interaction + +ks_root_surface_interaction KSRoot__kassiopeia->KSRootSurfaceInteraction__ks_root_surface_interaction - - + + KSRootSurfaceNavigator__ks_root_surface_navigator - -ks_root_surface_navigator + +ks_root_surface_navigator KSRoot__kassiopeia->KSRootSurfaceNavigator__ks_root_surface_navigator - - + + KSRootTerminator__ks_root_terminator - -ks_root_terminator + +ks_root_terminator KSRoot__kassiopeia->KSRootTerminator__ks_root_terminator - - + + KSRootTrackModifier__ks_root_track_modifier - -ks_root_track_modifier + +ks_root_track_modifier KSRoot__kassiopeia->KSRootTrackModifier__ks_root_track_modifier - - + + KSRootTrajectory__ks_root_trajectory - -ks_root_trajectory + +ks_root_trajectory KSRoot__kassiopeia->KSRootTrajectory__ks_root_trajectory - - + + KSRootWriter__ks_root_writer - -ks_root_writer + +ks_root_writer KSRoot__kassiopeia->KSRootWriter__ks_root_writer - - + + KSSimulation__ks_simulation - -ks_simulation + +ks_simulation KSRoot__kassiopeia->KSSimulation__ks_simulation - - + + KElectrostaticConstantField__ksfield_electric_constant - -ksfield_electric_constant + +ksfield_electric_constant KSRoot__kassiopeia->KElectrostaticConstantField__ksfield_electric_constant - - + + KInducedAzimuthalElectricField__ksfield_electric_induced_azi - -ksfield_electric_induced_azi + +ksfield_electric_induced_azi KSRoot__kassiopeia->KInducedAzimuthalElectricField__ksfield_electric_induced_azi - - + + KElectrostaticPotentialmap__ksfield_electric_potentialmap - -ksfield_electric_potentialmap + +ksfield_electric_potentialmap KSRoot__kassiopeia->KElectrostaticPotentialmap__ksfield_electric_potentialmap - - + + KElectrostaticPotentialmapCalculator__ksfield_electric_potentialmap_calculator - -ksfield_electric_potentialmap_calculator + +ksfield_electric_potentialmap_calculator KSRoot__kassiopeia->KElectrostaticPotentialmapCalculator__ksfield_electric_potentialmap_calculator - - + + KElectricQuadrupoleField__ksfield_electric_quadrupole - -ksfield_electric_quadrupole + +ksfield_electric_quadrupole KSRoot__kassiopeia->KElectricQuadrupoleField__ksfield_electric_quadrupole - - + + KRampedElectricField__ksfield_electric_ramped - -ksfield_electric_ramped + +ksfield_electric_ramped KSRoot__kassiopeia->KRampedElectricField__ksfield_electric_ramped - - + + KRampedElectric2Field__ksfield_electric_ramped_2fields - -ksfield_electric_ramped_2fields + +ksfield_electric_ramped_2fields KSRoot__kassiopeia->KRampedElectric2Field__ksfield_electric_ramped_2fields - - + + KGStaticElectromagnetField__ksfield_electromagnet - -ksfield_electromagnet + +ksfield_electromagnet KSRoot__kassiopeia->KGStaticElectromagnetField__ksfield_electromagnet - - + + KGElectrostaticBoundaryField__ksfield_electrostatic - -ksfield_electrostatic + +ksfield_electrostatic KSRoot__kassiopeia->KGElectrostaticBoundaryField__ksfield_electrostatic - - + + KMagnetostaticConstantField__ksfield_magnetic_constant - -ksfield_magnetic_constant + +ksfield_magnetic_constant KSRoot__kassiopeia->KMagnetostaticConstantField__ksfield_magnetic_constant - - + + KMagneticDipoleField__ksfield_magnetic_dipole - -ksfield_magnetic_dipole + +ksfield_magnetic_dipole KSRoot__kassiopeia->KMagneticDipoleField__ksfield_magnetic_dipole - - + + KMagnetostaticFieldmap__ksfield_magnetic_fieldmap - -ksfield_magnetic_fieldmap + +ksfield_magnetic_fieldmap KSRoot__kassiopeia->KMagnetostaticFieldmap__ksfield_magnetic_fieldmap - - + + KMagnetostaticFieldmapCalculator__ksfield_magnetic_fieldmap_calculator - -ksfield_magnetic_fieldmap_calculator + +ksfield_magnetic_fieldmap_calculator KSRoot__kassiopeia->KMagnetostaticFieldmapCalculator__ksfield_magnetic_fieldmap_calculator - - + + KRampedMagneticField__ksfield_magnetic_ramped - -ksfield_magnetic_ramped + +ksfield_magnetic_ramped KSRoot__kassiopeia->KRampedMagneticField__ksfield_magnetic_ramped - - + + KMagneticSuperpositionField__ksfield_magnetic_super_position - -ksfield_magnetic_super_position + +ksfield_magnetic_super_position KSRoot__kassiopeia->KMagneticSuperpositionField__ksfield_magnetic_super_position - - + + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite - -ksgen_direction_spherical_composite + +ksgen_direction_spherical_composite KSRoot__kassiopeia->KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field - -ksgen_direction_spherical_magnetic_field + +ksgen_direction_spherical_magnetic_field KSRoot__kassiopeia->KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite - -ksgen_direction_surface_composite + +ksgen_direction_surface_composite KSRoot__kassiopeia->KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite - - + + KSGenEnergyBetaDecay__ksgen_energy_beta_decay - -ksgen_energy_beta_decay + +ksgen_energy_beta_decay KSRoot__kassiopeia->KSGenEnergyBetaDecay__ksgen_energy_beta_decay - - + + KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil - -ksgen_energy_beta_recoil + +ksgen_energy_beta_recoil KSRoot__kassiopeia->KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil - - + + KSGenEnergyComposite__ksgen_energy_composite - -ksgen_energy_composite + +ksgen_energy_composite KSRoot__kassiopeia->KSGenEnergyComposite__ksgen_energy_composite - - + + KSGenEnergyKryptonEvent__ksgen_energy_krypton_event - -ksgen_energy_krypton_event + +ksgen_energy_krypton_event KSRoot__kassiopeia->KSGenEnergyKryptonEvent__ksgen_energy_krypton_event - - + + KSGenEnergyLeadEvent__ksgen_energy_lead_event - -ksgen_energy_lead_event + +ksgen_energy_lead_event KSRoot__kassiopeia->KSGenEnergyLeadEvent__ksgen_energy_lead_event - - + + KSGenEnergyRadonEvent__ksgen_energy_radon_event - -ksgen_energy_radon_event + +ksgen_energy_radon_event KSRoot__kassiopeia->KSGenEnergyRadonEvent__ksgen_energy_radon_event - - + + KSGenEnergyRydberg__ksgen_energy_rydberg - -ksgen_energy_rydberg + +ksgen_energy_rydberg KSRoot__kassiopeia->KSGenEnergyRydberg__ksgen_energy_rydberg - - + + KSGenGeneratorComposite__ksgen_generator_composite - -ksgen_generator_composite + +ksgen_generator_composite KSRoot__kassiopeia->KSGenGeneratorComposite__ksgen_generator_composite - - + + KSGenGeneratorTextFile__ksgen_generator_file - -ksgen_generator_file + +ksgen_generator_file KSRoot__kassiopeia->KSGenGeneratorTextFile__ksgen_generator_file - - + + KSGenGeneratorSimulation__ksgen_generator_simulation - -ksgen_generator_simulation + +ksgen_generator_simulation KSRoot__kassiopeia->KSGenGeneratorSimulation__ksgen_generator_simulation - - + + KSGenLComposite__ksgen_l_composite - -ksgen_l_composite + +ksgen_l_composite KSRoot__kassiopeia->KSGenLComposite__ksgen_l_composite - - + + KSGenLStatistical__ksgen_l_statistical - -ksgen_l_statistical + +ksgen_l_statistical KSRoot__kassiopeia->KSGenLStatistical__ksgen_l_statistical - - + + KSGenLUniformMaxN__ksgen_l_uniform_max_n - -ksgen_l_uniform_max_n + +ksgen_l_uniform_max_n KSRoot__kassiopeia->KSGenLUniformMaxN__ksgen_l_uniform_max_n - - + + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite - -ksgen_momentum_rectangular_composite + +ksgen_momentum_rectangular_composite KSRoot__kassiopeia->KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite - - + + KSGenNComposite__ksgen_n_composite - -ksgen_n_composite + +ksgen_n_composite KSRoot__kassiopeia->KSGenNComposite__ksgen_n_composite - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite - -ksgen_position_cylindrical_composite + +ksgen_position_cylindrical_composite KSRoot__kassiopeia->KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite - - + + KSGenPositionFluxTube__ksgen_position_flux_tube - -ksgen_position_flux_tube + +ksgen_position_flux_tube KSRoot__kassiopeia->KSGenPositionFluxTube__ksgen_position_flux_tube - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite - -ksgen_position_frustrum_composite + +ksgen_position_frustrum_composite KSRoot__kassiopeia->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube - -ksgen_position_homogeneous_flux_tube + +ksgen_position_homogeneous_flux_tube KSRoot__kassiopeia->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube - - + + KSGenPositionMask__ksgen_position_mask - -ksgen_position_mask + +ksgen_position_mask KSRoot__kassiopeia->KSGenPositionMask__ksgen_position_mask - - + + KSGenPositionMeshSurfaceRandom__ksgen_position_mesh_surface_random - -ksgen_position_mesh_surface_random + +ksgen_position_mesh_surface_random KSRoot__kassiopeia->KSGenPositionMeshSurfaceRandom__ksgen_position_mesh_surface_random - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite - -ksgen_position_rectangular_composite + +ksgen_position_rectangular_composite KSRoot__kassiopeia->KSGenPositionRectangularComposite__ksgen_position_rectangular_composite - - + + KSGenPositionSpaceRandom__ksgen_position_space_random - -ksgen_position_space_random + +ksgen_position_space_random KSRoot__kassiopeia->KSGenPositionSpaceRandom__ksgen_position_space_random - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite - -ksgen_position_spherical_composite + +ksgen_position_spherical_composite KSRoot__kassiopeia->KSGenPositionSphericalComposite__ksgen_position_spherical_composite - - + + KSGenPositionSurfaceAdjustmentStep__ksgen_position_surface_adjustment_step - -ksgen_position_surface_adjustment_step + +ksgen_position_surface_adjustment_step KSRoot__kassiopeia->KSGenPositionSurfaceAdjustmentStep__ksgen_position_surface_adjustment_step - - + + KSGenPositionSurfaceRandom__ksgen_position_surface_random - -ksgen_position_surface_random + +ksgen_position_surface_random KSRoot__kassiopeia->KSGenPositionSurfaceRandom__ksgen_position_surface_random - - + + KSGenSpinComposite__ksgen_spin_composite - -ksgen_spin_composite + +ksgen_spin_composite KSRoot__kassiopeia->KSGenSpinComposite__ksgen_spin_composite - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative - -ksgen_spin_composite_relative + +ksgen_spin_composite_relative KSRoot__kassiopeia->KSGenSpinRelativeComposite__ksgen_spin_composite_relative - - + + KSGenTimeComposite__ksgen_time_composite - -ksgen_time_composite + +ksgen_time_composite KSRoot__kassiopeia->KSGenTimeComposite__ksgen_time_composite - - + + KSGenValueAngleCosine__ksgen_value_angle_cosine - -ksgen_value_angle_cosine + +ksgen_value_angle_cosine KSRoot__kassiopeia->KSGenValueAngleCosine__ksgen_value_angle_cosine - - + + KSGenValueAngleSpherical__ksgen_value_angle_spherical - -ksgen_value_angle_spherical + +ksgen_value_angle_spherical KSRoot__kassiopeia->KSGenValueAngleSpherical__ksgen_value_angle_spherical - - + + KSGenValueBoltzmann__ksgen_value_boltzmann - -ksgen_value_boltzmann + +ksgen_value_boltzmann KSRoot__kassiopeia->KSGenValueBoltzmann__ksgen_value_boltzmann - - + + KSGenValueFermi__ksgen_value_fermi - -ksgen_value_fermi + +ksgen_value_fermi KSRoot__kassiopeia->KSGenValueFermi__ksgen_value_fermi - - + + KSGenValueFix__ksgen_value_fix - -ksgen_value_fix + +ksgen_value_fix KSRoot__kassiopeia->KSGenValueFix__ksgen_value_fix - - + + KSGenValueFormula__ksgen_value_formula - -ksgen_value_formula + +ksgen_value_formula KSRoot__kassiopeia->KSGenValueFormula__ksgen_value_formula - - + + KSGenValueGauss__ksgen_value_gauss - -ksgen_value_gauss + +ksgen_value_gauss KSRoot__kassiopeia->KSGenValueGauss__ksgen_value_gauss - - + + KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss - -ksgen_value_generalized_gauss + +ksgen_value_generalized_gauss KSRoot__kassiopeia->KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss - - + + KSGenValueHistogram__ksgen_value_histogram - -ksgen_value_histogram + +ksgen_value_histogram KSRoot__kassiopeia->KSGenValueHistogram__ksgen_value_histogram - - + + KSGenValueList__ksgen_value_list - -ksgen_value_list + +ksgen_value_list KSRoot__kassiopeia->KSGenValueList__ksgen_value_list - - + + KSGenValuePareto__ksgen_value_pareto - -ksgen_value_pareto + +ksgen_value_pareto KSRoot__kassiopeia->KSGenValuePareto__ksgen_value_pareto - - + + KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical - -ksgen_value_radius_cylindrical + +ksgen_value_radius_cylindrical KSRoot__kassiopeia->KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical - - + + KSGenValueRadiusFraction__ksgen_value_radius_fraction - -ksgen_value_radius_fraction + +ksgen_value_radius_fraction KSRoot__kassiopeia->KSGenValueRadiusFraction__ksgen_value_radius_fraction - - + + KSGenValueRadiusSpherical__ksgen_value_radius_spherical - -ksgen_value_radius_spherical + +ksgen_value_radius_spherical KSRoot__kassiopeia->KSGenValueRadiusSpherical__ksgen_value_radius_spherical - - + + KSGenValueSet__ksgen_value_set - -ksgen_value_set + +ksgen_value_set KSRoot__kassiopeia->KSGenValueSet__ksgen_value_set - - + + KSGenValueUniform__ksgen_value_uniform - -ksgen_value_uniform + +ksgen_value_uniform KSRoot__kassiopeia->KSGenValueUniform__ksgen_value_uniform - - + + KSGenValueZFrustrum__ksgen_value_z_frustrum - -ksgen_value_z_frustrum + +ksgen_value_z_frustrum KSRoot__kassiopeia->KSGenValueZFrustrum__ksgen_value_z_frustrum - - + + KSGeoSide__ksgeo_side - -ksgeo_side + +ksgeo_side KSRoot__kassiopeia->KSGeoSide__ksgeo_side - - + + KSGeoSpace__ksgeo_space - -ksgeo_space + +ksgeo_space KSRoot__kassiopeia->KSGeoSpace__ksgeo_space - - + + KSGeoSurface__ksgeo_surface - -ksgeo_surface + +ksgeo_surface KSRoot__kassiopeia->KSGeoSurface__ksgeo_surface - - + + KSIntCalculatorConstant__ksint_calculator_constant - -ksint_calculator_constant + +ksint_calculator_constant KSRoot__kassiopeia->KSIntCalculatorConstant__ksint_calculator_constant - - + + KSIntCalculatorIon__ksint_calculator_ion - -ksint_calculator_ion + +ksint_calculator_ion KSRoot__kassiopeia->KSIntCalculatorIon__ksint_calculator_ion - - + + KSIntDecay__ksint_decay - -ksint_decay + +ksint_decay KSRoot__kassiopeia->KSIntDecay__ksint_decay - - + + KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate - -ksint_decay_calculator_death_const_rate + +ksint_decay_calculator_death_const_rate KSRoot__kassiopeia->KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate - - + + KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition - -ksint_decay_calculator_ferenc_bbr_transition + +ksint_decay_calculator_ferenc_bbr_transition KSRoot__kassiopeia->KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition - - + + KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation - -ksint_decay_calculator_ferenc_ionisation + +ksint_decay_calculator_ferenc_ionisation KSRoot__kassiopeia->KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation - - + + KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous - -ksint_decay_calculator_ferenc_spontaneous + +ksint_decay_calculator_ferenc_spontaneous KSRoot__kassiopeia->KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous - - + + KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation - -ksint_decay_calculator_glukhov_deexcitation + +ksint_decay_calculator_glukhov_deexcitation KSRoot__kassiopeia->KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation - - + + KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation - -ksint_decay_calculator_glukhov_excitation + +ksint_decay_calculator_glukhov_excitation KSRoot__kassiopeia->KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation - - + + KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation - -ksint_decay_calculator_glukhov_ionisation + +ksint_decay_calculator_glukhov_ionisation KSRoot__kassiopeia->KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation - - + + KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous - -ksint_decay_calculator_glukhov_spontaneous + +ksint_decay_calculator_glukhov_spontaneous KSRoot__kassiopeia->KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous - - + + KSIntDensityConstant__ksint_density_constant - -ksint_density_constant + +ksint_density_constant KSRoot__kassiopeia->KSIntDensityConstant__ksint_density_constant - - + + KSIntScattering__ksint_scattering - -ksint_scattering + +ksint_scattering KSRoot__kassiopeia->KSIntScattering__ksint_scattering - - + + KSIntSpinFlip__ksint_spin_flip - -ksint_spin_flip + +ksint_spin_flip KSRoot__kassiopeia->KSIntSpinFlip__ksint_spin_flip - - + + KSIntSpinFlipPulse__ksint_spin_flip_pulse - -ksint_spin_flip_pulse + +ksint_spin_flip_pulse KSRoot__kassiopeia->KSIntSpinFlipPulse__ksint_spin_flip_pulse - - + + KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse - -ksint_spin_rotate_y_pulse + +ksint_spin_rotate_y_pulse KSRoot__kassiopeia->KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse - - + + KSIntSurfaceUCN__ksint_surface_UCN - -ksint_surface_UCN + +ksint_surface_UCN KSRoot__kassiopeia->KSIntSurfaceUCN__ksint_surface_UCN - - + + KSIntSurfaceDiffuse__ksint_surface_diffuse - -ksint_surface_diffuse + +ksint_surface_diffuse KSRoot__kassiopeia->KSIntSurfaceDiffuse__ksint_surface_diffuse - - + + KSIntSurfaceMultiplication__ksint_surface_multiplication - -ksint_surface_multiplication + +ksint_surface_multiplication KSRoot__kassiopeia->KSIntSurfaceMultiplication__ksint_surface_multiplication - - + + KSIntSurfaceSpecular__ksint_surface_specular - -ksint_surface_specular + +ksint_surface_specular KSRoot__kassiopeia->KSIntSurfaceSpecular__ksint_surface_specular - - + + KSIntSurfaceSpinFlip__ksint_surface_spin_flip - -ksint_surface_spin_flip + +ksint_surface_spin_flip KSRoot__kassiopeia->KSIntSurfaceSpinFlip__ksint_surface_spin_flip - - + + KSModDynamicEnhancement__ksmod_dynamic_enhancement - -ksmod_dynamic_enhancement + +ksmod_dynamic_enhancement KSRoot__kassiopeia->KSModDynamicEnhancement__ksmod_dynamic_enhancement - - + + KSModEventReport__ksmod_event_report - -ksmod_event_report + +ksmod_event_report KSRoot__kassiopeia->KSModEventReport__ksmod_event_report - - + + KSModSplitOnTurn__ksmod_split_on_turn - -ksmod_split_on_turn + +ksmod_split_on_turn KSRoot__kassiopeia->KSModSplitOnTurn__ksmod_split_on_turn - - + + KSNavMeshedSpace__ksnav_meshed_space - -ksnav_meshed_space + +ksnav_meshed_space KSRoot__kassiopeia->KSNavMeshedSpace__ksnav_meshed_space - - + + KSNavSpace__ksnav_space - -ksnav_space + +ksnav_space KSRoot__kassiopeia->KSNavSpace__ksnav_space - - + + KSNavSurface__ksnav_surface - -ksnav_surface + +ksnav_surface KSRoot__kassiopeia->KSNavSurface__ksnav_surface - - + + KSTermDeath__ksterm_death - -ksterm_death + +ksterm_death KSRoot__kassiopeia->KSTermDeath__ksterm_death - - + + KSTermMagnetron__ksterm_magnetron - -ksterm_magnetron + +ksterm_magnetron KSRoot__kassiopeia->KSTermMagnetron__ksterm_magnetron - - + + KSTermMaxEnergy__ksterm_max_energy - -ksterm_max_energy + +ksterm_max_energy KSRoot__kassiopeia->KSTermMaxEnergy__ksterm_max_energy - - + + KSTermMaxLength__ksterm_max_length - -ksterm_max_length + +ksterm_max_length KSRoot__kassiopeia->KSTermMaxLength__ksterm_max_length - - + + KSTermMaxLongEnergy__ksterm_max_long_energy - -ksterm_max_long_energy + +ksterm_max_long_energy KSRoot__kassiopeia->KSTermMaxLongEnergy__ksterm_max_long_energy - - + + KSTermMaxR__ksterm_max_r - -ksterm_max_r + +ksterm_max_r KSRoot__kassiopeia->KSTermMaxR__ksterm_max_r - - + + KSTermMaxStepTime__ksterm_max_step_time - -ksterm_max_step_time + +ksterm_max_step_time KSRoot__kassiopeia->KSTermMaxStepTime__ksterm_max_step_time - - + + KSTermMaxSteps__ksterm_max_steps - -ksterm_max_steps + +ksterm_max_steps KSRoot__kassiopeia->KSTermMaxSteps__ksterm_max_steps - - + + KSTermMaxTime__ksterm_max_time - -ksterm_max_time + +ksterm_max_time KSRoot__kassiopeia->KSTermMaxTime__ksterm_max_time - - + + KSTermMaxTotalTime__ksterm_max_total_time - -ksterm_max_total_time + +ksterm_max_total_time KSRoot__kassiopeia->KSTermMaxTotalTime__ksterm_max_total_time - - + + KSTermMaxZ__ksterm_max_z - -ksterm_max_z + +ksterm_max_z KSRoot__kassiopeia->KSTermMaxZ__ksterm_max_z - - + + KSTermMinDistance__ksterm_min_distance - -ksterm_min_distance + +ksterm_min_distance KSRoot__kassiopeia->KSTermMinDistance__ksterm_min_distance - - + + KSTermMinEnergy__ksterm_min_energy - -ksterm_min_energy + +ksterm_min_energy KSRoot__kassiopeia->KSTermMinEnergy__ksterm_min_energy - - + + KSTermMinLongEnergy__ksterm_min_long_energy - -ksterm_min_long_energy + +ksterm_min_long_energy KSRoot__kassiopeia->KSTermMinLongEnergy__ksterm_min_long_energy - - + + KSTermMinR__ksterm_min_r - -ksterm_min_r + +ksterm_min_r KSRoot__kassiopeia->KSTermMinR__ksterm_min_r - - + + KSTermMinZ__ksterm_min_z - -ksterm_min_z + +ksterm_min_z KSRoot__kassiopeia->KSTermMinZ__ksterm_min_z - - + + KSTermOutputData__ksterm_output - -ksterm_output + +ksterm_output KSRoot__kassiopeia->KSTermOutputData__ksterm_output - - + + KSTermSecondaries__ksterm_secondaries - -ksterm_secondaries + +ksterm_secondaries KSRoot__kassiopeia->KSTermSecondaries__ksterm_secondaries - - + + KSTermStepsize__ksterm_stepsize - -ksterm_stepsize + +ksterm_stepsize KSRoot__kassiopeia->KSTermStepsize__ksterm_stepsize - - + + KSTermTrapped__ksterm_trapped - -ksterm_trapped + +ksterm_trapped KSRoot__kassiopeia->KSTermTrapped__ksterm_trapped - - + + KSTermZHRadius__ksterm_zh_radius - -ksterm_zh_radius + +ksterm_zh_radius KSRoot__kassiopeia->KSTermZHRadius__ksterm_zh_radius - - + + KSTrajControlBChange__kstraj_control_B_change - -kstraj_control_B_change + +kstraj_control_B_change KSRoot__kassiopeia->KSTrajControlBChange__kstraj_control_B_change - - + + KSTrajControlCyclotron__kstraj_control_cyclotron - -kstraj_control_cyclotron + +kstraj_control_cyclotron KSRoot__kassiopeia->KSTrajControlCyclotron__kstraj_control_cyclotron - - + + KSTrajControlEnergy__kstraj_control_energy - -kstraj_control_energy + +kstraj_control_energy KSRoot__kassiopeia->KSTrajControlEnergy__kstraj_control_energy - - + + KSTrajControlLength__kstraj_control_length - -kstraj_control_length + +kstraj_control_length KSRoot__kassiopeia->KSTrajControlLength__kstraj_control_length - - + + KSTrajControlMDot__kstraj_control_m_dot - -kstraj_control_m_dot + +kstraj_control_m_dot KSRoot__kassiopeia->KSTrajControlMDot__kstraj_control_m_dot - - + + KSTrajControlMagneticMoment__kstraj_control_magnetic_moment - -kstraj_control_magnetic_moment + +kstraj_control_magnetic_moment KSRoot__kassiopeia->KSTrajControlMagneticMoment__kstraj_control_magnetic_moment - - + + KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error - -kstraj_control_momentum_numerical_error + +kstraj_control_momentum_numerical_error KSRoot__kassiopeia->KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error - - + + KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error - -kstraj_control_position_numerical_error + +kstraj_control_position_numerical_error KSRoot__kassiopeia->KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error - - + + KSTrajControlSpinPrecession__kstraj_control_spin_precession - -kstraj_control_spin_precession + +kstraj_control_spin_precession KSRoot__kassiopeia->KSTrajControlSpinPrecession__kstraj_control_spin_precession - - + + KSTrajControlTime__kstraj_control_time - -kstraj_control_time + +kstraj_control_time KSRoot__kassiopeia->KSTrajControlTime__kstraj_control_time - - + + KSTrajIntegratorRK54__kstraj_integrator_rk54 - -kstraj_integrator_rk54 + +kstraj_integrator_rk54 KSRoot__kassiopeia->KSTrajIntegratorRK54__kstraj_integrator_rk54 - - + + KSTrajIntegratorRK65__kstraj_integrator_rk65 - -kstraj_integrator_rk65 + +kstraj_integrator_rk65 KSRoot__kassiopeia->KSTrajIntegratorRK65__kstraj_integrator_rk65 - - + + KSTrajIntegratorRK8__kstraj_integrator_rk8 - -kstraj_integrator_rk8 + +kstraj_integrator_rk8 KSRoot__kassiopeia->KSTrajIntegratorRK8__kstraj_integrator_rk8 - - + + KSTrajIntegratorRK86__kstraj_integrator_rk86 - -kstraj_integrator_rk86 + +kstraj_integrator_rk86 KSRoot__kassiopeia->KSTrajIntegratorRK86__kstraj_integrator_rk86 - - + + KSTrajIntegratorRK87__kstraj_integrator_rk87 - -kstraj_integrator_rk87 + +kstraj_integrator_rk87 KSRoot__kassiopeia->KSTrajIntegratorRK87__kstraj_integrator_rk87 - - + + KSTrajIntegratorRKDP54__kstraj_integrator_rkdp54 - -kstraj_integrator_rkdp54 + +kstraj_integrator_rkdp54 KSRoot__kassiopeia->KSTrajIntegratorRKDP54__kstraj_integrator_rkdp54 - - + + KSTrajIntegratorRKDP853__kstraj_integrator_rkdp853 - -kstraj_integrator_rkdp853 + +kstraj_integrator_rkdp853 KSRoot__kassiopeia->KSTrajIntegratorRKDP853__kstraj_integrator_rkdp853 - - + + KSTrajIntegratorSym4__kstraj_integrator_sym4 - -kstraj_integrator_sym4 + +kstraj_integrator_sym4 KSRoot__kassiopeia->KSTrajIntegratorSym4__kstraj_integrator_sym4 - - + + KSTrajInterpolatorContinuousRungeKutta__kstraj_interpolator_crk - -kstraj_interpolator_crk + +kstraj_interpolator_crk KSRoot__kassiopeia->KSTrajInterpolatorContinuousRungeKutta__kstraj_interpolator_crk - - + + KSTrajInterpolatorFast__kstraj_interpolator_fast - -kstraj_interpolator_fast + +kstraj_interpolator_fast KSRoot__kassiopeia->KSTrajInterpolatorFast__kstraj_interpolator_fast - - + + KSTrajInterpolatorHermite__kstraj_interpolator_hermite - -kstraj_interpolator_hermite + +kstraj_interpolator_hermite KSRoot__kassiopeia->KSTrajInterpolatorHermite__kstraj_interpolator_hermite - - + + KSTrajTermConstantForcePropagation__kstraj_term_constant_force_propagation - -kstraj_term_constant_force_propagation + +kstraj_term_constant_force_propagation KSRoot__kassiopeia->KSTrajTermConstantForcePropagation__kstraj_term_constant_force_propagation - - + + KSTrajTermDrift__kstraj_term_drift - -kstraj_term_drift + +kstraj_term_drift KSRoot__kassiopeia->KSTrajTermDrift__kstraj_term_drift - - + + KSTrajTermGravity__kstraj_term_gravity - -kstraj_term_gravity + +kstraj_term_gravity KSRoot__kassiopeia->KSTrajTermGravity__kstraj_term_gravity - - + + KSTrajTermGyration__kstraj_term_gyration - -kstraj_term_gyration + +kstraj_term_gyration KSRoot__kassiopeia->KSTrajTermGyration__kstraj_term_gyration - - + + KSTrajTermPropagation__kstraj_term_propagation - -kstraj_term_propagation + +kstraj_term_propagation KSRoot__kassiopeia->KSTrajTermPropagation__kstraj_term_propagation - - + + KSTrajTermSynchrotron__kstraj_term_synchrotron - -kstraj_term_synchrotron + +kstraj_term_synchrotron KSRoot__kassiopeia->KSTrajTermSynchrotron__kstraj_term_synchrotron - - + + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic - -kstraj_trajectory_adiabatic + +kstraj_trajectory_adiabatic KSRoot__kassiopeia->KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin - -kstraj_trajectory_adiabatic_spin + +kstraj_trajectory_adiabatic_spin KSRoot__kassiopeia->KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric - -kstraj_trajectory_electric + +kstraj_trajectory_electric KSRoot__kassiopeia->KSTrajTrajectoryElectric__kstraj_trajectory_electric - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact - -kstraj_trajectory_exact + +kstraj_trajectory_exact KSRoot__kassiopeia->KSTrajTrajectoryExact__kstraj_trajectory_exact - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin - -kstraj_trajectory_exact_spin + +kstraj_trajectory_exact_spin KSRoot__kassiopeia->KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped - -kstraj_trajectory_exact_trapped + +kstraj_trajectory_exact_trapped KSRoot__kassiopeia->KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped - - + + KSTrajTrajectoryLinear__kstraj_trajectory_linear - -kstraj_trajectory_linear + +kstraj_trajectory_linear KSRoot__kassiopeia->KSTrajTrajectoryLinear__kstraj_trajectory_linear - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic - -kstraj_trajectory_magnetic + +kstraj_trajectory_magnetic KSRoot__kassiopeia->KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic - - + + KSWriteASCII__kswrite_ascii - -kswrite_ascii + +kswrite_ascii KSRoot__kassiopeia->KSWriteASCII__kswrite_ascii - - + + KSWriteROOT__kswrite_root - -kswrite_root + +kswrite_root KSRoot__kassiopeia->KSWriteROOT__kswrite_root - - + + KSWriteROOTConditionOutputData__kswrite_root_condition_output - -kswrite_root_condition_output + +kswrite_root_condition_output KSRoot__kassiopeia->KSWriteROOTConditionOutputData__kswrite_root_condition_output - - + + KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic - -kswrite_root_condition_periodic + +kswrite_root_condition_periodic KSRoot__kassiopeia->KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic - - + + KSWriteROOTConditionStepData__kswrite_root_condition_step - -kswrite_root_condition_step + +kswrite_root_condition_step KSRoot__kassiopeia->KSWriteROOTConditionStepData__kswrite_root_condition_step - - + + KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator - -kswrite_root_condition_terminator + +kswrite_root_condition_terminator KSRoot__kassiopeia->KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator - - + + KSWriteVTK__kswrite_vtk - -kswrite_vtk + +kswrite_vtk KSRoot__kassiopeia->KSWriteVTK__kswrite_vtk - - + + KSComponentMemberData__output - -output + +output KSRoot__kassiopeia->KSComponentMemberData__output - - + + KSComponentDeltaData__output_delta - -output_delta + +output_delta KSRoot__kassiopeia->KSComponentDeltaData__output_delta - - + + KSComponentGroup__output_group - -output_group + +output_group KSRoot__kassiopeia->KSComponentGroup__output_group - - + + KSComponentIntegralData__output_integral - -output_integral + +output_integral KSRoot__kassiopeia->KSComponentIntegralData__output_integral - - + + KSComponentMathData__output_math - -output_math + +output_math KSRoot__kassiopeia->KSComponentMathData__output_math - - + + KSComponentMaximumData__output_maximum - -output_maximum + +output_maximum KSRoot__kassiopeia->KSComponentMaximumData__output_maximum - - + + KSComponentMaximumAtData__output_maximum_at - -output_maximum_at + +output_maximum_at KSRoot__kassiopeia->KSComponentMaximumAtData__output_maximum_at - - + + KSComponentMinimumData__output_minimum - -output_minimum + +output_minimum KSRoot__kassiopeia->KSComponentMinimumData__output_minimum - - + + KSComponentMinimumAtData__output_minimum_at - -output_minimum_at + +output_minimum_at KSRoot__kassiopeia->KSComponentMinimumAtData__output_minimum_at - - + + KESSElasticElsepa__kess_elastic_elsepa__name - -name + +name KESSElasticElsepa__kess_elastic_elsepa->KESSElasticElsepa__kess_elastic_elsepa__name - - + + KESSInelasticBetheFano__kess_inelastic_bethefano__AugerRelaxation - -AugerRelaxation + +AugerRelaxation KESSInelasticBetheFano__kess_inelastic_bethefano->KESSInelasticBetheFano__kess_inelastic_bethefano__AugerRelaxation - - + + KESSInelasticBetheFano__kess_inelastic_bethefano__PhotoAbsorption - -PhotoAbsorption + +PhotoAbsorption KESSInelasticBetheFano__kess_inelastic_bethefano->KESSInelasticBetheFano__kess_inelastic_bethefano__PhotoAbsorption - - + + KESSInelasticBetheFano__kess_inelastic_bethefano__name - -name + +name KESSInelasticBetheFano__kess_inelastic_bethefano->KESSInelasticBetheFano__kess_inelastic_bethefano__name - - + + KESSInelasticPenn__kess_inelastic_penn__AugerRelaxation - -AugerRelaxation + +AugerRelaxation KESSInelasticPenn__kess_inelastic_penn->KESSInelasticPenn__kess_inelastic_penn__AugerRelaxation - - + + KESSInelasticPenn__kess_inelastic_penn__PhotoAbsorption - -PhotoAbsorption + +PhotoAbsorption KESSInelasticPenn__kess_inelastic_penn->KESSInelasticPenn__kess_inelastic_penn__PhotoAbsorption - - + + KESSInelasticPenn__kess_inelastic_penn__name - -name + +name KESSInelasticPenn__kess_inelastic_penn->KESSInelasticPenn__kess_inelastic_penn__name - - + + KESSSurfaceInteraction__kess_surface_interaction__name - -name + +name KESSSurfaceInteraction__kess_surface_interaction->KESSSurfaceInteraction__kess_surface_interaction__name - - + + KESSSurfaceInteraction__kess_surface_interaction__siliconside - -siliconside + +siliconside KESSSurfaceInteraction__kess_surface_interaction->KESSSurfaceInteraction__kess_surface_interaction__siliconside - - + + KSCommandGroup__ks_command_group__command - -command + +command KSCommandGroup__ks_command_group->KSCommandGroup__ks_command_group__command - - + + KSCommandGroup__ks_command_group__name - -name + +name KSCommandGroup__ks_command_group->KSCommandGroup__ks_command_group__name - - + + KSCommandGroup__command_group - -command_group + +command_group KSCommandGroup__ks_command_group->KSCommandGroup__command_group - - + + KSCommandMemberData__ks_command_member__child - -child + +child KSCommandMemberData__ks_command_member->KSCommandMemberData__ks_command_member__child - - + + KSCommandMemberData__ks_command_member__field - -field + +field KSCommandMemberData__ks_command_member->KSCommandMemberData__ks_command_member__field - - + + KSCommandMemberData__ks_command_member__name - -name + +name KSCommandMemberData__ks_command_member->KSCommandMemberData__ks_command_member__name - - + + KSCommandMemberData__ks_command_member__parent - -parent + +parent KSCommandMemberData__ks_command_member->KSCommandMemberData__ks_command_member__parent - - + + KSComponentDeltaData__ks_component_delta__component - -component + +component KSComponentDeltaData__ks_component_delta->KSComponentDeltaData__ks_component_delta__component - - + + KSComponentDeltaData__ks_component_delta__group - -group + +group KSComponentDeltaData__ks_component_delta->KSComponentDeltaData__ks_component_delta__group - - + + KSComponentDeltaData__ks_component_delta__name - -name + +name KSComponentDeltaData__ks_component_delta->KSComponentDeltaData__ks_component_delta__name - - + + KSComponentDeltaData__ks_component_delta__parent - -parent + +parent KSComponentDeltaData__ks_component_delta->KSComponentDeltaData__ks_component_delta__parent - - + + KSComponentIntegralData__ks_component_integral__component - -component + +component KSComponentIntegralData__ks_component_integral->KSComponentIntegralData__ks_component_integral__component - - + + KSComponentIntegralData__ks_component_integral__group - -group + +group KSComponentIntegralData__ks_component_integral->KSComponentIntegralData__ks_component_integral__group - - + + KSComponentIntegralData__ks_component_integral__name - -name + +name KSComponentIntegralData__ks_component_integral->KSComponentIntegralData__ks_component_integral__name - - + + KSComponentIntegralData__ks_component_integral__parent - -parent + +parent KSComponentIntegralData__ks_component_integral->KSComponentIntegralData__ks_component_integral__parent - - + + KSComponentMathData__ks_component_math__component - -component + +component KSComponentMathData__ks_component_math->KSComponentMathData__ks_component_math__component - - + + KSComponentMathData__ks_component_math__group - -group + +group KSComponentMathData__ks_component_math->KSComponentMathData__ks_component_math__group - - + + KSComponentMathData__ks_component_math__name - -name + +name KSComponentMathData__ks_component_math->KSComponentMathData__ks_component_math__name - - + + KSComponentMathData__ks_component_math__parent - -parent + +parent KSComponentMathData__ks_component_math->KSComponentMathData__ks_component_math__parent - - + + KSComponentMathData__ks_component_math__term - -term + +term KSComponentMathData__ks_component_math->KSComponentMathData__ks_component_math__term - - + + KSComponentMaximumData__ks_component_maximum__component - -component + +component KSComponentMaximumData__ks_component_maximum->KSComponentMaximumData__ks_component_maximum__component - - + + KSComponentMaximumData__ks_component_maximum__group - -group + +group KSComponentMaximumData__ks_component_maximum->KSComponentMaximumData__ks_component_maximum__group - - + + KSComponentMaximumData__ks_component_maximum__name - -name + +name KSComponentMaximumData__ks_component_maximum->KSComponentMaximumData__ks_component_maximum__name - - + + KSComponentMaximumData__ks_component_maximum__parent - -parent + +parent KSComponentMaximumData__ks_component_maximum->KSComponentMaximumData__ks_component_maximum__parent - - + + KSComponentMaximumAtData__ks_component_maximum_at__component - -component + +component KSComponentMaximumAtData__ks_component_maximum_at->KSComponentMaximumAtData__ks_component_maximum_at__component - - + + KSComponentMaximumAtData__ks_component_maximum_at__group - -group + +group KSComponentMaximumAtData__ks_component_maximum_at->KSComponentMaximumAtData__ks_component_maximum_at__group - - + + KSComponentMaximumAtData__ks_component_maximum_at__name - -name + +name KSComponentMaximumAtData__ks_component_maximum_at->KSComponentMaximumAtData__ks_component_maximum_at__name - - + + KSComponentMaximumAtData__ks_component_maximum_at__parent - -parent + +parent KSComponentMaximumAtData__ks_component_maximum_at->KSComponentMaximumAtData__ks_component_maximum_at__parent - - + + KSComponentMaximumAtData__ks_component_maximum_at__source - -source + +source KSComponentMaximumAtData__ks_component_maximum_at->KSComponentMaximumAtData__ks_component_maximum_at__source - - + + KSComponentMemberData__ks_component_member__field - -field + +field KSComponentMemberData__ks_component_member->KSComponentMemberData__ks_component_member__field - - + + KSComponentMemberData__ks_component_member__name - -name + +name KSComponentMemberData__ks_component_member->KSComponentMemberData__ks_component_member__name - - + + KSComponentMemberData__ks_component_member__parent - -parent + +parent KSComponentMemberData__ks_component_member->KSComponentMemberData__ks_component_member__parent - - + + KSComponentMinimumData__ks_component_minimum__component - -component + +component KSComponentMinimumData__ks_component_minimum->KSComponentMinimumData__ks_component_minimum__component - - + + KSComponentMinimumData__ks_component_minimum__group - -group + +group KSComponentMinimumData__ks_component_minimum->KSComponentMinimumData__ks_component_minimum__group - - + + KSComponentMinimumData__ks_component_minimum__name - -name + +name KSComponentMinimumData__ks_component_minimum->KSComponentMinimumData__ks_component_minimum__name - - + + KSComponentMinimumData__ks_component_minimum__parent - -parent + +parent KSComponentMinimumData__ks_component_minimum->KSComponentMinimumData__ks_component_minimum__parent - - + + KSComponentMinimumAtData__ks_component_minimum_at__component - -component + +component KSComponentMinimumAtData__ks_component_minimum_at->KSComponentMinimumAtData__ks_component_minimum_at__component - - + + KSComponentMinimumAtData__ks_component_minimum_at__group - -group + +group KSComponentMinimumAtData__ks_component_minimum_at->KSComponentMinimumAtData__ks_component_minimum_at__group - - + + KSComponentMinimumAtData__ks_component_minimum_at__name - -name + +name KSComponentMinimumAtData__ks_component_minimum_at->KSComponentMinimumAtData__ks_component_minimum_at__name - - + + KSComponentMinimumAtData__ks_component_minimum_at__parent - -parent + +parent KSComponentMinimumAtData__ks_component_minimum_at->KSComponentMinimumAtData__ks_component_minimum_at__parent - - + + KSComponentMinimumAtData__ks_component_minimum_at__source - -source + +source KSComponentMinimumAtData__ks_component_minimum_at->KSComponentMinimumAtData__ks_component_minimum_at__source - - + + KSRootElectricField__ks_root_electric_field__add_electric_field - -add_electric_field + +add_electric_field KSRootElectricField__ks_root_electric_field->KSRootElectricField__ks_root_electric_field__add_electric_field - - + + KSRootElectricField__ks_root_electric_field__name - -name + +name KSRootElectricField__ks_root_electric_field->KSRootElectricField__ks_root_electric_field__name - - + + KSRootEventModifier__ks_root_event_modifier__add_modifier - -add_modifier + +add_modifier KSRootEventModifier__ks_root_event_modifier->KSRootEventModifier__ks_root_event_modifier__add_modifier - - + + KSRootEventModifier__ks_root_event_modifier__name - -name + +name KSRootEventModifier__ks_root_event_modifier->KSRootEventModifier__ks_root_event_modifier__name - - + + KSRootGenerator__ks_root_generator__name - -name + +name KSRootGenerator__ks_root_generator->KSRootGenerator__ks_root_generator__name - - + + KSRootGenerator__ks_root_generator__set_generator - -set_generator + +set_generator KSRootGenerator__ks_root_generator->KSRootGenerator__ks_root_generator__set_generator - - + + KSRootMagneticField__ks_root_magnetic_field__add_magnetic_field - -add_magnetic_field + +add_magnetic_field KSRootMagneticField__ks_root_magnetic_field->KSRootMagneticField__ks_root_magnetic_field__add_magnetic_field - - + + KSRootMagneticField__ks_root_magnetic_field__name - -name + +name KSRootMagneticField__ks_root_magnetic_field->KSRootMagneticField__ks_root_magnetic_field__name - - + + KSRootRunModifier__ks_root_run_modifier__add_modifier - -add_modifier + +add_modifier KSRootRunModifier__ks_root_run_modifier->KSRootRunModifier__ks_root_run_modifier__add_modifier - - + + KSRootRunModifier__ks_root_run_modifier__name - -name + +name KSRootRunModifier__ks_root_run_modifier->KSRootRunModifier__ks_root_run_modifier__name - - + + KSRootSpaceInteraction__ks_root_space_interaction__add_space_interaction - -add_space_interaction + +add_space_interaction KSRootSpaceInteraction__ks_root_space_interaction->KSRootSpaceInteraction__ks_root_space_interaction__add_space_interaction - - + + KSRootSpaceInteraction__ks_root_space_interaction__name - -name + +name KSRootSpaceInteraction__ks_root_space_interaction->KSRootSpaceInteraction__ks_root_space_interaction__name - - + + KSRootSpaceNavigator__ks_root_space_navigator__name - -name + +name KSRootSpaceNavigator__ks_root_space_navigator->KSRootSpaceNavigator__ks_root_space_navigator__name - - + + KSRootSpaceNavigator__ks_root_space_navigator__set_space_navigator - -set_space_navigator + +set_space_navigator KSRootSpaceNavigator__ks_root_space_navigator->KSRootSpaceNavigator__ks_root_space_navigator__set_space_navigator - - + + KSRootStepModifier__ks_root_step_modifier__add_modifier - -add_modifier + +add_modifier KSRootStepModifier__ks_root_step_modifier->KSRootStepModifier__ks_root_step_modifier__add_modifier - - + + KSRootStepModifier__ks_root_step_modifier__name - -name + +name KSRootStepModifier__ks_root_step_modifier->KSRootStepModifier__ks_root_step_modifier__name - - + + KSRootSurfaceInteraction__ks_root_surface_interaction__name - -name + +name KSRootSurfaceInteraction__ks_root_surface_interaction->KSRootSurfaceInteraction__ks_root_surface_interaction__name - - + + KSRootSurfaceInteraction__ks_root_surface_interaction__set_surface_interaction - -set_surface_interaction + +set_surface_interaction KSRootSurfaceInteraction__ks_root_surface_interaction->KSRootSurfaceInteraction__ks_root_surface_interaction__set_surface_interaction - - + + KSRootSurfaceNavigator__ks_root_surface_navigator__name - -name + +name KSRootSurfaceNavigator__ks_root_surface_navigator->KSRootSurfaceNavigator__ks_root_surface_navigator__name - - + + KSRootSurfaceNavigator__ks_root_surface_navigator__set_surface_navigator - -set_surface_navigator + +set_surface_navigator KSRootSurfaceNavigator__ks_root_surface_navigator->KSRootSurfaceNavigator__ks_root_surface_navigator__set_surface_navigator - - + + KSRootTerminator__ks_root_terminator__add_terminator - -add_terminator + +add_terminator KSRootTerminator__ks_root_terminator->KSRootTerminator__ks_root_terminator__add_terminator - - + + KSRootTerminator__ks_root_terminator__name - -name + +name KSRootTerminator__ks_root_terminator->KSRootTerminator__ks_root_terminator__name - - + + KSRootTrackModifier__ks_root_track_modifier__add_modifier - -add_modifier + +add_modifier KSRootTrackModifier__ks_root_track_modifier->KSRootTrackModifier__ks_root_track_modifier__add_modifier - - + + KSRootTrackModifier__ks_root_track_modifier__name - -name + +name KSRootTrackModifier__ks_root_track_modifier->KSRootTrackModifier__ks_root_track_modifier__name - - + + KSRootTrajectory__ks_root_trajectory__name - -name + +name KSRootTrajectory__ks_root_trajectory->KSRootTrajectory__ks_root_trajectory__name - - + + KSRootTrajectory__ks_root_trajectory__set_trajectory - -set_trajectory + +set_trajectory KSRootTrajectory__ks_root_trajectory->KSRootTrajectory__ks_root_trajectory__set_trajectory - - + + KSRootWriter__ks_root_writer__add_writer - -add_writer + +add_writer KSRootWriter__ks_root_writer->KSRootWriter__ks_root_writer__add_writer - - + + KSRootWriter__ks_root_writer__name - -name + +name KSRootWriter__ks_root_writer->KSRootWriter__ks_root_writer__name - - + + KSSimulation__ks_simulation__add_static_event_modifier - -add_static_event_modifier + +add_static_event_modifier KSSimulation__ks_simulation->KSSimulation__ks_simulation__add_static_event_modifier - - + + KSSimulation__ks_simulation__add_static_run_modifier - -add_static_run_modifier + +add_static_run_modifier KSSimulation__ks_simulation->KSSimulation__ks_simulation__add_static_run_modifier - - + + KSSimulation__ks_simulation__add_static_step_modifier - -add_static_step_modifier + +add_static_step_modifier KSSimulation__ks_simulation->KSSimulation__ks_simulation__add_static_step_modifier - - + + KSSimulation__ks_simulation__add_static_track_modifier - -add_static_track_modifier + +add_static_track_modifier KSSimulation__ks_simulation->KSSimulation__ks_simulation__add_static_track_modifier - - + + KSSimulation__ks_simulation__command - -command + +command KSSimulation__ks_simulation->KSSimulation__ks_simulation__command - - + + KSSimulation__ks_simulation__electric_field - -electric_field + +electric_field KSSimulation__ks_simulation->KSSimulation__ks_simulation__electric_field - - + + KSSimulation__ks_simulation__events - -events + +events KSSimulation__ks_simulation->KSSimulation__ks_simulation__events - - + + KSSimulation__ks_simulation__generator - -generator + +generator KSSimulation__ks_simulation->KSSimulation__ks_simulation__generator - - + + KSSimulation__ks_simulation__magnetic_field - -magnetic_field + +magnetic_field KSSimulation__ks_simulation->KSSimulation__ks_simulation__magnetic_field - - + + KSSimulation__ks_simulation__name - -name + +name KSSimulation__ks_simulation->KSSimulation__ks_simulation__name - - + + KSSimulation__ks_simulation__run - -run + +run KSSimulation__ks_simulation->KSSimulation__ks_simulation__run - - + + KSSimulation__ks_simulation__seed - -seed + +seed KSSimulation__ks_simulation->KSSimulation__ks_simulation__seed - - + + KSSimulation__ks_simulation__space - -space + +space KSSimulation__ks_simulation->KSSimulation__ks_simulation__space - - + + KSSimulation__ks_simulation__space_interaction - -space_interaction + +space_interaction KSSimulation__ks_simulation->KSSimulation__ks_simulation__space_interaction - - + + KSSimulation__ks_simulation__space_navigator - -space_navigator + +space_navigator KSSimulation__ks_simulation->KSSimulation__ks_simulation__space_navigator - - + + KSSimulation__ks_simulation__step_report_iteration - -step_report_iteration + +step_report_iteration KSSimulation__ks_simulation->KSSimulation__ks_simulation__step_report_iteration - - + + KSSimulation__ks_simulation__surface - -surface + +surface KSSimulation__ks_simulation->KSSimulation__ks_simulation__surface - - + + KSSimulation__ks_simulation__surface_interaction - -surface_interaction + +surface_interaction KSSimulation__ks_simulation->KSSimulation__ks_simulation__surface_interaction - - + + KSSimulation__ks_simulation__surface_navigator - -surface_navigator + +surface_navigator KSSimulation__ks_simulation->KSSimulation__ks_simulation__surface_navigator - - + + KSSimulation__ks_simulation__terminator - -terminator + +terminator KSSimulation__ks_simulation->KSSimulation__ks_simulation__terminator - - + + KSSimulation__ks_simulation__trajectory - -trajectory + +trajectory KSSimulation__ks_simulation->KSSimulation__ks_simulation__trajectory - - + + KSSimulation__ks_simulation__writer - -writer + +writer KSSimulation__ks_simulation->KSSimulation__ks_simulation__writer - - + + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite__name - -name + +name KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite__name - - + + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite__phi - -phi + +phi KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite__phi - - + + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite__space - -space + +space KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite__space - - + + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite__surface - -surface + +surface KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite__surface - - + + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite__theta - -theta + +theta KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite__theta - - + + KSGenValueFermi__phi_fermi - -phi_fermi + +phi_fermi KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFermi__phi_fermi - - + + KSGenValueFix__phi_fix - -phi_fix + +phi_fix KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFix__phi_fix - - + + KSGenValueFormula__phi_formula - -phi_formula + +phi_formula KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFormula__phi_formula - - + + KSGenValueGauss__phi_gauss - -phi_gauss + +phi_gauss KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueGauss__phi_gauss - - + + KSGenValueGeneralizedGauss__phi_generalized_gauss - -phi_generalized_gauss + +phi_generalized_gauss KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + KSGenValueHistogram__phi_histogram - -phi_histogram + +phi_histogram KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueHistogram__phi_histogram - - + + KSGenValueList__phi_list - -phi_list + +phi_list KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueList__phi_list - - + + KSGenValueSet__phi_set - -phi_set + +phi_set KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueSet__phi_set - - + + KSGenValueUniform__phi_uniform - -phi_uniform + +phi_uniform KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueUniform__phi_uniform - - + + KSGenValueAngleCosine__theta_cosine - -theta_cosine + +theta_cosine KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueAngleCosine__theta_cosine - - + + KSGenValueFermi__theta_fermi - -theta_fermi + +theta_fermi KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFermi__theta_fermi - - + + KSGenValueFix__theta_fix - -theta_fix + +theta_fix KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFix__theta_fix - - + + KSGenValueFormula__theta_formula - -theta_formula + +theta_formula KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFormula__theta_formula - - + + KSGenValueGauss__theta_gauss - -theta_gauss + +theta_gauss KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueGauss__theta_gauss - - + + KSGenValueGeneralizedGauss__theta_generalized_gauss - -theta_generalized_gauss + +theta_generalized_gauss KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + KSGenValueHistogram__theta_histogram - -theta_histogram + +theta_histogram KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueHistogram__theta_histogram - - + + KSGenValueList__theta_list - -theta_list + +theta_list KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueList__theta_list - - + + KSGenValueSet__theta_set - -theta_set + +theta_set KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueSet__theta_set - - + + KSGenValueAngleSpherical__theta_spherical - -theta_spherical + +theta_spherical KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueAngleSpherical__theta_spherical - - + + KSGenValueUniform__theta_uniform - -theta_uniform + +theta_uniform KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueUniform__theta_uniform - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueFix__phi_fix - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueFormula__phi_formula - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueGauss__phi_gauss - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueHistogram__phi_histogram - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueList__phi_list - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueSet__phi_set - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueUniform__phi_uniform - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueAngleCosine__theta_cosine - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueFix__theta_fix - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueFormula__theta_formula - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueGauss__theta_gauss - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueHistogram__theta_histogram - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueList__theta_list - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueSet__theta_set - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueAngleSpherical__theta_spherical - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueUniform__theta_uniform - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field__magnetic_field_name - -magnetic_field_name + +magnetic_field_name KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field__magnetic_field_name - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field__name - -name + +name KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field__name - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field__phi - -phi + +phi KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field__phi - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field__theta - -theta + +theta KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field__theta - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFermi__phi_fermi - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFix__phi_fix - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFormula__phi_formula - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueGauss__phi_gauss - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueHistogram__phi_histogram - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueList__phi_list - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueSet__phi_set - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueUniform__phi_uniform - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueAngleCosine__theta_cosine - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFermi__theta_fermi - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFix__theta_fix - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFormula__theta_formula - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueGauss__theta_gauss - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueHistogram__theta_histogram - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueList__theta_list - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueSet__theta_set - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueAngleSpherical__theta_spherical - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueUniform__theta_uniform - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite__name - -name + +name KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite__name - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite__outside - -outside + +outside KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite__outside - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite__phi - -phi + +phi KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite__phi - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite__surfaces - -surfaces + +surfaces KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite__surfaces - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite__theta - -theta + +theta KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite__theta - - + + KSGenEnergyBetaDecay__ksgen_energy_beta_decay__daughter_z - -daughter_z + +daughter_z KSGenEnergyBetaDecay__ksgen_energy_beta_decay->KSGenEnergyBetaDecay__ksgen_energy_beta_decay__daughter_z - - + + KSGenEnergyBetaDecay__ksgen_energy_beta_decay__endpoint_ev - -endpoint_ev + +endpoint_ev KSGenEnergyBetaDecay__ksgen_energy_beta_decay->KSGenEnergyBetaDecay__ksgen_energy_beta_decay__endpoint_ev - - + + KSGenEnergyBetaDecay__ksgen_energy_beta_decay__max_energy - -max_energy + +max_energy KSGenEnergyBetaDecay__ksgen_energy_beta_decay->KSGenEnergyBetaDecay__ksgen_energy_beta_decay__max_energy - - + + KSGenEnergyBetaDecay__ksgen_energy_beta_decay__min_energy - -min_energy + +min_energy KSGenEnergyBetaDecay__ksgen_energy_beta_decay->KSGenEnergyBetaDecay__ksgen_energy_beta_decay__min_energy - - + + KSGenEnergyBetaDecay__ksgen_energy_beta_decay__mnu_ev - -mnu_ev + +mnu_ev KSGenEnergyBetaDecay__ksgen_energy_beta_decay->KSGenEnergyBetaDecay__ksgen_energy_beta_decay__mnu_ev - - + + KSGenEnergyBetaDecay__ksgen_energy_beta_decay__name - -name + +name KSGenEnergyBetaDecay__ksgen_energy_beta_decay->KSGenEnergyBetaDecay__ksgen_energy_beta_decay__name - - + + KSGenEnergyBetaDecay__ksgen_energy_beta_decay__nmax - -nmax + +nmax KSGenEnergyBetaDecay__ksgen_energy_beta_decay->KSGenEnergyBetaDecay__ksgen_energy_beta_decay__nmax - - + + KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil__max_energy - -max_energy + +max_energy KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil->KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil__max_energy - - + + KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil__min_energy - -min_energy + +min_energy KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil->KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil__min_energy - - + + KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil__name - -name + +name KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil->KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil__name - - + + KSGenEnergyComposite__ksgen_energy_composite__energy - -energy + +energy KSGenEnergyComposite__ksgen_energy_composite->KSGenEnergyComposite__ksgen_energy_composite__energy - - + + KSGenEnergyComposite__ksgen_energy_composite__name - -name + +name KSGenEnergyComposite__ksgen_energy_composite->KSGenEnergyComposite__ksgen_energy_composite__name - - + + KSGenValueBoltzmann__energy_boltzmann - -energy_boltzmann + +energy_boltzmann KSGenEnergyComposite__ksgen_energy_composite->KSGenValueBoltzmann__energy_boltzmann - - + + KSGenValueFermi__energy_fermi - -energy_fermi + +energy_fermi KSGenEnergyComposite__ksgen_energy_composite->KSGenValueFermi__energy_fermi - - + + KSGenValueFix__energy_fix - -energy_fix + +energy_fix KSGenEnergyComposite__ksgen_energy_composite->KSGenValueFix__energy_fix - - + + KSGenValueFormula__energy_formula - -energy_formula + +energy_formula KSGenEnergyComposite__ksgen_energy_composite->KSGenValueFormula__energy_formula - - + + KSGenValueGauss__energy_gauss - -energy_gauss + +energy_gauss KSGenEnergyComposite__ksgen_energy_composite->KSGenValueGauss__energy_gauss - - + + KSGenValueGeneralizedGauss__energy_generalized_gauss - -energy_generalized_gauss + +energy_generalized_gauss KSGenEnergyComposite__ksgen_energy_composite->KSGenValueGeneralizedGauss__energy_generalized_gauss - - + + KSGenValueHistogram__energy_histogram - -energy_histogram + +energy_histogram KSGenEnergyComposite__ksgen_energy_composite->KSGenValueHistogram__energy_histogram - - + + KSGenValueList__energy_list - -energy_list + +energy_list KSGenEnergyComposite__ksgen_energy_composite->KSGenValueList__energy_list - - + + KSGenValueSet__energy_set - -energy_set + +energy_set KSGenEnergyComposite__ksgen_energy_composite->KSGenValueSet__energy_set - - + + KSGenValueUniform__energy_uniform - -energy_uniform + +energy_uniform KSGenEnergyComposite__ksgen_energy_composite->KSGenValueUniform__energy_uniform - - + + KSGenEnergyKryptonEvent__ksgen_energy_krypton_event__do_auger - -do_auger + +do_auger KSGenEnergyKryptonEvent__ksgen_energy_krypton_event->KSGenEnergyKryptonEvent__ksgen_energy_krypton_event__do_auger - - + + KSGenEnergyKryptonEvent__ksgen_energy_krypton_event__do_conversion - -do_conversion + +do_conversion KSGenEnergyKryptonEvent__ksgen_energy_krypton_event->KSGenEnergyKryptonEvent__ksgen_energy_krypton_event__do_conversion - - + + KSGenEnergyKryptonEvent__ksgen_energy_krypton_event__force_conversion - -force_conversion + +force_conversion KSGenEnergyKryptonEvent__ksgen_energy_krypton_event->KSGenEnergyKryptonEvent__ksgen_energy_krypton_event__force_conversion - - + + KSGenEnergyKryptonEvent__ksgen_energy_krypton_event__name - -name + +name KSGenEnergyKryptonEvent__ksgen_energy_krypton_event->KSGenEnergyKryptonEvent__ksgen_energy_krypton_event__name - - + + KSGenEnergyLeadEvent__ksgen_energy_lead_event__do_auger - -do_auger + +do_auger KSGenEnergyLeadEvent__ksgen_energy_lead_event->KSGenEnergyLeadEvent__ksgen_energy_lead_event__do_auger - - + + KSGenEnergyLeadEvent__ksgen_energy_lead_event__do_conversion - -do_conversion + +do_conversion KSGenEnergyLeadEvent__ksgen_energy_lead_event->KSGenEnergyLeadEvent__ksgen_energy_lead_event__do_conversion - - + + KSGenEnergyLeadEvent__ksgen_energy_lead_event__force_conversion - -force_conversion + +force_conversion KSGenEnergyLeadEvent__ksgen_energy_lead_event->KSGenEnergyLeadEvent__ksgen_energy_lead_event__force_conversion - - + + KSGenEnergyLeadEvent__ksgen_energy_lead_event__name - -name + +name KSGenEnergyLeadEvent__ksgen_energy_lead_event->KSGenEnergyLeadEvent__ksgen_energy_lead_event__name - - + + KSGenEnergyRadonEvent__ksgen_energy_radon_event__do_auger - -do_auger + +do_auger KSGenEnergyRadonEvent__ksgen_energy_radon_event->KSGenEnergyRadonEvent__ksgen_energy_radon_event__do_auger - - + + KSGenEnergyRadonEvent__ksgen_energy_radon_event__do_conversion - -do_conversion + +do_conversion KSGenEnergyRadonEvent__ksgen_energy_radon_event->KSGenEnergyRadonEvent__ksgen_energy_radon_event__do_conversion - - + + KSGenEnergyRadonEvent__ksgen_energy_radon_event__do_shake_off - -do_shake_off + +do_shake_off KSGenEnergyRadonEvent__ksgen_energy_radon_event->KSGenEnergyRadonEvent__ksgen_energy_radon_event__do_shake_off - - + + KSGenEnergyRadonEvent__ksgen_energy_radon_event__force_conversion - -force_conversion + +force_conversion KSGenEnergyRadonEvent__ksgen_energy_radon_event->KSGenEnergyRadonEvent__ksgen_energy_radon_event__force_conversion - - + + KSGenEnergyRadonEvent__ksgen_energy_radon_event__force_shake_off - -force_shake_off + +force_shake_off KSGenEnergyRadonEvent__ksgen_energy_radon_event->KSGenEnergyRadonEvent__ksgen_energy_radon_event__force_shake_off - - + + KSGenEnergyRadonEvent__ksgen_energy_radon_event__isotope_number - -isotope_number + +isotope_number KSGenEnergyRadonEvent__ksgen_energy_radon_event->KSGenEnergyRadonEvent__ksgen_energy_radon_event__isotope_number - - + + KSGenEnergyRadonEvent__ksgen_energy_radon_event__name - -name + +name KSGenEnergyRadonEvent__ksgen_energy_radon_event->KSGenEnergyRadonEvent__ksgen_energy_radon_event__name - - + + KSGenEnergyRydberg__ksgen_energy_rydberg__deposited_energy - -deposited_energy + +deposited_energy KSGenEnergyRydberg__ksgen_energy_rydberg->KSGenEnergyRydberg__ksgen_energy_rydberg__deposited_energy - - + + KSGenEnergyRydberg__ksgen_energy_rydberg__ionization_energy - -ionization_energy + +ionization_energy KSGenEnergyRydberg__ksgen_energy_rydberg->KSGenEnergyRydberg__ksgen_energy_rydberg__ionization_energy - - + + KSGenEnergyRydberg__ksgen_energy_rydberg__name - -name + +name KSGenEnergyRydberg__ksgen_energy_rydberg->KSGenEnergyRydberg__ksgen_energy_rydberg__name - - + + KSGenGeneratorComposite__ksgen_generator_composite__creator - -creator + +creator KSGenGeneratorComposite__ksgen_generator_composite->KSGenGeneratorComposite__ksgen_generator_composite__creator - - + + KSGenGeneratorComposite__ksgen_generator_composite__name - -name + +name KSGenGeneratorComposite__ksgen_generator_composite->KSGenGeneratorComposite__ksgen_generator_composite__name - - + + KSGenGeneratorComposite__ksgen_generator_composite__pid - -pid + +pid KSGenGeneratorComposite__ksgen_generator_composite->KSGenGeneratorComposite__ksgen_generator_composite__pid - - + + KSGenGeneratorComposite__ksgen_generator_composite__special - -special + +special KSGenGeneratorComposite__ksgen_generator_composite->KSGenGeneratorComposite__ksgen_generator_composite__special - - + + KSGenGeneratorComposite__ksgen_generator_composite__string_id - -string_id + +string_id KSGenGeneratorComposite__ksgen_generator_composite->KSGenGeneratorComposite__ksgen_generator_composite__string_id - - + + KSGenDirectionSphericalComposite__direction_spherical_composite - -direction_spherical_composite + +direction_spherical_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenDirectionSphericalComposite__direction_spherical_composite - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field - -direction_spherical_magnetic_field + +direction_spherical_magnetic_field KSGenGeneratorComposite__ksgen_generator_composite->KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field - - + + KSGenDirectionSurfaceComposite__direction_surface_composite - -direction_surface_composite + +direction_surface_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenDirectionSurfaceComposite__direction_surface_composite - - + + KSGenEnergyBetaDecay__energy_beta_decay - -energy_beta_decay + +energy_beta_decay KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyBetaDecay__energy_beta_decay - - + + KSGenEnergyBetaRecoil__energy_beta_recoil - -energy_beta_recoil + +energy_beta_recoil KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyBetaRecoil__energy_beta_recoil - - + + KSGenEnergyComposite__energy_composite - -energy_composite + +energy_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyComposite__energy_composite - - + + KSGenEnergyKryptonEvent__energy_krypton_event - -energy_krypton_event + +energy_krypton_event KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyKryptonEvent__energy_krypton_event - - + + KSGenEnergyLeadEvent__energy_lead_event - -energy_lead_event + +energy_lead_event KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyLeadEvent__energy_lead_event - - + + KSGenEnergyRadonEvent__energy_radon_event - -energy_radon_event + +energy_radon_event KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyRadonEvent__energy_radon_event - - + + KSGenEnergyRydberg__energy_rydberg - -energy_rydberg + +energy_rydberg KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyRydberg__energy_rydberg - - + + KSGenLComposite__l_composite - -l_composite + +l_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenLComposite__l_composite - - + + KSGenLStatistical__l_statistical - -l_statistical + +l_statistical KSGenGeneratorComposite__ksgen_generator_composite->KSGenLStatistical__l_statistical - - + + KSGenLUniformMaxN__l_uniform_max_n - -l_uniform_max_n + +l_uniform_max_n KSGenGeneratorComposite__ksgen_generator_composite->KSGenLUniformMaxN__l_uniform_max_n - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite - -momentum_rectangular_composite + +momentum_rectangular_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenMomentumRectangularComposite__momentum_rectangular_composite - - + + KSGenNComposite__n_composite - -n_composite + +n_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenNComposite__n_composite - - + + KSGenValueFix__pid_fix - -pid_fix + +pid_fix KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueFix__pid_fix - - + + KSGenValueFormula__pid_formula - -pid_formula + +pid_formula KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueFormula__pid_formula - - + + KSGenValueGauss__pid_gauss - -pid_gauss + +pid_gauss KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueGauss__pid_gauss - - + + KSGenValueHistogram__pid_histogram - -pid_histogram + +pid_histogram KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueHistogram__pid_histogram - - + + KSGenValueList__pid_list - -pid_list + +pid_list KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueList__pid_list - - + + KSGenValuePareto__pid_pareto - -pid_pareto + +pid_pareto KSGenGeneratorComposite__ksgen_generator_composite->KSGenValuePareto__pid_pareto - - + + KSGenValueSet__pid_set - -pid_set + +pid_set KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueSet__pid_set - - + + KSGenValueUniform__pid_uniform - -pid_uniform + +pid_uniform KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueUniform__pid_uniform - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite - -position_cylindrical_composite + +position_cylindrical_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionCylindricalComposite__position_cylindrical_composite - - + + KSGenPositionFluxTube__position_flux_tube - -position_flux_tube + +position_flux_tube KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionFluxTube__position_flux_tube - - + + KSGenPositionFrustrumComposite__position_frustrum_composite - -position_frustrum_composite + +position_frustrum_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionFrustrumComposite__position_frustrum_composite - - + + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube - -position_homogeneous_flux_tube + +position_homogeneous_flux_tube KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube - - + + KSGenPositionMask__position_mask - -position_mask + +position_mask KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionMask__position_mask - - + + KSGenPositionMeshSurfaceRandom__position_mesh_surface_random - -position_mesh_surface_random + +position_mesh_surface_random KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionMeshSurfaceRandom__position_mesh_surface_random - - + + KSGenPositionRectangularComposite__position_rectangular_composite - -position_rectangular_composite + +position_rectangular_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionRectangularComposite__position_rectangular_composite - - + + KSGenPositionSpaceRandom__position_space_random - -position_space_random + +position_space_random KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionSpaceRandom__position_space_random - - + + KSGenPositionSphericalComposite__position_spherical_composite - -position_spherical_composite + +position_spherical_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionSphericalComposite__position_spherical_composite - - + + KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step - -position_surface_adjustment_step + +position_surface_adjustment_step KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step - - + + KSGenPositionSurfaceRandom__position_surface_random - -position_surface_random + +position_surface_random KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionSurfaceRandom__position_surface_random - - + + KSGenSpinComposite__spin_composite - -spin_composite + +spin_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenSpinComposite__spin_composite - - + + KSGenSpinRelativeComposite__spin_relative_composite - -spin_relative_composite + +spin_relative_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenSpinRelativeComposite__spin_relative_composite - - + + KSGenTimeComposite__time_composite - -time_composite + +time_composite KSGenGeneratorComposite__ksgen_generator_composite->KSGenTimeComposite__time_composite - - + + KSGenGeneratorTextFile__ksgen_generator_file__base - -base + +base KSGenGeneratorTextFile__ksgen_generator_file->KSGenGeneratorTextFile__ksgen_generator_file__base - - + + KSGenGeneratorTextFile__ksgen_generator_file__name - -name + +name KSGenGeneratorTextFile__ksgen_generator_file->KSGenGeneratorTextFile__ksgen_generator_file__name - - + + KSGenGeneratorTextFile__ksgen_generator_file__path - -path + +path KSGenGeneratorTextFile__ksgen_generator_file->KSGenGeneratorTextFile__ksgen_generator_file__path - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__base - -base + +base KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__base - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__direction_x - -direction_x + +direction_x KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__direction_x - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__direction_y - -direction_y + +direction_y KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__direction_y - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__direction_z - -direction_z + +direction_z KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__direction_z - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__energy - -energy + +energy KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__energy - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__generator - -generator + +generator KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__generator - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__kinetic_energy_field - -kinetic_energy_field + +kinetic_energy_field KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__kinetic_energy_field - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__momentum_field - -momentum_field + +momentum_field KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__momentum_field - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__name - -name + +name KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__name - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__path - -path + +path KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__path - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__pid_field - -pid_field + +pid_field KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__pid_field - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__position_field - -position_field + +position_field KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__position_field - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__position_x - -position_x + +position_x KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__position_x - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__position_y - -position_y + +position_y KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__position_y - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__position_z - -position_z + +position_z KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__position_z - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__terminator - -terminator + +terminator KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__terminator - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__time - -time + +time KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__time - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__time_field - -time_field + +time_field KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__time_field - - + + KSGenGeneratorSimulation__ksgen_generator_simulation__track_group - -track_group + +track_group KSGenGeneratorSimulation__ksgen_generator_simulation->KSGenGeneratorSimulation__ksgen_generator_simulation__track_group - - + + KSGenValueFix__l_fix - -l_fix + +l_fix KSGenLComposite__ksgen_l_composite->KSGenValueFix__l_fix - - + + KSGenValueFormula__l_formula - -l_formula + +l_formula KSGenLComposite__ksgen_l_composite->KSGenValueFormula__l_formula - - + + KSGenValueGauss__l_gauss - -l_gauss + +l_gauss KSGenLComposite__ksgen_l_composite->KSGenValueGauss__l_gauss - - + + KSGenValueList__l_list - -l_list + +l_list KSGenLComposite__ksgen_l_composite->KSGenValueList__l_list - - + + KSGenValueSet__l_set - -l_set + +l_set KSGenLComposite__ksgen_l_composite->KSGenValueSet__l_set - - + + KSGenValueUniform__l_uniform - -l_uniform + +l_uniform KSGenLComposite__ksgen_l_composite->KSGenValueUniform__l_uniform - - + + KSGenLComposite__ksgen_l_composite__l_value - -l_value + +l_value KSGenLComposite__ksgen_l_composite->KSGenLComposite__ksgen_l_composite__l_value - - + + KSGenLComposite__ksgen_l_composite__name - -name + +name KSGenLComposite__ksgen_l_composite->KSGenLComposite__ksgen_l_composite__name - - + + KSGenLStatistical__ksgen_l_statistical__name - -name + +name KSGenLStatistical__ksgen_l_statistical->KSGenLStatistical__ksgen_l_statistical__name - - + + KSGenLUniformMaxN__ksgen_l_uniform_max_n__name - -name + +name KSGenLUniformMaxN__ksgen_l_uniform_max_n->KSGenLUniformMaxN__ksgen_l_uniform_max_n__name - - + + KSGenValueFix__x_fix - -x_fix + +x_fix KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFix__x_fix - - + + KSGenValueFormula__x_formula - -x_formula + +x_formula KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFormula__x_formula - - + + KSGenValueGauss__x_gauss - -x_gauss + +x_gauss KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueGauss__x_gauss - - + + KSGenValueHistogram__x_histogram - -x_histogram + +x_histogram KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueHistogram__x_histogram - - + + KSGenValueList__x_list - -x_list + +x_list KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueList__x_list - - + + KSGenValueSet__x_set - -x_set + +x_set KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueSet__x_set - - + + KSGenValueUniform__x_uniform - -x_uniform + +x_uniform KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueUniform__x_uniform - - + + KSGenValueFix__y_fix - -y_fix + +y_fix KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFix__y_fix - - + + KSGenValueFormula__y_formula - -y_formula + +y_formula KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFormula__y_formula - - + + KSGenValueGauss__y_gauss - -y_gauss + +y_gauss KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueGauss__y_gauss - - + + KSGenValueHistogram__y_histogram - -y_histogram + +y_histogram KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueHistogram__y_histogram - - + + KSGenValueList__y_list - -y_list + +y_list KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueList__y_list - - + + KSGenValueSet__y_set - -y_set + +y_set KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueSet__y_set - - + + KSGenValueUniform__y_uniform - -y_uniform + +y_uniform KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueUniform__y_uniform - - + + KSGenValueFix__z_fix - -z_fix + +z_fix KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFix__z_fix - - + + KSGenValueFormula__z_formula - -z_formula + +z_formula KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFormula__z_formula - - + + KSGenValueGauss__z_gauss - -z_gauss + +z_gauss KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueGauss__z_gauss - - + + KSGenValueHistogram__z_histogram - -z_histogram + +z_histogram KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueHistogram__z_histogram - - + + KSGenValueList__z_list - -z_list + +z_list KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueList__z_list - - + + KSGenValueSet__z_set - -z_set + +z_set KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueSet__z_set - - + + KSGenValueUniform__z_uniform - -z_uniform + +z_uniform KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueUniform__z_uniform - - + + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__name - -name + +name KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__name - - + + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__space - -space + +space KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__space - - + + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__surface - -surface + +surface KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__surface - - + + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__x - -x + +x KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__x - - + + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__y - -y + +y KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__y - - + + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__z - -z + +z KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite__z - - + + KSGenValueFix__n_fix - -n_fix + +n_fix KSGenNComposite__ksgen_n_composite->KSGenValueFix__n_fix - - + + KSGenValueFormula__n_formula - -n_formula + +n_formula KSGenNComposite__ksgen_n_composite->KSGenValueFormula__n_formula - - + + KSGenValueGauss__n_gauss - -n_gauss + +n_gauss KSGenNComposite__ksgen_n_composite->KSGenValueGauss__n_gauss - - + + KSGenValueList__n_list - -n_list + +n_list KSGenNComposite__ksgen_n_composite->KSGenValueList__n_list - - + + KSGenValuePareto__n_pareto - -n_pareto + +n_pareto KSGenNComposite__ksgen_n_composite->KSGenValuePareto__n_pareto - - + + KSGenValueSet__n_set - -n_set + +n_set KSGenNComposite__ksgen_n_composite->KSGenValueSet__n_set - - + + KSGenValueUniform__n_uniform - -n_uniform + +n_uniform KSGenNComposite__ksgen_n_composite->KSGenValueUniform__n_uniform - - + + KSGenNComposite__ksgen_n_composite__n_value - -n_value + +n_value KSGenNComposite__ksgen_n_composite->KSGenNComposite__ksgen_n_composite__n_value - - + + KSGenNComposite__ksgen_n_composite__name - -name + +name KSGenNComposite__ksgen_n_composite->KSGenNComposite__ksgen_n_composite__name - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFix__phi_fix - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFormula__phi_formula - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueGauss__phi_gauss - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueHistogram__phi_histogram - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueList__phi_list - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueSet__phi_set - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueUniform__phi_uniform - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFix__z_fix - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFormula__z_formula - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueGauss__z_gauss - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueHistogram__z_histogram - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueList__z_list - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueSet__z_set - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueUniform__z_uniform - - + + KSGenValueRadiusCylindrical__r_cylindrical - -r_cylindrical + +r_cylindrical KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueRadiusCylindrical__r_cylindrical - - + + KSGenValueFix__r_fix - -r_fix + +r_fix KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFix__r_fix - - + + KSGenValueFormula__r_formula - -r_formula + +r_formula KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFormula__r_formula - - + + KSGenValueRadiusFraction__r_fraction - -r_fraction + +r_fraction KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueRadiusFraction__r_fraction - - + + KSGenValueGauss__r_gauss - -r_gauss + +r_gauss KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueGauss__r_gauss - - + + KSGenValueHistogram__r_histogram - -r_histogram + +r_histogram KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueHistogram__r_histogram - - + + KSGenValueList__r_list - -r_list + +r_list KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueList__r_list - - + + KSGenValueSet__r_set - -r_set + +r_set KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueSet__r_set - - + + KSGenValueUniform__r_uniform - -r_uniform + +r_uniform KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueUniform__r_uniform - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__name - -name + +name KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__name - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__phi - -phi + +phi KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__phi - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__r - -r + +r KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__r - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__space - -space + +space KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__space - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__surface - -surface + +surface KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__surface - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__z - -z + +z KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite__z - - + + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueFix__phi_fix - - + + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueGauss__phi_gauss - - + + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueSet__phi_set - - + + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueUniform__phi_uniform - - + + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueFix__z_fix - - + + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueFormula__z_formula - - + + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueGauss__z_gauss - - + + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueSet__z_set - - + + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueUniform__z_uniform - - + + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueFormula__r_formula - - + + KSGenPositionFluxTube__ksgen_position_flux_tube__flux - -flux + +flux KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenPositionFluxTube__ksgen_position_flux_tube__flux - - + + KSGenPositionFluxTube__ksgen_position_flux_tube__magnetic_field_name - -magnetic_field_name + +magnetic_field_name KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenPositionFluxTube__ksgen_position_flux_tube__magnetic_field_name - - + + KSGenPositionFluxTube__ksgen_position_flux_tube__n_integration_step - -n_integration_step + +n_integration_step KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenPositionFluxTube__ksgen_position_flux_tube__n_integration_step - - + + KSGenPositionFluxTube__ksgen_position_flux_tube__name - -name + +name KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenPositionFluxTube__ksgen_position_flux_tube__name - - + + KSGenPositionFluxTube__ksgen_position_flux_tube__only_surface - -only_surface + +only_surface KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenPositionFluxTube__ksgen_position_flux_tube__only_surface - - + + KSGenPositionFluxTube__ksgen_position_flux_tube__phi - -phi + +phi KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenPositionFluxTube__ksgen_position_flux_tube__phi - - + + KSGenPositionFluxTube__ksgen_position_flux_tube__space - -space + +space KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenPositionFluxTube__ksgen_position_flux_tube__space - - + + KSGenPositionFluxTube__ksgen_position_flux_tube__surface - -surface + +surface KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenPositionFluxTube__ksgen_position_flux_tube__surface - - + + KSGenPositionFluxTube__ksgen_position_flux_tube__z - -z + +z KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenPositionFluxTube__ksgen_position_flux_tube__z - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__phi_fix - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFormula__phi_formula - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueGauss__phi_gauss - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueHistogram__phi_histogram - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueList__phi_list - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueSet__phi_set - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueUniform__phi_uniform - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__z_fix - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFormula__z_formula - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueGauss__z_gauss - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueHistogram__z_histogram - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueList__z_list - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueSet__z_set - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueUniform__z_uniform - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueRadiusCylindrical__r_cylindrical - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__r_fix - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFormula__r_formula - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueRadiusFraction__r_fraction - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueGauss__r_gauss - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueHistogram__r_histogram - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueList__r_list - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueSet__r_set - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueUniform__r_uniform - - + + KSGenValueFix__r1_fix - -r1_fix + +r1_fix KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__r1_fix - - + + KSGenValueFix__r2_fix - -r2_fix + +r2_fix KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__r2_fix - - + + KSGenValueFix__z1_fix - -z1_fix + +z1_fix KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__z1_fix - - + + KSGenValueFix__z2_fix - -z2_fix + +z2_fix KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__z2_fix - - + + KSGenValueZFrustrum__z_frustrum - -z_frustrum + +z_frustrum KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueZFrustrum__z_frustrum - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__name - -name + +name KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__name - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__phi - -phi + +phi KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__phi - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__r - -r + +r KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__r - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__r1 - -r1 + +r1 KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__r1 - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__r2 - -r2 + +r2 KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__r2 - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__space - -space + +space KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__space - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__surface - -surface + +surface KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__surface - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__z - -z + +z KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__z - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__z1 - -z1 + +z1 KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__z1 - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__z2 - -z2 + +z2 KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite__z2 - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__flux - -flux + +flux KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__flux - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__magnetic_field_name - -magnetic_field_name + +magnetic_field_name KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__magnetic_field_name - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__n_integration_step - -n_integration_step + +n_integration_step KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__n_integration_step - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__name - -name + +name KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__name - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__phi_max - -phi_max + +phi_max KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__phi_max - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__phi_min - -phi_min + +phi_min KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__phi_min - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__r_max - -r_max + +r_max KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__r_max - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__z_max - -z_max + +z_max KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__z_max - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__z_min - -z_min + +z_min KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube__z_min - - + + KSGenPositionMask__ksgen_position_mask->KSGenPositionCylindricalComposite__position_cylindrical_composite - - + + KSGenPositionMask__ksgen_position_mask->KSGenPositionMeshSurfaceRandom__position_mesh_surface_random - - + + KSGenPositionMask__ksgen_position_mask->KSGenPositionRectangularComposite__position_rectangular_composite - - + + KSGenPositionMask__ksgen_position_mask->KSGenPositionSpaceRandom__position_space_random - - + + KSGenPositionMask__ksgen_position_mask->KSGenPositionSphericalComposite__position_spherical_composite - - + + KSGenPositionSurfaceRandom __position_surface_random - -position_surface_random + +position_surface_random KSGenPositionMask__ksgen_position_mask->KSGenPositionSurfaceRandom __position_surface_random - - + + KSGenPositionMask__ksgen_position_mask__max_retries - -max_retries + +max_retries KSGenPositionMask__ksgen_position_mask->KSGenPositionMask__ksgen_position_mask__max_retries - - + + KSGenPositionMask__ksgen_position_mask__name - -name + +name KSGenPositionMask__ksgen_position_mask->KSGenPositionMask__ksgen_position_mask__name - - + + KSGenPositionMask__ksgen_position_mask__spaces_allowed - -spaces_allowed + +spaces_allowed KSGenPositionMask__ksgen_position_mask->KSGenPositionMask__ksgen_position_mask__spaces_allowed - - + + KSGenPositionMask__ksgen_position_mask__spaces_forbidden - -spaces_forbidden + +spaces_forbidden KSGenPositionMask__ksgen_position_mask->KSGenPositionMask__ksgen_position_mask__spaces_forbidden - - + + KSGenPositionMeshSurfaceRandom__ksgen_position_mesh_surface_random__name - -name + +name KSGenPositionMeshSurfaceRandom__ksgen_position_mesh_surface_random->KSGenPositionMeshSurfaceRandom__ksgen_position_mesh_surface_random__name - - + + KSGenPositionMeshSurfaceRandom__ksgen_position_mesh_surface_random__surfaces - -surfaces + +surfaces KSGenPositionMeshSurfaceRandom__ksgen_position_mesh_surface_random->KSGenPositionMeshSurfaceRandom__ksgen_position_mesh_surface_random__surfaces - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFix__x_fix - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFormula__x_formula - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueGauss__x_gauss - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueHistogram__x_histogram - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueList__x_list - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueSet__x_set - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueUniform__x_uniform - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFix__y_fix - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFormula__y_formula - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueGauss__y_gauss - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueHistogram__y_histogram - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueList__y_list - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueSet__y_set - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueUniform__y_uniform - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFix__z_fix - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFormula__z_formula - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueGauss__z_gauss - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueHistogram__z_histogram - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueList__z_list - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueSet__z_set - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueUniform__z_uniform - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__name - -name + +name KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__name - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__space - -space + +space KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__space - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__surface - -surface + +surface KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__surface - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__x - -x + +x KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__x - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__y - -y + +y KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__y - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__z - -z + +z KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenPositionRectangularComposite__ksgen_position_rectangular_composite__z - - + + KSGenPositionSpaceRandom__ksgen_position_space_random__name - -name + +name KSGenPositionSpaceRandom__ksgen_position_space_random->KSGenPositionSpaceRandom__ksgen_position_space_random__name - - + + KSGenPositionSpaceRandom__ksgen_position_space_random__spaces - -spaces + +spaces KSGenPositionSpaceRandom__ksgen_position_space_random->KSGenPositionSpaceRandom__ksgen_position_space_random__spaces - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFix__phi_fix - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFormula__phi_formula - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueGauss__phi_gauss - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueHistogram__phi_histogram - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueList__phi_list - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueSet__phi_set - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueUniform__phi_uniform - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFix__theta_fix - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFormula__theta_formula - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueGauss__theta_gauss - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueHistogram__theta_histogram - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueList__theta_list - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueSet__theta_set - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueAngleSpherical__theta_spherical - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueUniform__theta_uniform - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFix__r_fix - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFormula__r_formula - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueGauss__r_gauss - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueHistogram__r_histogram - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueList__r_list - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueSet__r_set - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueUniform__r_uniform - - + + KSGenValueRadiusSpherical__r_spherical - -r_spherical + +r_spherical KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueRadiusSpherical__r_spherical - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite__name - -name + +name KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenPositionSphericalComposite__ksgen_position_spherical_composite__name - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite__phi - -phi + +phi KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenPositionSphericalComposite__ksgen_position_spherical_composite__phi - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite__r - -r + +r KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenPositionSphericalComposite__ksgen_position_spherical_composite__r - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite__space - -space + +space KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenPositionSphericalComposite__ksgen_position_spherical_composite__space - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite__surface - -surface + +surface KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenPositionSphericalComposite__ksgen_position_spherical_composite__surface - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite__theta - -theta + +theta KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenPositionSphericalComposite__ksgen_position_spherical_composite__theta - - + + KSGenPositionSurfaceAdjustmentStep__ksgen_position_surface_adjustment_step__length - -length + +length KSGenPositionSurfaceAdjustmentStep__ksgen_position_surface_adjustment_step->KSGenPositionSurfaceAdjustmentStep__ksgen_position_surface_adjustment_step__length - - + + KSGenPositionSurfaceAdjustmentStep__ksgen_position_surface_adjustment_step__name - -name + +name KSGenPositionSurfaceAdjustmentStep__ksgen_position_surface_adjustment_step->KSGenPositionSurfaceAdjustmentStep__ksgen_position_surface_adjustment_step__name - - + + KSGenPositionSurfaceRandom__ksgen_position_surface_random__name - -name + +name KSGenPositionSurfaceRandom__ksgen_position_surface_random->KSGenPositionSurfaceRandom__ksgen_position_surface_random__name - - + + KSGenPositionSurfaceRandom__ksgen_position_surface_random__surfaces - -surfaces + +surfaces KSGenPositionSurfaceRandom__ksgen_position_surface_random->KSGenPositionSurfaceRandom__ksgen_position_surface_random__surfaces - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueFix__phi_fix - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueFormula__phi_formula - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueGauss__phi_gauss - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueHistogram__phi_histogram - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueList__phi_list - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueSet__phi_set - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueUniform__phi_uniform - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueAngleCosine__theta_cosine - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueFix__theta_fix - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueFormula__theta_formula - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueGauss__theta_gauss - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueHistogram__theta_histogram - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueList__theta_list - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueSet__theta_set - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueAngleSpherical__theta_spherical - - + + KSGenSpinComposite__ksgen_spin_composite->KSGenValueUniform__theta_uniform - - + + KSGenSpinComposite__ksgen_spin_composite__name - -name + +name KSGenSpinComposite__ksgen_spin_composite->KSGenSpinComposite__ksgen_spin_composite__name - - + + KSGenSpinComposite__ksgen_spin_composite__phi - -phi + +phi KSGenSpinComposite__ksgen_spin_composite->KSGenSpinComposite__ksgen_spin_composite__phi - - + + KSGenSpinComposite__ksgen_spin_composite__space - -space + +space KSGenSpinComposite__ksgen_spin_composite->KSGenSpinComposite__ksgen_spin_composite__space - - + + KSGenSpinComposite__ksgen_spin_composite__surface - -surface + +surface KSGenSpinComposite__ksgen_spin_composite->KSGenSpinComposite__ksgen_spin_composite__surface - - + + KSGenSpinComposite__ksgen_spin_composite__theta - -theta + +theta KSGenSpinComposite__ksgen_spin_composite->KSGenSpinComposite__ksgen_spin_composite__theta - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueFix__phi_fix - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueFormula__phi_formula - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueGauss__phi_gauss - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueHistogram__phi_histogram - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueList__phi_list - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueSet__phi_set - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueUniform__phi_uniform - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueAngleCosine__theta_cosine - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueFix__theta_fix - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueFormula__theta_formula - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueGauss__theta_gauss - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueHistogram__theta_histogram - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueList__theta_list - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueSet__theta_set - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueAngleSpherical__theta_spherical - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueUniform__theta_uniform - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative__name - -name + +name KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenSpinRelativeComposite__ksgen_spin_composite_relative__name - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative__phi - -phi + +phi KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenSpinRelativeComposite__ksgen_spin_composite_relative__phi - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative__space - -space + +space KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenSpinRelativeComposite__ksgen_spin_composite_relative__space - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative__surface - -surface + +surface KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenSpinRelativeComposite__ksgen_spin_composite_relative__surface - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative__theta - -theta + +theta KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenSpinRelativeComposite__ksgen_spin_composite_relative__theta - - + + KSGenValueFermi__time_fermi - -time_fermi + +time_fermi KSGenTimeComposite__ksgen_time_composite->KSGenValueFermi__time_fermi - - + + KSGenValueFix__time_fix - -time_fix + +time_fix KSGenTimeComposite__ksgen_time_composite->KSGenValueFix__time_fix - - + + KSGenValueFormula__time_formula - -time_formula + +time_formula KSGenTimeComposite__ksgen_time_composite->KSGenValueFormula__time_formula - - + + KSGenValueGauss__time_gauss - -time_gauss + +time_gauss KSGenTimeComposite__ksgen_time_composite->KSGenValueGauss__time_gauss - - + + KSGenValueGeneralizedGauss__time_generalized_gauss - -time_generalized_gauss + +time_generalized_gauss KSGenTimeComposite__ksgen_time_composite->KSGenValueGeneralizedGauss__time_generalized_gauss - - + + KSGenValueHistogram__time_histogram - -time_histogram + +time_histogram KSGenTimeComposite__ksgen_time_composite->KSGenValueHistogram__time_histogram - - + + KSGenValueList__time_list - -time_list + +time_list KSGenTimeComposite__ksgen_time_composite->KSGenValueList__time_list - - + + KSGenValueSet__time_set - -time_set + +time_set KSGenTimeComposite__ksgen_time_composite->KSGenValueSet__time_set - - + + KSGenValueUniform__time_uniform - -time_uniform + +time_uniform KSGenTimeComposite__ksgen_time_composite->KSGenValueUniform__time_uniform - - + + KSGenTimeComposite__ksgen_time_composite__name - -name + +name KSGenTimeComposite__ksgen_time_composite->KSGenTimeComposite__ksgen_time_composite__name - - + + KSGenTimeComposite__ksgen_time_composite__time_value - -time_value + +time_value KSGenTimeComposite__ksgen_time_composite->KSGenTimeComposite__ksgen_time_composite__time_value - - + + KSGenValueAngleCosine__ksgen_value_angle_cosine__angle_max - -angle_max + +angle_max KSGenValueAngleCosine__ksgen_value_angle_cosine->KSGenValueAngleCosine__ksgen_value_angle_cosine__angle_max - - + + KSGenValueAngleCosine__ksgen_value_angle_cosine__angle_min - -angle_min + +angle_min KSGenValueAngleCosine__ksgen_value_angle_cosine->KSGenValueAngleCosine__ksgen_value_angle_cosine__angle_min - - + + KSGenValueAngleCosine__ksgen_value_angle_cosine__mode - -mode + +mode KSGenValueAngleCosine__ksgen_value_angle_cosine->KSGenValueAngleCosine__ksgen_value_angle_cosine__mode - - + + KSGenValueAngleCosine__ksgen_value_angle_cosine__name - -name + +name KSGenValueAngleCosine__ksgen_value_angle_cosine->KSGenValueAngleCosine__ksgen_value_angle_cosine__name - - + + KSGenValueAngleSpherical__ksgen_value_angle_spherical__angle_max - -angle_max + +angle_max KSGenValueAngleSpherical__ksgen_value_angle_spherical->KSGenValueAngleSpherical__ksgen_value_angle_spherical__angle_max - - + + KSGenValueAngleSpherical__ksgen_value_angle_spherical__angle_min - -angle_min + +angle_min KSGenValueAngleSpherical__ksgen_value_angle_spherical->KSGenValueAngleSpherical__ksgen_value_angle_spherical__angle_min - - + + KSGenValueAngleSpherical__ksgen_value_angle_spherical__name - -name + +name KSGenValueAngleSpherical__ksgen_value_angle_spherical->KSGenValueAngleSpherical__ksgen_value_angle_spherical__name - - + + KSGenValueBoltzmann__ksgen_value_boltzmann__name - -name + +name KSGenValueBoltzmann__ksgen_value_boltzmann->KSGenValueBoltzmann__ksgen_value_boltzmann__name - - + + KSGenValueBoltzmann__ksgen_value_boltzmann__unit_eV - -unit_eV + +unit_eV KSGenValueBoltzmann__ksgen_value_boltzmann->KSGenValueBoltzmann__ksgen_value_boltzmann__unit_eV - - + + KSGenValueBoltzmann__ksgen_value_boltzmann__value_kT - -value_kT + +value_kT KSGenValueBoltzmann__ksgen_value_boltzmann->KSGenValueBoltzmann__ksgen_value_boltzmann__value_kT - - + + KSGenValueBoltzmann__ksgen_value_boltzmann__value_mass - -value_mass + +value_mass KSGenValueBoltzmann__ksgen_value_boltzmann->KSGenValueBoltzmann__ksgen_value_boltzmann__value_mass - - + + KSGenValueFermi__ksgen_value_fermi__name - -name + +name KSGenValueFermi__ksgen_value_fermi->KSGenValueFermi__ksgen_value_fermi__name - - + + KSGenValueFermi__ksgen_value_fermi__value_max - -value_max + +value_max KSGenValueFermi__ksgen_value_fermi->KSGenValueFermi__ksgen_value_fermi__value_max - - + + KSGenValueFermi__ksgen_value_fermi__value_mean - -value_mean + +value_mean KSGenValueFermi__ksgen_value_fermi->KSGenValueFermi__ksgen_value_fermi__value_mean - - + + KSGenValueFermi__ksgen_value_fermi__value_min - -value_min + +value_min KSGenValueFermi__ksgen_value_fermi->KSGenValueFermi__ksgen_value_fermi__value_min - - + + KSGenValueFermi__ksgen_value_fermi__value_tau - -value_tau + +value_tau KSGenValueFermi__ksgen_value_fermi->KSGenValueFermi__ksgen_value_fermi__value_tau - - + + KSGenValueFermi__ksgen_value_fermi__value_temp - -value_temp + +value_temp KSGenValueFermi__ksgen_value_fermi->KSGenValueFermi__ksgen_value_fermi__value_temp - - + + KSGenValueFix__ksgen_value_fix__name - -name + +name KSGenValueFix__ksgen_value_fix->KSGenValueFix__ksgen_value_fix__name - - + + KSGenValueFix__ksgen_value_fix__value - -value + +value KSGenValueFix__ksgen_value_fix->KSGenValueFix__ksgen_value_fix__value - - + + KSGenValueFormula__ksgen_value_formula__name - -name + +name KSGenValueFormula__ksgen_value_formula->KSGenValueFormula__ksgen_value_formula__name - - + + KSGenValueFormula__ksgen_value_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__ksgen_value_formula->KSGenValueFormula__ksgen_value_formula__value_formula - - + + KSGenValueFormula__ksgen_value_formula__value_max - -value_max + +value_max KSGenValueFormula__ksgen_value_formula->KSGenValueFormula__ksgen_value_formula__value_max - - + + KSGenValueFormula__ksgen_value_formula__value_min - -value_min + +value_min KSGenValueFormula__ksgen_value_formula->KSGenValueFormula__ksgen_value_formula__value_min - - + + KSGenValueGauss__ksgen_value_gauss__name - -name + +name KSGenValueGauss__ksgen_value_gauss->KSGenValueGauss__ksgen_value_gauss__name - - + + KSGenValueGauss__ksgen_value_gauss__value_max - -value_max + +value_max KSGenValueGauss__ksgen_value_gauss->KSGenValueGauss__ksgen_value_gauss__value_max - - + + KSGenValueGauss__ksgen_value_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__ksgen_value_gauss->KSGenValueGauss__ksgen_value_gauss__value_mean - - + + KSGenValueGauss__ksgen_value_gauss__value_min - -value_min + +value_min KSGenValueGauss__ksgen_value_gauss->KSGenValueGauss__ksgen_value_gauss__value_min - - + + KSGenValueGauss__ksgen_value_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__ksgen_value_gauss->KSGenValueGauss__ksgen_value_gauss__value_sigma - - + + KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__name - -name + +name KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss->KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__name - - + + KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__value_max - -value_max + +value_max KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss->KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__value_max - - + + KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__value_mean - -value_mean + +value_mean KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss->KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__value_mean - - + + KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__value_min - -value_min + +value_min KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss->KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__value_min - - + + KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss->KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__value_sigma - - + + KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__value_skew - -value_skew + +value_skew KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss->KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss__value_skew - - + + KSGenValueHistogram__ksgen_value_histogram__base - -base + +base KSGenValueHistogram__ksgen_value_histogram->KSGenValueHistogram__ksgen_value_histogram__base - - + + KSGenValueHistogram__ksgen_value_histogram__formula - -formula + +formula KSGenValueHistogram__ksgen_value_histogram->KSGenValueHistogram__ksgen_value_histogram__formula - - + + KSGenValueHistogram__ksgen_value_histogram__histogram - -histogram + +histogram KSGenValueHistogram__ksgen_value_histogram->KSGenValueHistogram__ksgen_value_histogram__histogram - - + + KSGenValueHistogram__ksgen_value_histogram__name - -name + +name KSGenValueHistogram__ksgen_value_histogram->KSGenValueHistogram__ksgen_value_histogram__name - - + + KSGenValueHistogram__ksgen_value_histogram__path - -path + +path KSGenValueHistogram__ksgen_value_histogram->KSGenValueHistogram__ksgen_value_histogram__path - - + + KSGenValueList__ksgen_value_list__add_value - -add_value + +add_value KSGenValueList__ksgen_value_list->KSGenValueList__ksgen_value_list__add_value - - + + KSGenValueList__ksgen_value_list__name - -name + +name KSGenValueList__ksgen_value_list->KSGenValueList__ksgen_value_list__name - - + + KSGenValueList__ksgen_value_list__randomize - -randomize + +randomize KSGenValueList__ksgen_value_list->KSGenValueList__ksgen_value_list__randomize - - + + KSGenValuePareto__ksgen_value_pareto__cutoff - -cutoff + +cutoff KSGenValuePareto__ksgen_value_pareto->KSGenValuePareto__ksgen_value_pareto__cutoff - - + + KSGenValuePareto__ksgen_value_pareto__name - -name + +name KSGenValuePareto__ksgen_value_pareto->KSGenValuePareto__ksgen_value_pareto__name - - + + KSGenValuePareto__ksgen_value_pareto__offset - -offset + +offset KSGenValuePareto__ksgen_value_pareto->KSGenValuePareto__ksgen_value_pareto__offset - - + + KSGenValuePareto__ksgen_value_pareto__slope - -slope + +slope KSGenValuePareto__ksgen_value_pareto->KSGenValuePareto__ksgen_value_pareto__slope - - + + KSGenValuePareto__ksgen_value_pareto__value_max - -value_max + +value_max KSGenValuePareto__ksgen_value_pareto->KSGenValuePareto__ksgen_value_pareto__value_max - - + + KSGenValuePareto__ksgen_value_pareto__value_min - -value_min + +value_min KSGenValuePareto__ksgen_value_pareto->KSGenValuePareto__ksgen_value_pareto__value_min - - + + KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical__name - -name + +name KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical->KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical__name - - + + KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical__radius_max - -radius_max + +radius_max KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical->KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical__radius_max - - + + KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical__radius_min - -radius_min + +radius_min KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical->KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical__radius_min - - + + KSGenValueRadiusFraction__ksgen_value_radius_fraction__name - -name + +name KSGenValueRadiusFraction__ksgen_value_radius_fraction->KSGenValueRadiusFraction__ksgen_value_radius_fraction__name - - + + KSGenValueRadiusSpherical__ksgen_value_radius_spherical__name - -name + +name KSGenValueRadiusSpherical__ksgen_value_radius_spherical->KSGenValueRadiusSpherical__ksgen_value_radius_spherical__name - - + + KSGenValueRadiusSpherical__ksgen_value_radius_spherical__radius_max - -radius_max + +radius_max KSGenValueRadiusSpherical__ksgen_value_radius_spherical->KSGenValueRadiusSpherical__ksgen_value_radius_spherical__radius_max - - + + KSGenValueRadiusSpherical__ksgen_value_radius_spherical__radius_min - -radius_min + +radius_min KSGenValueRadiusSpherical__ksgen_value_radius_spherical->KSGenValueRadiusSpherical__ksgen_value_radius_spherical__radius_min - - + + KSGenValueSet__ksgen_value_set__name - -name + +name KSGenValueSet__ksgen_value_set->KSGenValueSet__ksgen_value_set__name - - + + KSGenValueSet__ksgen_value_set__value_count - -value_count + +value_count KSGenValueSet__ksgen_value_set->KSGenValueSet__ksgen_value_set__value_count - - + + KSGenValueSet__ksgen_value_set__value_increment - -value_increment + +value_increment KSGenValueSet__ksgen_value_set->KSGenValueSet__ksgen_value_set__value_increment - - + + KSGenValueSet__ksgen_value_set__value_start - -value_start + +value_start KSGenValueSet__ksgen_value_set->KSGenValueSet__ksgen_value_set__value_start - - + + KSGenValueSet__ksgen_value_set__value_stop - -value_stop + +value_stop KSGenValueSet__ksgen_value_set->KSGenValueSet__ksgen_value_set__value_stop - - + + KSGenValueUniform__ksgen_value_uniform__name - -name + +name KSGenValueUniform__ksgen_value_uniform->KSGenValueUniform__ksgen_value_uniform__name - - + + KSGenValueUniform__ksgen_value_uniform__value_max - -value_max + +value_max KSGenValueUniform__ksgen_value_uniform->KSGenValueUniform__ksgen_value_uniform__value_max - - + + KSGenValueUniform__ksgen_value_uniform__value_min - -value_min + +value_min KSGenValueUniform__ksgen_value_uniform->KSGenValueUniform__ksgen_value_uniform__value_min - - + + KSGenValueZFrustrum__ksgen_value_z_frustrum__name - -name + +name KSGenValueZFrustrum__ksgen_value_z_frustrum->KSGenValueZFrustrum__ksgen_value_z_frustrum__name - - + + KSGenValueZFrustrum__ksgen_value_z_frustrum__r1 - -r1 + +r1 KSGenValueZFrustrum__ksgen_value_z_frustrum->KSGenValueZFrustrum__ksgen_value_z_frustrum__r1 - - + + KSGenValueZFrustrum__ksgen_value_z_frustrum__r2 - -r2 + +r2 KSGenValueZFrustrum__ksgen_value_z_frustrum->KSGenValueZFrustrum__ksgen_value_z_frustrum__r2 - - + + KSGenValueZFrustrum__ksgen_value_z_frustrum__z1 - -z1 + +z1 KSGenValueZFrustrum__ksgen_value_z_frustrum->KSGenValueZFrustrum__ksgen_value_z_frustrum__z1 - - + + KSGenValueZFrustrum__ksgen_value_z_frustrum__z2 - -z2 + +z2 KSGenValueZFrustrum__ksgen_value_z_frustrum->KSGenValueZFrustrum__ksgen_value_z_frustrum__z2 - - + + KSGeoSide__ksgeo_side__name - -name + +name KSGeoSide__ksgeo_side->KSGeoSide__ksgeo_side__name - - + + KSGeoSide__ksgeo_side__spaces - -spaces + +spaces KSGeoSide__ksgeo_side->KSGeoSide__ksgeo_side__spaces - - + + KSGeoSide__ksgeo_side__surfaces - -surfaces + +surfaces KSGeoSide__ksgeo_side->KSGeoSide__ksgeo_side__surfaces - - + + KSCommandMemberAddElectricFieldData__add_electric_field - -add_electric_field + +add_electric_field KSGeoSide__ksgeo_side->KSCommandMemberAddElectricFieldData__add_electric_field - - + + KSCommandMemberAddMagneticFieldData__add_magnetic_field - -add_magnetic_field + +add_magnetic_field KSGeoSide__ksgeo_side->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + KSCommandMemberAddStepModifierData__add_step_modifier - -add_step_modifier + +add_step_modifier KSGeoSide__ksgeo_side->KSCommandMemberAddStepModifierData__add_step_modifier - - + + KSCommandMemberAddStepOutputData__add_step_output - -add_step_output + +add_step_output KSGeoSide__ksgeo_side->KSCommandMemberAddStepOutputData__add_step_output - - + + KSCommandMemberAddTerminatorData__add_terminator - -add_terminator + +add_terminator KSGeoSide__ksgeo_side->KSCommandMemberAddTerminatorData__add_terminator - - + + KSCommandMemberAddTrackOutputData__add_track_output - -add_track_output + +add_track_output KSGeoSide__ksgeo_side->KSCommandMemberAddTrackOutputData__add_track_output - - + + KSCommandMemberClearSurfaceInteractionData__clear_surface_interaction - -clear_surface_interaction + +clear_surface_interaction KSGeoSide__ksgeo_side->KSCommandMemberClearSurfaceInteractionData__clear_surface_interaction - - + + KSCommandMemberData__command - -command + +command KSGeoSide__ksgeo_side->KSCommandMemberData__command - - + + KSCommandMemberRemoveElectricFieldData__remove_magnetic_field - -remove_magnetic_field + +remove_magnetic_field KSGeoSide__ksgeo_side->KSCommandMemberRemoveElectricFieldData__remove_magnetic_field - - + + KSCommandMemberRemoveStepModifierData__remove_step_modifier - -remove_step_modifier + +remove_step_modifier KSGeoSide__ksgeo_side->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + KSCommandMemberRemoveStepOutputData__remove_step_output - -remove_step_output + +remove_step_output KSGeoSide__ksgeo_side->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + KSCommandMemberRemoveTerminatorData__remove_terminator - -remove_terminator + +remove_terminator KSGeoSide__ksgeo_side->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + KSCommandMemberRemoveTrackOutputData__remove_track_output - -remove_track_output + +remove_track_output KSGeoSide__ksgeo_side->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + KSCommandMemberSetSurfaceInteractionData__set_surface_interaction - -set_surface_interaction + +set_surface_interaction KSGeoSide__ksgeo_side->KSCommandMemberSetSurfaceInteractionData__set_surface_interaction - - + + KSGeoSpace__ksgeo_space->KSCommandMemberAddElectricFieldData__add_electric_field - - + + KSGeoSpace__ksgeo_space->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + KSGeoSpace__ksgeo_space->KSCommandMemberAddStepModifierData__add_step_modifier - - + + KSGeoSpace__ksgeo_space->KSCommandMemberAddStepOutputData__add_step_output - - + + KSGeoSpace__ksgeo_space->KSCommandMemberAddTerminatorData__add_terminator - - + + KSGeoSpace__ksgeo_space->KSCommandMemberAddTrackOutputData__add_track_output - - + + KSGeoSpace__ksgeo_space->KSCommandMemberData__command - - + + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + KSGeoSpace__ksgeo_space__name - -name + +name KSGeoSpace__ksgeo_space->KSGeoSpace__ksgeo_space__name - - + + KSGeoSpace__ksgeo_space__spaces - -spaces + +spaces KSGeoSpace__ksgeo_space->KSGeoSpace__ksgeo_space__spaces - - + + KSCommandMemberAddControlData__add_control - -add_control + +add_control KSGeoSpace__ksgeo_space->KSCommandMemberAddControlData__add_control - - + + KSCommandMemberAddSpaceInteractionData__add_space_interaction - -add_space_interaction + +add_space_interaction KSGeoSpace__ksgeo_space->KSCommandMemberAddSpaceInteractionData__add_space_interaction - - + + KSCommandMemberAddTermData__add_term - -add_term + +add_term KSGeoSpace__ksgeo_space->KSCommandMemberAddTermData__add_term - - + + KSCommandMemberClearDensityData__clear_density - -clear_density + +clear_density KSGeoSpace__ksgeo_space->KSCommandMemberClearDensityData__clear_density - - + + KSCommandMemberClearStepDataData__clear_step_data - -clear_step_data + +clear_step_data KSGeoSpace__ksgeo_space->KSCommandMemberClearStepDataData__clear_step_data - - + + KSCommandMemberClearStepPointData__clear_step_point - -clear_step_point + +clear_step_point KSGeoSpace__ksgeo_space->KSCommandMemberClearStepPointData__clear_step_point - - + + KSCommandMemberClearTrackDataData__clear_track_data - -clear_track_data + +clear_track_data KSGeoSpace__ksgeo_space->KSCommandMemberClearTrackDataData__clear_track_data - - + + KSCommandMemberClearTrackPointData__clear_track_point - -clear_track_point + +clear_track_point KSGeoSpace__ksgeo_space->KSCommandMemberClearTrackPointData__clear_track_point - - + + KSCommandMemberClearTrajectoryData__clear_trajectory - -clear_trajectory + +clear_trajectory KSGeoSpace__ksgeo_space->KSCommandMemberClearTrajectoryData__clear_trajectory - - + + KSGeoSide__geo_side - -geo_side + +geo_side KSGeoSpace__ksgeo_space->KSGeoSide__geo_side - - + + KSGeoSpace__geo_space - -geo_space + +geo_space KSGeoSpace__ksgeo_space->KSGeoSpace__geo_space - - + + KSGeoSurface__geo_surface - -geo_surface + +geo_surface KSGeoSpace__ksgeo_space->KSGeoSurface__geo_surface - - + + KSCommandMemberRemoveControlData__remove_control - -remove_control + +remove_control KSGeoSpace__ksgeo_space->KSCommandMemberRemoveControlData__remove_control - - + + KSCommandMemberRemoveElectricFieldData__remove_electric_field - -remove_electric_field + +remove_electric_field KSGeoSpace__ksgeo_space->KSCommandMemberRemoveElectricFieldData__remove_electric_field - - + + KSCommandMemberRemoveMagneticFieldData__remove_magnetic_field - -remove_magnetic_field + +remove_magnetic_field KSGeoSpace__ksgeo_space->KSCommandMemberRemoveMagneticFieldData__remove_magnetic_field - - + + KSCommandMemberRemoveSpaceInteractionData__remove_space_interaction - -remove_space_interaction + +remove_space_interaction KSGeoSpace__ksgeo_space->KSCommandMemberRemoveSpaceInteractionData__remove_space_interaction - - + + KSCommandMemberRemoveTermData__remove_term - -remove_term + +remove_term KSGeoSpace__ksgeo_space->KSCommandMemberRemoveTermData__remove_term - - + + KSCommandMemberSetDensityData__set_density - -set_density + +set_density KSGeoSpace__ksgeo_space->KSCommandMemberSetDensityData__set_density - - + + KSCommandMemberSetStepDataData__set_step_data - -set_step_data + +set_step_data KSGeoSpace__ksgeo_space->KSCommandMemberSetStepDataData__set_step_data - - + + KSCommandMemberSetStepPointData__set_step_point - -set_step_point + +set_step_point KSGeoSpace__ksgeo_space->KSCommandMemberSetStepPointData__set_step_point - - + + KSCommandMemberSetTrackDataData__set_track_data - -set_track_data + +set_track_data KSGeoSpace__ksgeo_space->KSCommandMemberSetTrackDataData__set_track_data - - + + KSCommandMemberSetTrackPointData__set_track_point - -set_track_point + +set_track_point KSGeoSpace__ksgeo_space->KSCommandMemberSetTrackPointData__set_track_point - - + + KSCommandMemberSetTrajectoryData__set_trajectory - -set_trajectory + +set_trajectory KSGeoSpace__ksgeo_space->KSCommandMemberSetTrajectoryData__set_trajectory - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberAddElectricFieldData__add_electric_field - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberAddStepModifierData__add_step_modifier - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberAddStepOutputData__add_step_output - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberAddTerminatorData__add_terminator - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberAddTrackOutputData__add_track_output - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberClearSurfaceInteractionData__clear_surface_interaction - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberData__command - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberRemoveElectricFieldData__remove_magnetic_field - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + KSGeoSurface__ksgeo_surface->KSCommandMemberSetSurfaceInteractionData__set_surface_interaction - - + + KSGeoSurface__ksgeo_surface__name - -name + +name KSGeoSurface__ksgeo_surface->KSGeoSurface__ksgeo_surface__name - - + + KSGeoSurface__ksgeo_surface__spaces - -spaces + +spaces KSGeoSurface__ksgeo_surface->KSGeoSurface__ksgeo_surface__spaces - - + + KSGeoSurface__ksgeo_surface__surfaces - -surfaces + +surfaces KSGeoSurface__ksgeo_surface->KSGeoSurface__ksgeo_surface__surfaces - - + + KSIntCalculatorConstant__ksint_calculator_constant__cross_section - -cross_section + +cross_section KSIntCalculatorConstant__ksint_calculator_constant->KSIntCalculatorConstant__ksint_calculator_constant__cross_section - - + + KSIntCalculatorConstant__ksint_calculator_constant__name - -name + +name KSIntCalculatorConstant__ksint_calculator_constant->KSIntCalculatorConstant__ksint_calculator_constant__name - - + + KSIntCalculatorIon__ksint_calculator_ion__gas - -gas + +gas KSIntCalculatorIon__ksint_calculator_ion->KSIntCalculatorIon__ksint_calculator_ion__gas - - + + KSIntCalculatorIon__ksint_calculator_ion__name - -name + +name KSIntCalculatorIon__ksint_calculator_ion->KSIntCalculatorIon__ksint_calculator_ion__name - - + + KSIntDecay__ksint_decay__calculator - -calculator + +calculator KSIntDecay__ksint_decay->KSIntDecay__ksint_decay__calculator - - + + KSIntDecay__ksint_decay__calculators - -calculators + +calculators KSIntDecay__ksint_decay->KSIntDecay__ksint_decay__calculators - - + + KSIntDecay__ksint_decay__enhancement - -enhancement + +enhancement KSIntDecay__ksint_decay->KSIntDecay__ksint_decay__enhancement - - + + KSIntDecay__ksint_decay__name - -name + +name KSIntDecay__ksint_decay->KSIntDecay__ksint_decay__name - - + + KSIntDecayCalculatorDeathConstRate__decay_death_const_rate - -decay_death_const_rate + +decay_death_const_rate KSIntDecay__ksint_decay->KSIntDecayCalculatorDeathConstRate__decay_death_const_rate - - + + KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr - -decay_ferenc_bbr + +decay_ferenc_bbr KSIntDecay__ksint_decay->KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr - - + + KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation - -decay_ferenc_ionisation + +decay_ferenc_ionisation KSIntDecay__ksint_decay->KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation - - + + KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous - -decay_ferenc_spontaneous + +decay_ferenc_spontaneous KSIntDecay__ksint_decay->KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous - - + + KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation - -decay_glukhov_deexcitation + +decay_glukhov_deexcitation KSIntDecay__ksint_decay->KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation - - + + KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation - -decay_glukhov_excitation + +decay_glukhov_excitation KSIntDecay__ksint_decay->KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation - - + + KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation - -decay_glukhov_ionisation + +decay_glukhov_ionisation KSIntDecay__ksint_decay->KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation - - + + KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous - -decay_glukhov_spontaneous + +decay_glukhov_spontaneous KSIntDecay__ksint_decay->KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous - - + + KSGenGeneratorComposite__decay_product_generator - -decay_product_generator + +decay_product_generator KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate__life_time - -life_time + +life_time KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate->KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate__life_time - - + + KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate__max_pid - -max_pid + +max_pid KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate->KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate__max_pid - - + + KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate__min_pid - -min_pid + +min_pid KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate->KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate__min_pid - - + + KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate__name - -name + +name KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate->KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate__name - - + + KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate__target_pid - -target_pid + +target_pid KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate->KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate__target_pid - - + + KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition__max_pid - -max_pid + +max_pid KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition->KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition__max_pid - - + + KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition__min_pid - -min_pid + +min_pid KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition->KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition__min_pid - - + + KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition__name - -name + +name KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition->KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition__name - - + + KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition__target_pid - -target_pid + +target_pid KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition->KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition__target_pid - - + + KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition__temperature - -temperature + +temperature KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition->KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition__temperature - - + + KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation__max_pid - -max_pid + +max_pid KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation->KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation__max_pid - - + + KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation__min_pid - -min_pid + +min_pid KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation->KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation__min_pid - - + + KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation__name - -name + +name KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation->KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation__name - - + + KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation__target_pid - -target_pid + +target_pid KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation->KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation__target_pid - - + + KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation__temperature - -temperature + +temperature KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation->KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation__temperature - - + + KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous__max_pid - -max_pid + +max_pid KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous->KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous__max_pid - - + + KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous__min_pid - -min_pid + +min_pid KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous->KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous__min_pid - - + + KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous__name - -name + +name KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous->KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous__name - - + + KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous__target_pid - -target_pid + +target_pid KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous->KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous__target_pid - - + + KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation__max_pid - -max_pid + +max_pid KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation->KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation__max_pid - - + + KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation__min_pid - -min_pid + +min_pid KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation->KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation__min_pid - - + + KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation__name - -name + +name KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation->KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation__name - - + + KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation__target_pid - -target_pid + +target_pid KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation->KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation__target_pid - - + + KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation__temperature - -temperature + +temperature KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation->KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation__temperature - - + + KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation__max_pid - -max_pid + +max_pid KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation->KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation__max_pid - - + + KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation__min_pid - -min_pid + +min_pid KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation->KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation__min_pid - - + + KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation__name - -name + +name KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation->KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation__name - - + + KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation__target_pid - -target_pid + +target_pid KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation->KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation__target_pid - - + + KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation__temperature - -temperature + +temperature KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation->KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation__temperature - - + + KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation__max_pid - -max_pid + +max_pid KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation->KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation__max_pid - - + + KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation__min_pid - -min_pid + +min_pid KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation->KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation__min_pid - - + + KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation__name - -name + +name KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation->KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation__name - - + + KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation__target_pid - -target_pid + +target_pid KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation->KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation__target_pid - - + + KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation__temperature - -temperature + +temperature KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation->KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation__temperature - - + + KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous__max_pid - -max_pid + +max_pid KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous->KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous__max_pid - - + + KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous__min_pid - -min_pid + +min_pid KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous->KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous__min_pid - - + + KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous__name - -name + +name KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous->KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous__name - - + + KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous__target_pid - -target_pid + +target_pid KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous->KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous__target_pid - - + + KSIntDensityConstant__ksint_density_constant__density - -density + +density KSIntDensityConstant__ksint_density_constant->KSIntDensityConstant__ksint_density_constant__density - - + + KSIntDensityConstant__ksint_density_constant__name - -name + +name KSIntDensityConstant__ksint_density_constant->KSIntDensityConstant__ksint_density_constant__name - - + + KSIntDensityConstant__ksint_density_constant__pressure - -pressure + +pressure KSIntDensityConstant__ksint_density_constant->KSIntDensityConstant__ksint_density_constant__pressure - - + + KSIntDensityConstant__ksint_density_constant__pressure_mbar - -pressure_mbar + +pressure_mbar KSIntDensityConstant__ksint_density_constant->KSIntDensityConstant__ksint_density_constant__pressure_mbar - - + + KSIntDensityConstant__ksint_density_constant__temperature - -temperature + +temperature KSIntDensityConstant__ksint_density_constant->KSIntDensityConstant__ksint_density_constant__temperature - - + + KSIntScattering__ksint_scattering__calculator - -calculator + +calculator KSIntScattering__ksint_scattering->KSIntScattering__ksint_scattering__calculator - - + + KSIntScattering__ksint_scattering__calculators - -calculators + +calculators KSIntScattering__ksint_scattering->KSIntScattering__ksint_scattering__calculators - - + + KSIntScattering__ksint_scattering__density - -density + +density KSIntScattering__ksint_scattering->KSIntScattering__ksint_scattering__density - - + + KSIntScattering__ksint_scattering__enhancement - -enhancement + +enhancement KSIntScattering__ksint_scattering->KSIntScattering__ksint_scattering__enhancement - - + + KSIntScattering__ksint_scattering__name - -name + +name KSIntScattering__ksint_scattering->KSIntScattering__ksint_scattering__name - - + + KSIntScattering__ksint_scattering__split - -split + +split KSIntScattering__ksint_scattering->KSIntScattering__ksint_scattering__split - - + + KSIntCalculatorArgonSet__calculator_argon - -calculator_argon + +calculator_argon KSIntScattering__ksint_scattering->KSIntCalculatorArgonSet__calculator_argon - - + + KSIntCalculatorConstant__calculator_constant - -calculator_constant + +calculator_constant KSIntScattering__ksint_scattering->KSIntCalculatorConstant__calculator_constant - - + + KSIntCalculatorHydrogenSet__calculator_hydrogen - -calculator_hydrogen + +calculator_hydrogen KSIntScattering__ksint_scattering->KSIntCalculatorHydrogenSet__calculator_hydrogen - - + + KSIntCalculatorIon__calculator_ion - -calculator_ion + +calculator_ion KSIntScattering__ksint_scattering->KSIntCalculatorIon__calculator_ion - - + + KSIntCalculatorKESSSet__calculator_kess - -calculator_kess + +calculator_kess KSIntScattering__ksint_scattering->KSIntCalculatorKESSSet__calculator_kess - - + + KSIntDensityConstant__density_constant - -density_constant + +density_constant KSIntScattering__ksint_scattering->KSIntDensityConstant__density_constant - - + + KSIntSpinFlip__ksint_spin_flip__name - -name + +name KSIntSpinFlip__ksint_spin_flip->KSIntSpinFlip__ksint_spin_flip__name - - + + KSIntSpinFlipPulse__ksint_spin_flip_pulse__name - -name + +name KSIntSpinFlipPulse__ksint_spin_flip_pulse->KSIntSpinFlipPulse__ksint_spin_flip_pulse__name - - + + KSIntSpinFlipPulse__ksint_spin_flip_pulse__time - -time + +time KSIntSpinFlipPulse__ksint_spin_flip_pulse->KSIntSpinFlipPulse__ksint_spin_flip_pulse__time - - + + KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse__angle - -angle + +angle KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse->KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse__angle - - + + KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse__is_adiabatic - -is_adiabatic + +is_adiabatic KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse->KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse__is_adiabatic - - + + KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse__name - -name + +name KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse->KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse__name - - + + KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse__time - -time + +time KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse->KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse__time - - + + KSIntSurfaceUCN__ksint_surface_UCN__alpha - -alpha + +alpha KSIntSurfaceUCN__ksint_surface_UCN->KSIntSurfaceUCN__ksint_surface_UCN__alpha - - + + KSIntSurfaceUCN__ksint_surface_UCN__correlation_length - -correlation_length + +correlation_length KSIntSurfaceUCN__ksint_surface_UCN->KSIntSurfaceUCN__ksint_surface_UCN__correlation_length - - + + KSIntSurfaceUCN__ksint_surface_UCN__eta - -eta + +eta KSIntSurfaceUCN__ksint_surface_UCN->KSIntSurfaceUCN__ksint_surface_UCN__eta - - + + KSIntSurfaceUCN__ksint_surface_UCN__name - -name + +name KSIntSurfaceUCN__ksint_surface_UCN->KSIntSurfaceUCN__ksint_surface_UCN__name - - + + KSIntSurfaceUCN__ksint_surface_UCN__real_optical_potential - -real_optical_potential + +real_optical_potential KSIntSurfaceUCN__ksint_surface_UCN->KSIntSurfaceUCN__ksint_surface_UCN__real_optical_potential - - + + KSIntSurfaceDiffuse__ksint_surface_diffuse__name - -name + +name KSIntSurfaceDiffuse__ksint_surface_diffuse->KSIntSurfaceDiffuse__ksint_surface_diffuse__name - - + + KSIntSurfaceDiffuse__ksint_surface_diffuse__probability - -probability + +probability KSIntSurfaceDiffuse__ksint_surface_diffuse->KSIntSurfaceDiffuse__ksint_surface_diffuse__probability - - + + KSIntSurfaceDiffuse__ksint_surface_diffuse__reflection_loss - -reflection_loss + +reflection_loss KSIntSurfaceDiffuse__ksint_surface_diffuse->KSIntSurfaceDiffuse__ksint_surface_diffuse__reflection_loss - - + + KSIntSurfaceDiffuse__ksint_surface_diffuse__reflection_loss_fraction - -reflection_loss_fraction + +reflection_loss_fraction KSIntSurfaceDiffuse__ksint_surface_diffuse->KSIntSurfaceDiffuse__ksint_surface_diffuse__reflection_loss_fraction - - + + KSIntSurfaceDiffuse__ksint_surface_diffuse__transmission_loss - -transmission_loss + +transmission_loss KSIntSurfaceDiffuse__ksint_surface_diffuse->KSIntSurfaceDiffuse__ksint_surface_diffuse__transmission_loss - - + + KSIntSurfaceDiffuse__ksint_surface_diffuse__transmission_loss_fraction - -transmission_loss_fraction + +transmission_loss_fraction KSIntSurfaceDiffuse__ksint_surface_diffuse->KSIntSurfaceDiffuse__ksint_surface_diffuse__transmission_loss_fraction - - + + KSIntSurfaceMultiplication__ksint_surface_multiplication__energy_loss_fraction - -energy_loss_fraction + +energy_loss_fraction KSIntSurfaceMultiplication__ksint_surface_multiplication->KSIntSurfaceMultiplication__ksint_surface_multiplication__energy_loss_fraction - - + + KSIntSurfaceMultiplication__ksint_surface_multiplication__name - -name + +name KSIntSurfaceMultiplication__ksint_surface_multiplication->KSIntSurfaceMultiplication__ksint_surface_multiplication__name - - + + KSIntSurfaceMultiplication__ksint_surface_multiplication__required_energy_per_particle_ev - -required_energy_per_particle_ev + +required_energy_per_particle_ev KSIntSurfaceMultiplication__ksint_surface_multiplication->KSIntSurfaceMultiplication__ksint_surface_multiplication__required_energy_per_particle_ev - - + + KSIntSurfaceMultiplication__ksint_surface_multiplication__side - -side + +side KSIntSurfaceMultiplication__ksint_surface_multiplication->KSIntSurfaceMultiplication__ksint_surface_multiplication__side - - + + KSIntSurfaceSpecular__ksint_surface_specular__name - -name + +name KSIntSurfaceSpecular__ksint_surface_specular->KSIntSurfaceSpecular__ksint_surface_specular__name - - + + KSIntSurfaceSpecular__ksint_surface_specular__probability - -probability + +probability KSIntSurfaceSpecular__ksint_surface_specular->KSIntSurfaceSpecular__ksint_surface_specular__probability - - + + KSIntSurfaceSpecular__ksint_surface_specular__reflection_loss - -reflection_loss + +reflection_loss KSIntSurfaceSpecular__ksint_surface_specular->KSIntSurfaceSpecular__ksint_surface_specular__reflection_loss - - + + KSIntSurfaceSpecular__ksint_surface_specular__reflection_loss_fraction - -reflection_loss_fraction + +reflection_loss_fraction KSIntSurfaceSpecular__ksint_surface_specular->KSIntSurfaceSpecular__ksint_surface_specular__reflection_loss_fraction - - + + KSIntSurfaceSpecular__ksint_surface_specular__transmission_loss - -transmission_loss + +transmission_loss KSIntSurfaceSpecular__ksint_surface_specular->KSIntSurfaceSpecular__ksint_surface_specular__transmission_loss - - + + KSIntSurfaceSpecular__ksint_surface_specular__transmission_loss_fraction - -transmission_loss_fraction + +transmission_loss_fraction KSIntSurfaceSpecular__ksint_surface_specular->KSIntSurfaceSpecular__ksint_surface_specular__transmission_loss_fraction - - + + KSIntSurfaceSpinFlip__ksint_surface_spin_flip__name - -name + +name KSIntSurfaceSpinFlip__ksint_surface_spin_flip->KSIntSurfaceSpinFlip__ksint_surface_spin_flip__name - - + + KSIntSurfaceSpinFlip__ksint_surface_spin_flip__probability - -probability + +probability KSIntSurfaceSpinFlip__ksint_surface_spin_flip->KSIntSurfaceSpinFlip__ksint_surface_spin_flip__probability - - + + KSModDynamicEnhancement__ksmod_dynamic_enhancement__dynamic - -dynamic + +dynamic KSModDynamicEnhancement__ksmod_dynamic_enhancement->KSModDynamicEnhancement__ksmod_dynamic_enhancement__dynamic - - + + KSModDynamicEnhancement__ksmod_dynamic_enhancement__name - -name + +name KSModDynamicEnhancement__ksmod_dynamic_enhancement->KSModDynamicEnhancement__ksmod_dynamic_enhancement__name - - + + KSModDynamicEnhancement__ksmod_dynamic_enhancement__reference_energy - -reference_energy + +reference_energy KSModDynamicEnhancement__ksmod_dynamic_enhancement->KSModDynamicEnhancement__ksmod_dynamic_enhancement__reference_energy - - + + KSModDynamicEnhancement__ksmod_dynamic_enhancement__scattering - -scattering + +scattering KSModDynamicEnhancement__ksmod_dynamic_enhancement->KSModDynamicEnhancement__ksmod_dynamic_enhancement__scattering - - + + KSModDynamicEnhancement__ksmod_dynamic_enhancement__static_enhancement - -static_enhancement + +static_enhancement KSModDynamicEnhancement__ksmod_dynamic_enhancement->KSModDynamicEnhancement__ksmod_dynamic_enhancement__static_enhancement - - + + KSModDynamicEnhancement__ksmod_dynamic_enhancement__synchrotron - -synchrotron + +synchrotron KSModDynamicEnhancement__ksmod_dynamic_enhancement->KSModDynamicEnhancement__ksmod_dynamic_enhancement__synchrotron - - + + KSModEventReport__ksmod_event_report__name - -name + +name KSModEventReport__ksmod_event_report->KSModEventReport__ksmod_event_report__name - - + + KSModSplitOnTurn__ksmod_split_on_turn__direction - -direction + +direction KSModSplitOnTurn__ksmod_split_on_turn->KSModSplitOnTurn__ksmod_split_on_turn__direction - - + + KSModSplitOnTurn__ksmod_split_on_turn__name - -name + +name KSModSplitOnTurn__ksmod_split_on_turn->KSModSplitOnTurn__ksmod_split_on_turn__name - - + + KSNavMeshedSpace__ksnav_meshed_space__absolute_tolerance - -absolute_tolerance + +absolute_tolerance KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__absolute_tolerance - - + + KSNavMeshedSpace__ksnav_meshed_space__enter_split - -enter_split + +enter_split KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__enter_split - - + + KSNavMeshedSpace__ksnav_meshed_space__exit_split - -exit_split + +exit_split KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__exit_split - - + + KSNavMeshedSpace__ksnav_meshed_space__fail_check - -fail_check + +fail_check KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__fail_check - - + + KSNavMeshedSpace__ksnav_meshed_space__max_octree_depth - -max_octree_depth + +max_octree_depth KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__max_octree_depth - - + + KSNavMeshedSpace__ksnav_meshed_space__n_allowed_elements - -n_allowed_elements + +n_allowed_elements KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__n_allowed_elements - - + + KSNavMeshedSpace__ksnav_meshed_space__name - -name + +name KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__name - - + + KSNavMeshedSpace__ksnav_meshed_space__octree_file - -octree_file + +octree_file KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__octree_file - - + + KSNavMeshedSpace__ksnav_meshed_space__path - -path + +path KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__path - - + + KSNavMeshedSpace__ksnav_meshed_space__relative_tolerance - -relative_tolerance + +relative_tolerance KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__relative_tolerance - - + + KSNavMeshedSpace__ksnav_meshed_space__root_space - -root_space + +root_space KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__root_space - - + + KSNavMeshedSpace__ksnav_meshed_space__spatial_resolution - -spatial_resolution + +spatial_resolution KSNavMeshedSpace__ksnav_meshed_space->KSNavMeshedSpace__ksnav_meshed_space__spatial_resolution - - + + KSNavSpace__ksnav_space__enter_split - -enter_split + +enter_split KSNavSpace__ksnav_space->KSNavSpace__ksnav_space__enter_split - - + + KSNavSpace__ksnav_space__exit_split - -exit_split + +exit_split KSNavSpace__ksnav_space->KSNavSpace__ksnav_space__exit_split - - + + KSNavSpace__ksnav_space__fail_check - -fail_check + +fail_check KSNavSpace__ksnav_space->KSNavSpace__ksnav_space__fail_check - - + + KSNavSpace__ksnav_space__name - -name + +name KSNavSpace__ksnav_space->KSNavSpace__ksnav_space__name - - + + KSNavSpace__ksnav_space__tolerance - -tolerance + +tolerance KSNavSpace__ksnav_space->KSNavSpace__ksnav_space__tolerance - - + + KSNavSurface__ksnav_surface__name - -name + +name KSNavSurface__ksnav_surface->KSNavSurface__ksnav_surface__name - - + + KSNavSurface__ksnav_surface__reflection_split - -reflection_split + +reflection_split KSNavSurface__ksnav_surface->KSNavSurface__ksnav_surface__reflection_split - - + + KSNavSurface__ksnav_surface__transmission_split - -transmission_split + +transmission_split KSNavSurface__ksnav_surface->KSNavSurface__ksnav_surface__transmission_split - - + + KSTermDeath__ksterm_death__name - -name + +name KSTermDeath__ksterm_death->KSTermDeath__ksterm_death__name - - + + KSTermMagnetron__ksterm_magnetron__max_phi - -max_phi + +max_phi KSTermMagnetron__ksterm_magnetron->KSTermMagnetron__ksterm_magnetron__max_phi - - + + KSTermMagnetron__ksterm_magnetron__name - -name + +name KSTermMagnetron__ksterm_magnetron->KSTermMagnetron__ksterm_magnetron__name - - + + KSTermMaxEnergy__ksterm_max_energy__energy - -energy + +energy KSTermMaxEnergy__ksterm_max_energy->KSTermMaxEnergy__ksterm_max_energy__energy - - + + KSTermMaxEnergy__ksterm_max_energy__name - -name + +name KSTermMaxEnergy__ksterm_max_energy->KSTermMaxEnergy__ksterm_max_energy__name - - + + KSTermMaxLength__ksterm_max_length__length - -length + +length KSTermMaxLength__ksterm_max_length->KSTermMaxLength__ksterm_max_length__length - - + + KSTermMaxLength__ksterm_max_length__name - -name + +name KSTermMaxLength__ksterm_max_length->KSTermMaxLength__ksterm_max_length__name - - + + KSTermMaxLongEnergy__ksterm_max_long_energy__long_energy - -long_energy + +long_energy KSTermMaxLongEnergy__ksterm_max_long_energy->KSTermMaxLongEnergy__ksterm_max_long_energy__long_energy - - + + KSTermMaxLongEnergy__ksterm_max_long_energy__name - -name + +name KSTermMaxLongEnergy__ksterm_max_long_energy->KSTermMaxLongEnergy__ksterm_max_long_energy__name - - + + KSTermMaxR__ksterm_max_r__name - -name + +name KSTermMaxR__ksterm_max_r->KSTermMaxR__ksterm_max_r__name - - + + KSTermMaxR__ksterm_max_r__r - -r + +r KSTermMaxR__ksterm_max_r->KSTermMaxR__ksterm_max_r__r - - + + KSTermMaxStepTime__ksterm_max_step_time__name - -name + +name KSTermMaxStepTime__ksterm_max_step_time->KSTermMaxStepTime__ksterm_max_step_time__name - - + + KSTermMaxStepTime__ksterm_max_step_time__time - -time + +time KSTermMaxStepTime__ksterm_max_step_time->KSTermMaxStepTime__ksterm_max_step_time__time - - + + KSTermMaxSteps__ksterm_max_steps__name - -name + +name KSTermMaxSteps__ksterm_max_steps->KSTermMaxSteps__ksterm_max_steps__name - - + + KSTermMaxSteps__ksterm_max_steps__steps - -steps + +steps KSTermMaxSteps__ksterm_max_steps->KSTermMaxSteps__ksterm_max_steps__steps - - + + KSTermMaxTime__ksterm_max_time__name - -name + +name KSTermMaxTime__ksterm_max_time->KSTermMaxTime__ksterm_max_time__name - - + + KSTermMaxTime__ksterm_max_time__time - -time + +time KSTermMaxTime__ksterm_max_time->KSTermMaxTime__ksterm_max_time__time - - + + KSTermMaxTotalTime__ksterm_max_total_time__name - -name + +name KSTermMaxTotalTime__ksterm_max_total_time->KSTermMaxTotalTime__ksterm_max_total_time__name - - + + KSTermMaxTotalTime__ksterm_max_total_time__time - -time + +time KSTermMaxTotalTime__ksterm_max_total_time->KSTermMaxTotalTime__ksterm_max_total_time__time - - + + KSTermMaxZ__ksterm_max_z__name - -name + +name KSTermMaxZ__ksterm_max_z->KSTermMaxZ__ksterm_max_z__name - - + + KSTermMaxZ__ksterm_max_z__z - -z + +z KSTermMaxZ__ksterm_max_z->KSTermMaxZ__ksterm_max_z__z - - + + KSTermMinDistance__ksterm_min_distance__min_distance - -min_distance + +min_distance KSTermMinDistance__ksterm_min_distance->KSTermMinDistance__ksterm_min_distance__min_distance - - + + KSTermMinDistance__ksterm_min_distance__name - -name + +name KSTermMinDistance__ksterm_min_distance->KSTermMinDistance__ksterm_min_distance__name - - + + KSTermMinDistance__ksterm_min_distance__surfaces - -surfaces + +surfaces KSTermMinDistance__ksterm_min_distance->KSTermMinDistance__ksterm_min_distance__surfaces - - + + KSTermMinEnergy__ksterm_min_energy__energy - -energy + +energy KSTermMinEnergy__ksterm_min_energy->KSTermMinEnergy__ksterm_min_energy__energy - - + + KSTermMinEnergy__ksterm_min_energy__name - -name + +name KSTermMinEnergy__ksterm_min_energy->KSTermMinEnergy__ksterm_min_energy__name - - + + KSTermMinLongEnergy__ksterm_min_long_energy__long_energy - -long_energy + +long_energy KSTermMinLongEnergy__ksterm_min_long_energy->KSTermMinLongEnergy__ksterm_min_long_energy__long_energy - - + + KSTermMinLongEnergy__ksterm_min_long_energy__name - -name + +name KSTermMinLongEnergy__ksterm_min_long_energy->KSTermMinLongEnergy__ksterm_min_long_energy__name - - + + KSTermMinR__ksterm_min_r__name - -name + +name KSTermMinR__ksterm_min_r->KSTermMinR__ksterm_min_r__name - - + + KSTermMinR__ksterm_min_r__r - -r + +r KSTermMinR__ksterm_min_r->KSTermMinR__ksterm_min_r__r - - + + KSTermMinZ__ksterm_min_z__name - -name + +name KSTermMinZ__ksterm_min_z->KSTermMinZ__ksterm_min_z__name - - + + KSTermMinZ__ksterm_min_z__z - -z + +z KSTermMinZ__ksterm_min_z->KSTermMinZ__ksterm_min_z__z - - + + KSTermOutputData__ksterm_output__component - -component + +component KSTermOutputData__ksterm_output->KSTermOutputData__ksterm_output__component - - + + KSTermOutputData__ksterm_output__group - -group + +group KSTermOutputData__ksterm_output->KSTermOutputData__ksterm_output__group - - + + KSTermOutputData__ksterm_output__max_value - -max_value + +max_value KSTermOutputData__ksterm_output->KSTermOutputData__ksterm_output__max_value - - + + KSTermOutputData__ksterm_output__min_value - -min_value + +min_value KSTermOutputData__ksterm_output->KSTermOutputData__ksterm_output__min_value - - + + KSTermOutputData__ksterm_output__name - -name + +name KSTermOutputData__ksterm_output->KSTermOutputData__ksterm_output__name - - + + KSTermSecondaries__ksterm_secondaries__name - -name + +name KSTermSecondaries__ksterm_secondaries->KSTermSecondaries__ksterm_secondaries__name - - + + KSTermStepsize__ksterm_stepsize__max_length - -max_length + +max_length KSTermStepsize__ksterm_stepsize->KSTermStepsize__ksterm_stepsize__max_length - - + + KSTermStepsize__ksterm_stepsize__min_length - -min_length + +min_length KSTermStepsize__ksterm_stepsize->KSTermStepsize__ksterm_stepsize__min_length - - + + KSTermStepsize__ksterm_stepsize__name - -name + +name KSTermStepsize__ksterm_stepsize->KSTermStepsize__ksterm_stepsize__name - - + + KSTermTrapped__ksterm_trapped__max_turns - -max_turns + +max_turns KSTermTrapped__ksterm_trapped->KSTermTrapped__ksterm_trapped__max_turns - - + + KSTermTrapped__ksterm_trapped__name - -name + +name KSTermTrapped__ksterm_trapped->KSTermTrapped__ksterm_trapped__name - - + + KSTermTrapped__ksterm_trapped__use_electric_field - -use_electric_field + +use_electric_field KSTermTrapped__ksterm_trapped->KSTermTrapped__ksterm_trapped__use_electric_field - - + + KSTermTrapped__ksterm_trapped__use_magnetic_field - -use_magnetic_field + +use_magnetic_field KSTermTrapped__ksterm_trapped->KSTermTrapped__ksterm_trapped__use_magnetic_field - - + + KSTermZHRadius__ksterm_zh_radius__central_expansion - -central_expansion + +central_expansion KSTermZHRadius__ksterm_zh_radius->KSTermZHRadius__ksterm_zh_radius__central_expansion - - + + KSTermZHRadius__ksterm_zh_radius__electric_field - -electric_field + +electric_field KSTermZHRadius__ksterm_zh_radius->KSTermZHRadius__ksterm_zh_radius__electric_field - - + + KSTermZHRadius__ksterm_zh_radius__magnetic_field - -magnetic_field + +magnetic_field KSTermZHRadius__ksterm_zh_radius->KSTermZHRadius__ksterm_zh_radius__magnetic_field - - + + KSTermZHRadius__ksterm_zh_radius__name - -name + +name KSTermZHRadius__ksterm_zh_radius->KSTermZHRadius__ksterm_zh_radius__name - - + + KSTermZHRadius__ksterm_zh_radius__remote_expansion - -remote_expansion + +remote_expansion KSTermZHRadius__ksterm_zh_radius->KSTermZHRadius__ksterm_zh_radius__remote_expansion - - + + KSTrajControlBChange__kstraj_control_B_change__fraction - -fraction + +fraction KSTrajControlBChange__kstraj_control_B_change->KSTrajControlBChange__kstraj_control_B_change__fraction - - + + KSTrajControlBChange__kstraj_control_B_change__name - -name + +name KSTrajControlBChange__kstraj_control_B_change->KSTrajControlBChange__kstraj_control_B_change__name - - + + KSTrajControlCyclotron__kstraj_control_cyclotron__fraction - -fraction + +fraction KSTrajControlCyclotron__kstraj_control_cyclotron->KSTrajControlCyclotron__kstraj_control_cyclotron__fraction - - + + KSTrajControlCyclotron__kstraj_control_cyclotron__name - -name + +name KSTrajControlCyclotron__kstraj_control_cyclotron->KSTrajControlCyclotron__kstraj_control_cyclotron__name - - + + KSTrajControlEnergy__kstraj_control_energy__adjustment - -adjustment + +adjustment KSTrajControlEnergy__kstraj_control_energy->KSTrajControlEnergy__kstraj_control_energy__adjustment - - + + KSTrajControlEnergy__kstraj_control_energy__adjustment_down - -adjustment_down + +adjustment_down KSTrajControlEnergy__kstraj_control_energy->KSTrajControlEnergy__kstraj_control_energy__adjustment_down - - + + KSTrajControlEnergy__kstraj_control_energy__adjustment_up - -adjustment_up + +adjustment_up KSTrajControlEnergy__kstraj_control_energy->KSTrajControlEnergy__kstraj_control_energy__adjustment_up - - + + KSTrajControlEnergy__kstraj_control_energy__initial_step - -initial_step + +initial_step KSTrajControlEnergy__kstraj_control_energy->KSTrajControlEnergy__kstraj_control_energy__initial_step - - + + KSTrajControlEnergy__kstraj_control_energy__lower_limit - -lower_limit + +lower_limit KSTrajControlEnergy__kstraj_control_energy->KSTrajControlEnergy__kstraj_control_energy__lower_limit - - + + KSTrajControlEnergy__kstraj_control_energy__max_length - -max_length + +max_length KSTrajControlEnergy__kstraj_control_energy->KSTrajControlEnergy__kstraj_control_energy__max_length - - + + KSTrajControlEnergy__kstraj_control_energy__min_length - -min_length + +min_length KSTrajControlEnergy__kstraj_control_energy->KSTrajControlEnergy__kstraj_control_energy__min_length - - + + KSTrajControlEnergy__kstraj_control_energy__name - -name + +name KSTrajControlEnergy__kstraj_control_energy->KSTrajControlEnergy__kstraj_control_energy__name - - + + KSTrajControlEnergy__kstraj_control_energy__step_rescale - -step_rescale + +step_rescale KSTrajControlEnergy__kstraj_control_energy->KSTrajControlEnergy__kstraj_control_energy__step_rescale - - + + KSTrajControlEnergy__kstraj_control_energy__upper_limit - -upper_limit + +upper_limit KSTrajControlEnergy__kstraj_control_energy->KSTrajControlEnergy__kstraj_control_energy__upper_limit - - + + KSTrajControlLength__kstraj_control_length__length - -length + +length KSTrajControlLength__kstraj_control_length->KSTrajControlLength__kstraj_control_length__length - - + + KSTrajControlLength__kstraj_control_length__name - -name + +name KSTrajControlLength__kstraj_control_length->KSTrajControlLength__kstraj_control_length__name - - + + KSTrajControlMDot__kstraj_control_m_dot__fraction - -fraction + +fraction KSTrajControlMDot__kstraj_control_m_dot->KSTrajControlMDot__kstraj_control_m_dot__fraction - - + + KSTrajControlMDot__kstraj_control_m_dot__name - -name + +name KSTrajControlMDot__kstraj_control_m_dot->KSTrajControlMDot__kstraj_control_m_dot__name - - + + KSTrajControlMagneticMoment__kstraj_control_magnetic_moment__lower_limit - -lower_limit + +lower_limit KSTrajControlMagneticMoment__kstraj_control_magnetic_moment->KSTrajControlMagneticMoment__kstraj_control_magnetic_moment__lower_limit - - + + KSTrajControlMagneticMoment__kstraj_control_magnetic_moment__name - -name + +name KSTrajControlMagneticMoment__kstraj_control_magnetic_moment->KSTrajControlMagneticMoment__kstraj_control_magnetic_moment__name - - + + KSTrajControlMagneticMoment__kstraj_control_magnetic_moment__upper_limit - -upper_limit + +upper_limit KSTrajControlMagneticMoment__kstraj_control_magnetic_moment->KSTrajControlMagneticMoment__kstraj_control_magnetic_moment__upper_limit - - + + KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error__absolute_momentum_error - -absolute_momentum_error + +absolute_momentum_error KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error->KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error__absolute_momentum_error - - + + KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error__name - -name + +name KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error->KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error__name - - + + KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error__safety_factor - -safety_factor + +safety_factor KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error->KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error__safety_factor - - + + KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error__solver_order - -solver_order + +solver_order KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error->KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error__solver_order - - + + KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error__absolute_position_error - -absolute_position_error + +absolute_position_error KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error->KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error__absolute_position_error - - + + KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error__name - -name + +name KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error->KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error__name - - + + KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error__safety_factor - -safety_factor + +safety_factor KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error->KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error__safety_factor - - + + KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error__solver_order - -solver_order + +solver_order KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error->KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error__solver_order - - + + KSTrajControlSpinPrecession__kstraj_control_spin_precession__fraction - -fraction + +fraction KSTrajControlSpinPrecession__kstraj_control_spin_precession->KSTrajControlSpinPrecession__kstraj_control_spin_precession__fraction - - + + KSTrajControlSpinPrecession__kstraj_control_spin_precession__name - -name + +name KSTrajControlSpinPrecession__kstraj_control_spin_precession->KSTrajControlSpinPrecession__kstraj_control_spin_precession__name - - + + KSTrajControlTime__kstraj_control_time__name - -name + +name KSTrajControlTime__kstraj_control_time->KSTrajControlTime__kstraj_control_time__name - - + + KSTrajControlTime__kstraj_control_time__time - -time + +time KSTrajControlTime__kstraj_control_time->KSTrajControlTime__kstraj_control_time__time - - + + KSTrajIntegratorRK54__kstraj_integrator_rk54__name - -name + +name KSTrajIntegratorRK54__kstraj_integrator_rk54->KSTrajIntegratorRK54__kstraj_integrator_rk54__name - - + + KSTrajIntegratorRK65__kstraj_integrator_rk65__name - -name + +name KSTrajIntegratorRK65__kstraj_integrator_rk65->KSTrajIntegratorRK65__kstraj_integrator_rk65__name - - + + KSTrajIntegratorRK8__kstraj_integrator_rk8__name - -name + +name KSTrajIntegratorRK8__kstraj_integrator_rk8->KSTrajIntegratorRK8__kstraj_integrator_rk8__name - - + + KSTrajIntegratorRK86__kstraj_integrator_rk86__name - -name + +name KSTrajIntegratorRK86__kstraj_integrator_rk86->KSTrajIntegratorRK86__kstraj_integrator_rk86__name - - + + KSTrajIntegratorRK87__kstraj_integrator_rk87__name - -name + +name KSTrajIntegratorRK87__kstraj_integrator_rk87->KSTrajIntegratorRK87__kstraj_integrator_rk87__name - - + + KSTrajIntegratorRKDP54__kstraj_integrator_rkdp54__name - -name + +name KSTrajIntegratorRKDP54__kstraj_integrator_rkdp54->KSTrajIntegratorRKDP54__kstraj_integrator_rkdp54__name - - + + KSTrajIntegratorRKDP853__kstraj_integrator_rkdp853__name - -name + +name KSTrajIntegratorRKDP853__kstraj_integrator_rkdp853->KSTrajIntegratorRKDP853__kstraj_integrator_rkdp853__name - - + + KSTrajIntegratorSym4__kstraj_integrator_sym4__name - -name + +name KSTrajIntegratorSym4__kstraj_integrator_sym4->KSTrajIntegratorSym4__kstraj_integrator_sym4__name - - + + KSTrajInterpolatorContinuousRungeKutta__kstraj_interpolator_crk__name - -name + +name KSTrajInterpolatorContinuousRungeKutta__kstraj_interpolator_crk->KSTrajInterpolatorContinuousRungeKutta__kstraj_interpolator_crk__name - - + + KSTrajInterpolatorFast__kstraj_interpolator_fast__name - -name + +name KSTrajInterpolatorFast__kstraj_interpolator_fast->KSTrajInterpolatorFast__kstraj_interpolator_fast__name - - + + KSTrajInterpolatorHermite__kstraj_interpolator_hermite__name - -name + +name KSTrajInterpolatorHermite__kstraj_interpolator_hermite->KSTrajInterpolatorHermite__kstraj_interpolator_hermite__name - - + + KSTrajTermConstantForcePropagation__kstraj_term_constant_force_propagation__force - -force + +force KSTrajTermConstantForcePropagation__kstraj_term_constant_force_propagation->KSTrajTermConstantForcePropagation__kstraj_term_constant_force_propagation__force - - + + KSTrajTermConstantForcePropagation__kstraj_term_constant_force_propagation__name - -name + +name KSTrajTermConstantForcePropagation__kstraj_term_constant_force_propagation->KSTrajTermConstantForcePropagation__kstraj_term_constant_force_propagation__name - - + + KSTrajTermDrift__kstraj_term_drift__name - -name + +name KSTrajTermDrift__kstraj_term_drift->KSTrajTermDrift__kstraj_term_drift__name - - + + KSTrajTermGravity__kstraj_term_gravity__gravity - -gravity + +gravity KSTrajTermGravity__kstraj_term_gravity->KSTrajTermGravity__kstraj_term_gravity__gravity - - + + KSTrajTermGravity__kstraj_term_gravity__name - -name + +name KSTrajTermGravity__kstraj_term_gravity->KSTrajTermGravity__kstraj_term_gravity__name - - + + KSTrajTermGyration__kstraj_term_gyration__name - -name + +name KSTrajTermGyration__kstraj_term_gyration->KSTrajTermGyration__kstraj_term_gyration__name - - + + KSTrajTermPropagation__kstraj_term_propagation__direction - -direction + +direction KSTrajTermPropagation__kstraj_term_propagation->KSTrajTermPropagation__kstraj_term_propagation__direction - - + + KSTrajTermPropagation__kstraj_term_propagation__name - -name + +name KSTrajTermPropagation__kstraj_term_propagation->KSTrajTermPropagation__kstraj_term_propagation__name - - + + KSTrajTermSynchrotron__kstraj_term_synchrotron__enhancement - -enhancement + +enhancement KSTrajTermSynchrotron__kstraj_term_synchrotron->KSTrajTermSynchrotron__kstraj_term_synchrotron__enhancement - - + + KSTrajTermSynchrotron__kstraj_term_synchrotron__name - -name + +name KSTrajTermSynchrotron__kstraj_term_synchrotron->KSTrajTermSynchrotron__kstraj_term_synchrotron__name - - + + KSTrajTermSynchrotron__kstraj_term_synchrotron__old_methode - -old_methode + +old_methode KSTrajTermSynchrotron__kstraj_term_synchrotron->KSTrajTermSynchrotron__kstraj_term_synchrotron__old_methode - - + + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__attempt_limit - -attempt_limit + +attempt_limit KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__attempt_limit - - + + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__cyclotron_fraction - -cyclotron_fraction + +cyclotron_fraction KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__cyclotron_fraction - - + + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__max_segments - -max_segments + +max_segments KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__max_segments - - + + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__name - -name + +name KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__name - - + + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__piecewise_tolerance - -piecewise_tolerance + +piecewise_tolerance KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__piecewise_tolerance - - + + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__use_true_position - -use_true_position + +use_true_position KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic__use_true_position - - + + KSTrajControlBChange__control_B_change - -control_B_change + +control_B_change KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlBChange__control_B_change - - + + KSTrajControlCyclotron__control_cyclotron - -control_cyclotron + +control_cyclotron KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlCyclotron__control_cyclotron - - + + KSTrajControlEnergy__control_energy - -control_energy + +control_energy KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlEnergy__control_energy - - + + KSTrajControlLength__control_length - -control_length + +control_length KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlLength__control_length - - + + KSTrajControlMagneticMoment__control_magnetic_moment - -control_magnetic_moment + +control_magnetic_moment KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlMagneticMoment__control_magnetic_moment - - + + KSTrajControlMomentumNumericalError__control_momentum_error - -control_momentum_error + +control_momentum_error KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlMomentumNumericalError__control_momentum_error - - + + KSTrajControlPositionNumericalError__control_position_error - -control_position_error + +control_position_error KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlPositionNumericalError__control_position_error - - + + KSTrajControlTime__control_time - -control_time + +control_time KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlTime__control_time - - + + KSTrajIntegratorRK54__integrator_rk54 - -integrator_rk54 + +integrator_rk54 KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRK54__integrator_rk54 - - + + KSTrajIntegratorRK65__integrator_rk65 - -integrator_rk65 + +integrator_rk65 KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRK65__integrator_rk65 - - + + KSTrajIntegratorRK8__integrator_rk8 - -integrator_rk8 + +integrator_rk8 KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRK8__integrator_rk8 - - + + KSTrajIntegratorRK86__integrator_rk86 - -integrator_rk86 + +integrator_rk86 KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRK86__integrator_rk86 - - + + KSTrajIntegratorRK87__integrator_rk87 - -integrator_rk87 + +integrator_rk87 KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRK87__integrator_rk87 - - + + KSTrajIntegratorRKDP54__integrator_rkdp54 - -integrator_rkdp54 + +integrator_rkdp54 KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + KSTrajIntegratorRKDP853__integrator_rkdp853 - -integrator_rkdp853 + +integrator_rkdp853 KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - -interpolator_crk + +interpolator_crk KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + KSTrajInterpolatorFast__interpolator_fast - -interpolator_fast + +interpolator_fast KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajInterpolatorFast__interpolator_fast - - + + KSTrajInterpolatorHermite__interpolator_hermite - -interpolator_hermite + +interpolator_hermite KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajInterpolatorHermite__interpolator_hermite - - + + KSTrajTermDrift__term_drift - -term_drift + +term_drift KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTermDrift__term_drift - - + + KSTrajTermGyration__term_gyration - -term_gyration + +term_gyration KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTermGyration__term_gyration - - + + KSTrajTermPropagation__term_propagation - -term_propagation + +term_propagation KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTermPropagation__term_propagation - - + + KSTrajTermSynchrotron__term_synchrotron - -term_synchrotron + +term_synchrotron KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTermSynchrotron__term_synchrotron - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlBChange__control_B_change - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlCyclotron__control_cyclotron - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlEnergy__control_energy - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlLength__control_length - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlMagneticMoment__control_magnetic_moment - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlMomentumNumericalError__control_momentum_error - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlPositionNumericalError__control_position_error - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlTime__control_time - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRK54__integrator_rk54 - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRK65__integrator_rk65 - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRK8__integrator_rk8 - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRK86__integrator_rk86 - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRK87__integrator_rk87 - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajInterpolatorFast__interpolator_fast - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajInterpolatorHermite__interpolator_hermite - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajTermPropagation__term_propagation - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajTermSynchrotron__term_synchrotron - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin__attempt_limit - -attempt_limit + +attempt_limit KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin__attempt_limit - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin__max_segments - -max_segments + +max_segments KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin__max_segments - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin__name - -name + +name KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin__name - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin__piecewise_tolerance - -piecewise_tolerance + +piecewise_tolerance KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin__piecewise_tolerance - - + + KSTrajControlMDot__control_m_dot - -control_m_dot + +control_m_dot KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlMDot__control_m_dot - - + + KSTrajControlSpinPrecession__control_spin_precession - -control_spin_precession + +control_spin_precession KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlSpinPrecession__control_spin_precession - - + + KSTrajTermGravity__term_gravity - -term_gravity + +term_gravity KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajTermGravity__term_gravity - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajControlBChange__control_B_change - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajControlLength__control_length - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajControlTime__control_time - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRK54__integrator_rk54 - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRK65__integrator_rk65 - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRK8__integrator_rk8 - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRK86__integrator_rk86 - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRK87__integrator_rk87 - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajInterpolatorFast__interpolator_fast - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajInterpolatorHermite__interpolator_hermite - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajTermPropagation__term_propagation - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric__attempt_limit - -attempt_limit + +attempt_limit KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajTrajectoryElectric__kstraj_trajectory_electric__attempt_limit - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric__max_segments - -max_segments + +max_segments KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajTrajectoryElectric__kstraj_trajectory_electric__max_segments - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric__name - -name + +name KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajTrajectoryElectric__kstraj_trajectory_electric__name - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric__piecewise_tolerance - -piecewise_tolerance + +piecewise_tolerance KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajTrajectoryElectric__kstraj_trajectory_electric__piecewise_tolerance - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlBChange__control_B_change - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlCyclotron__control_cyclotron - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlEnergy__control_energy - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlLength__control_length - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlMagneticMoment__control_magnetic_moment - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlMomentumNumericalError__control_momentum_error - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlPositionNumericalError__control_position_error - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlTime__control_time - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRK54__integrator_rk54 - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRK65__integrator_rk65 - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRK8__integrator_rk8 - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRK86__integrator_rk86 - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRK87__integrator_rk87 - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajInterpolatorFast__interpolator_fast - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajInterpolatorHermite__interpolator_hermite - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajTermPropagation__term_propagation - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajTermSynchrotron__term_synchrotron - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajTermGravity__term_gravity - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact__attempt_limit - -attempt_limit + +attempt_limit KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajTrajectoryExact__kstraj_trajectory_exact__attempt_limit - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact__max_segments - -max_segments + +max_segments KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajTrajectoryExact__kstraj_trajectory_exact__max_segments - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact__name - -name + +name KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajTrajectoryExact__kstraj_trajectory_exact__name - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact__piecewise_tolerance - -piecewise_tolerance + +piecewise_tolerance KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajTrajectoryExact__kstraj_trajectory_exact__piecewise_tolerance - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlBChange__control_B_change - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlCyclotron__control_cyclotron - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlEnergy__control_energy - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlLength__control_length - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlMagneticMoment__control_magnetic_moment - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlMomentumNumericalError__control_momentum_error - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlPositionNumericalError__control_position_error - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlTime__control_time - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRK54__integrator_rk54 - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRK65__integrator_rk65 - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRK8__integrator_rk8 - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRK86__integrator_rk86 - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRK87__integrator_rk87 - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajInterpolatorFast__interpolator_fast - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajInterpolatorHermite__interpolator_hermite - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajTermPropagation__term_propagation - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajTermSynchrotron__term_synchrotron - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlSpinPrecession__control_spin_precession - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajTermGravity__term_gravity - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin__attempt_limit - -attempt_limit + +attempt_limit KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin__attempt_limit - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin__max_segments - -max_segments + +max_segments KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin__max_segments - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin__name - -name + +name KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin__name - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin__piecewise_tolerance - -piecewise_tolerance + +piecewise_tolerance KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin__piecewise_tolerance - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajControlLength__control_length - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajControlTime__control_time - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajIntegratorRK8__integrator_rk8 - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajTermPropagation__term_propagation - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajTermSynchrotron__term_synchrotron - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped__attempt_limit - -attempt_limit + +attempt_limit KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped__attempt_limit - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped__max_segments - -max_segments + +max_segments KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped__max_segments - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped__name - -name + +name KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped__name - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped__piecewise_tolerance - -piecewise_tolerance + +piecewise_tolerance KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped__piecewise_tolerance - - + + KSTrajIntegratorSym4__integrator_sym4 - -integrator_sym4 + +integrator_sym4 KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajIntegratorSym4__integrator_sym4 - - + + KSTrajInterpolatorContinuousRungeKutta __interpolator_crk - -interpolator_crk + +interpolator_crk KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajInterpolatorContinuousRungeKutta __interpolator_crk - - + + KSTrajInterpolatorFast __interpolator_fast - -interpolator_fast + +interpolator_fast KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajInterpolatorFast __interpolator_fast - - + + KSTrajInterpolatorHermite __interpolator_hermite - -interpolator_hermite + +interpolator_hermite KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajInterpolatorHermite __interpolator_hermite - - + + KSTrajTrajectoryLinear__kstraj_trajectory_linear__length - -length + +length KSTrajTrajectoryLinear__kstraj_trajectory_linear->KSTrajTrajectoryLinear__kstraj_trajectory_linear__length - - + + KSTrajTrajectoryLinear__kstraj_trajectory_linear__name - -name + +name KSTrajTrajectoryLinear__kstraj_trajectory_linear->KSTrajTrajectoryLinear__kstraj_trajectory_linear__name - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajControlBChange__control_B_change - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajControlLength__control_length - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajControlTime__control_time - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRK54__integrator_rk54 - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRK65__integrator_rk65 - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRK8__integrator_rk8 - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRK86__integrator_rk86 - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRK87__integrator_rk87 - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajInterpolatorFast__interpolator_fast - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajInterpolatorHermite__interpolator_hermite - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajTermPropagation__term_propagation - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic__attempt_limit - -attempt_limit + +attempt_limit KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic__attempt_limit - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic__max_segments - -max_segments + +max_segments KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic__max_segments - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic__name - -name + +name KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic__name - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic__piecewise_tolerance - -piecewise_tolerance + +piecewise_tolerance KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic__piecewise_tolerance - - + + KSWriteASCII__kswrite_ascii__base - -base + +base KSWriteASCII__kswrite_ascii->KSWriteASCII__kswrite_ascii__base - - + + KSWriteASCII__kswrite_ascii__name - -name + +name KSWriteASCII__kswrite_ascii->KSWriteASCII__kswrite_ascii__name - - + + KSWriteASCII__kswrite_ascii__path - -path + +path KSWriteASCII__kswrite_ascii->KSWriteASCII__kswrite_ascii__path - - + + KSWriteASCII__kswrite_ascii__precision - -precision + +precision KSWriteASCII__kswrite_ascii->KSWriteASCII__kswrite_ascii__precision - - + + KSWriteROOT__kswrite_root__base - -base + +base KSWriteROOT__kswrite_root->KSWriteROOT__kswrite_root__base - - + + KSWriteROOT__kswrite_root__name - -name + +name KSWriteROOT__kswrite_root->KSWriteROOT__kswrite_root__name - - + + KSWriteROOT__kswrite_root__path - -path + +path KSWriteROOT__kswrite_root->KSWriteROOT__kswrite_root__path - - + + KSWriteROOTConditionOutputData__kswrite_root_condition_output__group - -group + +group KSWriteROOTConditionOutputData__kswrite_root_condition_output->KSWriteROOTConditionOutputData__kswrite_root_condition_output__group - - + + KSWriteROOTConditionOutputData__kswrite_root_condition_output__max_value - -max_value + +max_value KSWriteROOTConditionOutputData__kswrite_root_condition_output->KSWriteROOTConditionOutputData__kswrite_root_condition_output__max_value - - + + KSWriteROOTConditionOutputData__kswrite_root_condition_output__min_value - -min_value + +min_value KSWriteROOTConditionOutputData__kswrite_root_condition_output->KSWriteROOTConditionOutputData__kswrite_root_condition_output__min_value - - + + KSWriteROOTConditionOutputData__kswrite_root_condition_output__name - -name + +name KSWriteROOTConditionOutputData__kswrite_root_condition_output->KSWriteROOTConditionOutputData__kswrite_root_condition_output__name - - + + KSWriteROOTConditionOutputData__kswrite_root_condition_output__parent - -parent + +parent KSWriteROOTConditionOutputData__kswrite_root_condition_output->KSWriteROOTConditionOutputData__kswrite_root_condition_output__parent - - + + KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__group - -group + +group KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic->KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__group - - + + KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__increment - -increment + +increment KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic->KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__increment - - + + KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__initial_max - -initial_max + +initial_max KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic->KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__initial_max - - + + KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__initial_min - -initial_min + +initial_min KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic->KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__initial_min - - + + KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__name - -name + +name KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic->KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__name - - + + KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__parent - -parent + +parent KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic->KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__parent - - + + KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__reset_max - -reset_max + +reset_max KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic->KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__reset_max - - + + KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__reset_min - -reset_min + +reset_min KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic->KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic__reset_min - - + + KSWriteROOTConditionStepData__kswrite_root_condition_step__group - -group + +group KSWriteROOTConditionStepData__kswrite_root_condition_step->KSWriteROOTConditionStepData__kswrite_root_condition_step__group - - + + KSWriteROOTConditionStepData__kswrite_root_condition_step__name - -name + +name KSWriteROOTConditionStepData__kswrite_root_condition_step->KSWriteROOTConditionStepData__kswrite_root_condition_step__name - - + + KSWriteROOTConditionStepData__kswrite_root_condition_step__nth_step - -nth_step + +nth_step KSWriteROOTConditionStepData__kswrite_root_condition_step->KSWriteROOTConditionStepData__kswrite_root_condition_step__nth_step - - + + KSWriteROOTConditionStepData__kswrite_root_condition_step__parent - -parent + +parent KSWriteROOTConditionStepData__kswrite_root_condition_step->KSWriteROOTConditionStepData__kswrite_root_condition_step__parent - - + + KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator__group - -group + +group KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator->KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator__group - - + + KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator__match_terminator - -match_terminator + +match_terminator KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator->KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator__match_terminator - - + + KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator__name - -name + +name KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator->KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator__name - - + + KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator__parent - -parent + +parent KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator->KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator__parent - - + + KSWriteVTK__kswrite_vtk__base - -base + +base KSWriteVTK__kswrite_vtk->KSWriteVTK__kswrite_vtk__base - - + + KSWriteVTK__kswrite_vtk__name - -name + +name KSWriteVTK__kswrite_vtk->KSWriteVTK__kswrite_vtk__name - - + + KSWriteVTK__kswrite_vtk__path - -path + +path KSWriteVTK__kswrite_vtk->KSWriteVTK__kswrite_vtk__path - - + + KSComponentMemberData__output__field - -field + +field KSComponentMemberData__output->KSComponentMemberData__output__field - - + + KSComponentMemberData__output__name - -name + +name KSComponentMemberData__output->KSComponentMemberData__output__name - - + + KSComponentMemberData__output__parent - -parent + +parent KSComponentMemberData__output->KSComponentMemberData__output__parent - - + + KSComponentDeltaData__output_delta__component - -component + +component KSComponentDeltaData__output_delta->KSComponentDeltaData__output_delta__component - - + + KSComponentDeltaData__output_delta__group - -group + +group KSComponentDeltaData__output_delta->KSComponentDeltaData__output_delta__group - - + + KSComponentDeltaData__output_delta__name - -name + +name KSComponentDeltaData__output_delta->KSComponentDeltaData__output_delta__name - - + + KSComponentDeltaData__output_delta__parent - -parent + +parent KSComponentDeltaData__output_delta->KSComponentDeltaData__output_delta__parent - - + + KSComponentIntegralData__output_integral__component - -component + +component KSComponentIntegralData__output_integral->KSComponentIntegralData__output_integral__component - - + + KSComponentIntegralData__output_integral__group - -group + +group KSComponentIntegralData__output_integral->KSComponentIntegralData__output_integral__group - - + + KSComponentIntegralData__output_integral__name - -name + +name KSComponentIntegralData__output_integral->KSComponentIntegralData__output_integral__name - - + + KSComponentIntegralData__output_integral__parent - -parent + +parent KSComponentIntegralData__output_integral->KSComponentIntegralData__output_integral__parent - - + + KSComponentMathData__output_math__component - -component + +component KSComponentMathData__output_math->KSComponentMathData__output_math__component - - + + KSComponentMathData__output_math__group - -group + +group KSComponentMathData__output_math->KSComponentMathData__output_math__group - - + + KSComponentMathData__output_math__name - -name + +name KSComponentMathData__output_math->KSComponentMathData__output_math__name - - + + KSComponentMathData__output_math__parent - -parent + +parent KSComponentMathData__output_math->KSComponentMathData__output_math__parent - - + + KSComponentMathData__output_math__term - -term + +term KSComponentMathData__output_math->KSComponentMathData__output_math__term - - + + KSComponentMaximumData__output_maximum__component - -component + +component KSComponentMaximumData__output_maximum->KSComponentMaximumData__output_maximum__component - - + + KSComponentMaximumData__output_maximum__group - -group + +group KSComponentMaximumData__output_maximum->KSComponentMaximumData__output_maximum__group - - + + KSComponentMaximumData__output_maximum__name - -name + +name KSComponentMaximumData__output_maximum->KSComponentMaximumData__output_maximum__name - - + + KSComponentMaximumData__output_maximum__parent - -parent + +parent KSComponentMaximumData__output_maximum->KSComponentMaximumData__output_maximum__parent - - + + KSComponentMaximumAtData__output_maximum_at__component - -component + +component KSComponentMaximumAtData__output_maximum_at->KSComponentMaximumAtData__output_maximum_at__component - - + + KSComponentMaximumAtData__output_maximum_at__group - -group + +group KSComponentMaximumAtData__output_maximum_at->KSComponentMaximumAtData__output_maximum_at__group - - + + KSComponentMaximumAtData__output_maximum_at__name - -name + +name KSComponentMaximumAtData__output_maximum_at->KSComponentMaximumAtData__output_maximum_at__name - - + + KSComponentMaximumAtData__output_maximum_at__parent - -parent + +parent KSComponentMaximumAtData__output_maximum_at->KSComponentMaximumAtData__output_maximum_at__parent - - + + KSComponentMaximumAtData__output_maximum_at__source - -source + +source KSComponentMaximumAtData__output_maximum_at->KSComponentMaximumAtData__output_maximum_at__source - - + + KSComponentMinimumData__output_minimum__component - -component + +component KSComponentMinimumData__output_minimum->KSComponentMinimumData__output_minimum__component - - + + KSComponentMinimumData__output_minimum__group - -group + +group KSComponentMinimumData__output_minimum->KSComponentMinimumData__output_minimum__group - - + + KSComponentMinimumData__output_minimum__name - -name + +name KSComponentMinimumData__output_minimum->KSComponentMinimumData__output_minimum__name - - + + KSComponentMinimumData__output_minimum__parent - -parent + +parent KSComponentMinimumData__output_minimum->KSComponentMinimumData__output_minimum__parent - - + + KSComponentMinimumAtData__output_minimum_at__component - -component + +component KSComponentMinimumAtData__output_minimum_at->KSComponentMinimumAtData__output_minimum_at__component - - + + KSComponentMinimumAtData__output_minimum_at__group - -group + +group KSComponentMinimumAtData__output_minimum_at->KSComponentMinimumAtData__output_minimum_at__group - - + + KSComponentMinimumAtData__output_minimum_at__name - -name + +name KSComponentMinimumAtData__output_minimum_at->KSComponentMinimumAtData__output_minimum_at__name - - + + KSComponentMinimumAtData__output_minimum_at__parent - -parent + +parent KSComponentMinimumAtData__output_minimum_at->KSComponentMinimumAtData__output_minimum_at__parent - - + + KSComponentMinimumAtData__output_minimum_at__source - -source + +source KSComponentMinimumAtData__output_minimum_at->KSComponentMinimumAtData__output_minimum_at__source - - + + KSCommandGroup__command_group->KSCommandGroup__command_group - - + + KSCommandGroup__command_group__command - -command + +command KSCommandGroup__command_group->KSCommandGroup__command_group__command - - + + KSCommandGroup__command_group__name - -name + +name KSCommandGroup__command_group->KSCommandGroup__command_group__name - - + + KSGenValueFermi__phi_fermi__name - -name + +name KSGenValueFermi__phi_fermi->KSGenValueFermi__phi_fermi__name - - + + KSGenValueFermi__phi_fermi__value_max - -value_max + +value_max KSGenValueFermi__phi_fermi->KSGenValueFermi__phi_fermi__value_max - - + + KSGenValueFermi__phi_fermi__value_mean - -value_mean + +value_mean KSGenValueFermi__phi_fermi->KSGenValueFermi__phi_fermi__value_mean - - + + KSGenValueFermi__phi_fermi__value_min - -value_min + +value_min KSGenValueFermi__phi_fermi->KSGenValueFermi__phi_fermi__value_min - - + + KSGenValueFermi__phi_fermi__value_tau - -value_tau + +value_tau KSGenValueFermi__phi_fermi->KSGenValueFermi__phi_fermi__value_tau - - + + KSGenValueFermi__phi_fermi__value_temp - -value_temp + +value_temp KSGenValueFermi__phi_fermi->KSGenValueFermi__phi_fermi__value_temp - - + + KSGenValueFix__phi_fix__name - -name + +name KSGenValueFix__phi_fix->KSGenValueFix__phi_fix__name - - + + KSGenValueFix__phi_fix__value - -value + +value KSGenValueFix__phi_fix->KSGenValueFix__phi_fix__value - - + + KSGenValueFormula__phi_formula__name - -name + +name KSGenValueFormula__phi_formula->KSGenValueFormula__phi_formula__name - - + + KSGenValueFormula__phi_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__phi_formula->KSGenValueFormula__phi_formula__value_formula - - + + KSGenValueFormula__phi_formula__value_max - -value_max + +value_max KSGenValueFormula__phi_formula->KSGenValueFormula__phi_formula__value_max - - + + KSGenValueFormula__phi_formula__value_min - -value_min + +value_min KSGenValueFormula__phi_formula->KSGenValueFormula__phi_formula__value_min - - + + KSGenValueGauss__phi_gauss__name - -name + +name KSGenValueGauss__phi_gauss->KSGenValueGauss__phi_gauss__name - - + + KSGenValueGauss__phi_gauss__value_max - -value_max + +value_max KSGenValueGauss__phi_gauss->KSGenValueGauss__phi_gauss__value_max - - + + KSGenValueGauss__phi_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__phi_gauss->KSGenValueGauss__phi_gauss__value_mean - - + + KSGenValueGauss__phi_gauss__value_min - -value_min + +value_min KSGenValueGauss__phi_gauss->KSGenValueGauss__phi_gauss__value_min - - + + KSGenValueGauss__phi_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__phi_gauss->KSGenValueGauss__phi_gauss__value_sigma - - + + KSGenValueGeneralizedGauss__phi_generalized_gauss__name - -name + +name KSGenValueGeneralizedGauss__phi_generalized_gauss->KSGenValueGeneralizedGauss__phi_generalized_gauss__name - - + + KSGenValueGeneralizedGauss__phi_generalized_gauss__value_max - -value_max + +value_max KSGenValueGeneralizedGauss__phi_generalized_gauss->KSGenValueGeneralizedGauss__phi_generalized_gauss__value_max - - + + KSGenValueGeneralizedGauss__phi_generalized_gauss__value_mean - -value_mean + +value_mean KSGenValueGeneralizedGauss__phi_generalized_gauss->KSGenValueGeneralizedGauss__phi_generalized_gauss__value_mean - - + + KSGenValueGeneralizedGauss__phi_generalized_gauss__value_min - -value_min + +value_min KSGenValueGeneralizedGauss__phi_generalized_gauss->KSGenValueGeneralizedGauss__phi_generalized_gauss__value_min - - + + KSGenValueGeneralizedGauss__phi_generalized_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGeneralizedGauss__phi_generalized_gauss->KSGenValueGeneralizedGauss__phi_generalized_gauss__value_sigma - - + + KSGenValueGeneralizedGauss__phi_generalized_gauss__value_skew - -value_skew + +value_skew KSGenValueGeneralizedGauss__phi_generalized_gauss->KSGenValueGeneralizedGauss__phi_generalized_gauss__value_skew - - + + KSGenValueHistogram__phi_histogram__base - -base + +base KSGenValueHistogram__phi_histogram->KSGenValueHistogram__phi_histogram__base - - + + KSGenValueHistogram__phi_histogram__formula - -formula + +formula KSGenValueHistogram__phi_histogram->KSGenValueHistogram__phi_histogram__formula - - + + KSGenValueHistogram__phi_histogram__histogram - -histogram + +histogram KSGenValueHistogram__phi_histogram->KSGenValueHistogram__phi_histogram__histogram - - + + KSGenValueHistogram__phi_histogram__name - -name + +name KSGenValueHistogram__phi_histogram->KSGenValueHistogram__phi_histogram__name - - + + KSGenValueHistogram__phi_histogram__path - -path + +path KSGenValueHistogram__phi_histogram->KSGenValueHistogram__phi_histogram__path - - + + KSGenValueList__phi_list__add_value - -add_value + +add_value KSGenValueList__phi_list->KSGenValueList__phi_list__add_value - - + + KSGenValueList__phi_list__name - -name + +name KSGenValueList__phi_list->KSGenValueList__phi_list__name - - + + KSGenValueList__phi_list__randomize - -randomize + +randomize KSGenValueList__phi_list->KSGenValueList__phi_list__randomize - - + + KSGenValueSet__phi_set__name - -name + +name KSGenValueSet__phi_set->KSGenValueSet__phi_set__name - - + + KSGenValueSet__phi_set__value_count - -value_count + +value_count KSGenValueSet__phi_set->KSGenValueSet__phi_set__value_count - - + + KSGenValueSet__phi_set__value_increment - -value_increment + +value_increment KSGenValueSet__phi_set->KSGenValueSet__phi_set__value_increment - - + + KSGenValueSet__phi_set__value_start - -value_start + +value_start KSGenValueSet__phi_set->KSGenValueSet__phi_set__value_start - - + + KSGenValueSet__phi_set__value_stop - -value_stop + +value_stop KSGenValueSet__phi_set->KSGenValueSet__phi_set__value_stop - - + + KSGenValueUniform__phi_uniform__name - -name + +name KSGenValueUniform__phi_uniform->KSGenValueUniform__phi_uniform__name - - + + KSGenValueUniform__phi_uniform__value_max - -value_max + +value_max KSGenValueUniform__phi_uniform->KSGenValueUniform__phi_uniform__value_max - - + + KSGenValueUniform__phi_uniform__value_min - -value_min + +value_min KSGenValueUniform__phi_uniform->KSGenValueUniform__phi_uniform__value_min - - + + KSGenValueAngleCosine__theta_cosine__angle_max - -angle_max + +angle_max KSGenValueAngleCosine__theta_cosine->KSGenValueAngleCosine__theta_cosine__angle_max - - + + KSGenValueAngleCosine__theta_cosine__angle_min - -angle_min + +angle_min KSGenValueAngleCosine__theta_cosine->KSGenValueAngleCosine__theta_cosine__angle_min - - + + KSGenValueAngleCosine__theta_cosine__mode - -mode + +mode KSGenValueAngleCosine__theta_cosine->KSGenValueAngleCosine__theta_cosine__mode - - + + KSGenValueAngleCosine__theta_cosine__name - -name + +name KSGenValueAngleCosine__theta_cosine->KSGenValueAngleCosine__theta_cosine__name - - + + KSGenValueFermi__theta_fermi__name - -name + +name KSGenValueFermi__theta_fermi->KSGenValueFermi__theta_fermi__name - - + + KSGenValueFermi__theta_fermi__value_max - -value_max + +value_max KSGenValueFermi__theta_fermi->KSGenValueFermi__theta_fermi__value_max - - + + KSGenValueFermi__theta_fermi__value_mean - -value_mean + +value_mean KSGenValueFermi__theta_fermi->KSGenValueFermi__theta_fermi__value_mean - - + + KSGenValueFermi__theta_fermi__value_min - -value_min + +value_min KSGenValueFermi__theta_fermi->KSGenValueFermi__theta_fermi__value_min - - + + KSGenValueFermi__theta_fermi__value_tau - -value_tau + +value_tau KSGenValueFermi__theta_fermi->KSGenValueFermi__theta_fermi__value_tau - - + + KSGenValueFermi__theta_fermi__value_temp - -value_temp + +value_temp KSGenValueFermi__theta_fermi->KSGenValueFermi__theta_fermi__value_temp - - + + KSGenValueFix__theta_fix__name - -name + +name KSGenValueFix__theta_fix->KSGenValueFix__theta_fix__name - - + + KSGenValueFix__theta_fix__value - -value + +value KSGenValueFix__theta_fix->KSGenValueFix__theta_fix__value - - + + KSGenValueFormula__theta_formula__name - -name + +name KSGenValueFormula__theta_formula->KSGenValueFormula__theta_formula__name - - + + KSGenValueFormula__theta_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__theta_formula->KSGenValueFormula__theta_formula__value_formula - - + + KSGenValueFormula__theta_formula__value_max - -value_max + +value_max KSGenValueFormula__theta_formula->KSGenValueFormula__theta_formula__value_max - - + + KSGenValueFormula__theta_formula__value_min - -value_min + +value_min KSGenValueFormula__theta_formula->KSGenValueFormula__theta_formula__value_min - - + + KSGenValueGauss__theta_gauss__name - -name + +name KSGenValueGauss__theta_gauss->KSGenValueGauss__theta_gauss__name - - + + KSGenValueGauss__theta_gauss__value_max - -value_max + +value_max KSGenValueGauss__theta_gauss->KSGenValueGauss__theta_gauss__value_max - - + + KSGenValueGauss__theta_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__theta_gauss->KSGenValueGauss__theta_gauss__value_mean - - + + KSGenValueGauss__theta_gauss__value_min - -value_min + +value_min KSGenValueGauss__theta_gauss->KSGenValueGauss__theta_gauss__value_min - - + + KSGenValueGauss__theta_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__theta_gauss->KSGenValueGauss__theta_gauss__value_sigma - - + + KSGenValueGeneralizedGauss__theta_generalized_gauss__name - -name + +name KSGenValueGeneralizedGauss__theta_generalized_gauss->KSGenValueGeneralizedGauss__theta_generalized_gauss__name - - + + KSGenValueGeneralizedGauss__theta_generalized_gauss__value_max - -value_max + +value_max KSGenValueGeneralizedGauss__theta_generalized_gauss->KSGenValueGeneralizedGauss__theta_generalized_gauss__value_max - - + + KSGenValueGeneralizedGauss__theta_generalized_gauss__value_mean - -value_mean + +value_mean KSGenValueGeneralizedGauss__theta_generalized_gauss->KSGenValueGeneralizedGauss__theta_generalized_gauss__value_mean - - + + KSGenValueGeneralizedGauss__theta_generalized_gauss__value_min - -value_min + +value_min KSGenValueGeneralizedGauss__theta_generalized_gauss->KSGenValueGeneralizedGauss__theta_generalized_gauss__value_min - - + + KSGenValueGeneralizedGauss__theta_generalized_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGeneralizedGauss__theta_generalized_gauss->KSGenValueGeneralizedGauss__theta_generalized_gauss__value_sigma - - + + KSGenValueGeneralizedGauss__theta_generalized_gauss__value_skew - -value_skew + +value_skew KSGenValueGeneralizedGauss__theta_generalized_gauss->KSGenValueGeneralizedGauss__theta_generalized_gauss__value_skew - - + + KSGenValueHistogram__theta_histogram__base - -base + +base KSGenValueHistogram__theta_histogram->KSGenValueHistogram__theta_histogram__base - - + + KSGenValueHistogram__theta_histogram__formula - -formula + +formula KSGenValueHistogram__theta_histogram->KSGenValueHistogram__theta_histogram__formula - - + + KSGenValueHistogram__theta_histogram__histogram - -histogram + +histogram KSGenValueHistogram__theta_histogram->KSGenValueHistogram__theta_histogram__histogram - - + + KSGenValueHistogram__theta_histogram__name - -name + +name KSGenValueHistogram__theta_histogram->KSGenValueHistogram__theta_histogram__name - - + + KSGenValueHistogram__theta_histogram__path - -path + +path KSGenValueHistogram__theta_histogram->KSGenValueHistogram__theta_histogram__path - - + + KSGenValueList__theta_list__add_value - -add_value + +add_value KSGenValueList__theta_list->KSGenValueList__theta_list__add_value - - + + KSGenValueList__theta_list__name - -name + +name KSGenValueList__theta_list->KSGenValueList__theta_list__name - - + + KSGenValueList__theta_list__randomize - -randomize + +randomize KSGenValueList__theta_list->KSGenValueList__theta_list__randomize - - + + KSGenValueSet__theta_set__name - -name + +name KSGenValueSet__theta_set->KSGenValueSet__theta_set__name - - + + KSGenValueSet__theta_set__value_count - -value_count + +value_count KSGenValueSet__theta_set->KSGenValueSet__theta_set__value_count - - + + KSGenValueSet__theta_set__value_increment - -value_increment + +value_increment KSGenValueSet__theta_set->KSGenValueSet__theta_set__value_increment - - + + KSGenValueSet__theta_set__value_start - -value_start + +value_start KSGenValueSet__theta_set->KSGenValueSet__theta_set__value_start - - + + KSGenValueSet__theta_set__value_stop - -value_stop + +value_stop KSGenValueSet__theta_set->KSGenValueSet__theta_set__value_stop - - + + KSGenValueAngleSpherical__theta_spherical__angle_max - -angle_max + +angle_max KSGenValueAngleSpherical__theta_spherical->KSGenValueAngleSpherical__theta_spherical__angle_max - - + + KSGenValueAngleSpherical__theta_spherical__angle_min - -angle_min + +angle_min KSGenValueAngleSpherical__theta_spherical->KSGenValueAngleSpherical__theta_spherical__angle_min - - + + KSGenValueAngleSpherical__theta_spherical__name - -name + +name KSGenValueAngleSpherical__theta_spherical->KSGenValueAngleSpherical__theta_spherical__name - - + + KSGenValueUniform__theta_uniform__name - -name + +name KSGenValueUniform__theta_uniform->KSGenValueUniform__theta_uniform__name - - + + KSGenValueUniform__theta_uniform__value_max - -value_max + +value_max KSGenValueUniform__theta_uniform->KSGenValueUniform__theta_uniform__value_max - - + + KSGenValueUniform__theta_uniform__value_min - -value_min + +value_min KSGenValueUniform__theta_uniform->KSGenValueUniform__theta_uniform__value_min - - + + KSGenValueBoltzmann__energy_boltzmann__name - -name + +name KSGenValueBoltzmann__energy_boltzmann->KSGenValueBoltzmann__energy_boltzmann__name - - + + KSGenValueBoltzmann__energy_boltzmann__unit_eV - -unit_eV + +unit_eV KSGenValueBoltzmann__energy_boltzmann->KSGenValueBoltzmann__energy_boltzmann__unit_eV - - + + KSGenValueBoltzmann__energy_boltzmann__value_kT - -value_kT + +value_kT KSGenValueBoltzmann__energy_boltzmann->KSGenValueBoltzmann__energy_boltzmann__value_kT - - + + KSGenValueBoltzmann__energy_boltzmann__value_mass - -value_mass + +value_mass KSGenValueBoltzmann__energy_boltzmann->KSGenValueBoltzmann__energy_boltzmann__value_mass - - + + KSGenValueFermi__energy_fermi__name - -name + +name KSGenValueFermi__energy_fermi->KSGenValueFermi__energy_fermi__name - - + + KSGenValueFermi__energy_fermi__value_max - -value_max + +value_max KSGenValueFermi__energy_fermi->KSGenValueFermi__energy_fermi__value_max - - + + KSGenValueFermi__energy_fermi__value_mean - -value_mean + +value_mean KSGenValueFermi__energy_fermi->KSGenValueFermi__energy_fermi__value_mean - - + + KSGenValueFermi__energy_fermi__value_min - -value_min + +value_min KSGenValueFermi__energy_fermi->KSGenValueFermi__energy_fermi__value_min - - + + KSGenValueFermi__energy_fermi__value_tau - -value_tau + +value_tau KSGenValueFermi__energy_fermi->KSGenValueFermi__energy_fermi__value_tau - - + + KSGenValueFermi__energy_fermi__value_temp - -value_temp + +value_temp KSGenValueFermi__energy_fermi->KSGenValueFermi__energy_fermi__value_temp - - + + KSGenValueFix__energy_fix__name - -name + +name KSGenValueFix__energy_fix->KSGenValueFix__energy_fix__name - - + + KSGenValueFix__energy_fix__value - -value + +value KSGenValueFix__energy_fix->KSGenValueFix__energy_fix__value - - + + KSGenValueFormula__energy_formula__name - -name + +name KSGenValueFormula__energy_formula->KSGenValueFormula__energy_formula__name - - + + KSGenValueFormula__energy_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__energy_formula->KSGenValueFormula__energy_formula__value_formula - - + + KSGenValueFormula__energy_formula__value_max - -value_max + +value_max KSGenValueFormula__energy_formula->KSGenValueFormula__energy_formula__value_max - - + + KSGenValueFormula__energy_formula__value_min - -value_min + +value_min KSGenValueFormula__energy_formula->KSGenValueFormula__energy_formula__value_min - - + + KSGenValueGauss__energy_gauss__name - -name + +name KSGenValueGauss__energy_gauss->KSGenValueGauss__energy_gauss__name - - + + KSGenValueGauss__energy_gauss__value_max - -value_max + +value_max KSGenValueGauss__energy_gauss->KSGenValueGauss__energy_gauss__value_max - - + + KSGenValueGauss__energy_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__energy_gauss->KSGenValueGauss__energy_gauss__value_mean - - + + KSGenValueGauss__energy_gauss__value_min - -value_min + +value_min KSGenValueGauss__energy_gauss->KSGenValueGauss__energy_gauss__value_min - - + + KSGenValueGauss__energy_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__energy_gauss->KSGenValueGauss__energy_gauss__value_sigma - - + + KSGenValueGeneralizedGauss__energy_generalized_gauss__name - -name + +name KSGenValueGeneralizedGauss__energy_generalized_gauss->KSGenValueGeneralizedGauss__energy_generalized_gauss__name - - + + KSGenValueGeneralizedGauss__energy_generalized_gauss__value_max - -value_max + +value_max KSGenValueGeneralizedGauss__energy_generalized_gauss->KSGenValueGeneralizedGauss__energy_generalized_gauss__value_max - - + + KSGenValueGeneralizedGauss__energy_generalized_gauss__value_mean - -value_mean + +value_mean KSGenValueGeneralizedGauss__energy_generalized_gauss->KSGenValueGeneralizedGauss__energy_generalized_gauss__value_mean - - + + KSGenValueGeneralizedGauss__energy_generalized_gauss__value_min - -value_min + +value_min KSGenValueGeneralizedGauss__energy_generalized_gauss->KSGenValueGeneralizedGauss__energy_generalized_gauss__value_min - - + + KSGenValueGeneralizedGauss__energy_generalized_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGeneralizedGauss__energy_generalized_gauss->KSGenValueGeneralizedGauss__energy_generalized_gauss__value_sigma - - + + KSGenValueGeneralizedGauss__energy_generalized_gauss__value_skew - -value_skew + +value_skew KSGenValueGeneralizedGauss__energy_generalized_gauss->KSGenValueGeneralizedGauss__energy_generalized_gauss__value_skew - - + + KSGenValueHistogram__energy_histogram__base - -base + +base KSGenValueHistogram__energy_histogram->KSGenValueHistogram__energy_histogram__base - - + + KSGenValueHistogram__energy_histogram__formula - -formula + +formula KSGenValueHistogram__energy_histogram->KSGenValueHistogram__energy_histogram__formula - - + + KSGenValueHistogram__energy_histogram__histogram - -histogram + +histogram KSGenValueHistogram__energy_histogram->KSGenValueHistogram__energy_histogram__histogram - - + + KSGenValueHistogram__energy_histogram__name - -name + +name KSGenValueHistogram__energy_histogram->KSGenValueHistogram__energy_histogram__name - - + + KSGenValueHistogram__energy_histogram__path - -path + +path KSGenValueHistogram__energy_histogram->KSGenValueHistogram__energy_histogram__path - - + + KSGenValueList__energy_list__add_value - -add_value + +add_value KSGenValueList__energy_list->KSGenValueList__energy_list__add_value - - + + KSGenValueList__energy_list__name - -name + +name KSGenValueList__energy_list->KSGenValueList__energy_list__name - - + + KSGenValueList__energy_list__randomize - -randomize + +randomize KSGenValueList__energy_list->KSGenValueList__energy_list__randomize - - + + KSGenValueSet__energy_set__name - -name + +name KSGenValueSet__energy_set->KSGenValueSet__energy_set__name - - + + KSGenValueSet__energy_set__value_count - -value_count + +value_count KSGenValueSet__energy_set->KSGenValueSet__energy_set__value_count - - + + KSGenValueSet__energy_set__value_increment - -value_increment + +value_increment KSGenValueSet__energy_set->KSGenValueSet__energy_set__value_increment - - + + KSGenValueSet__energy_set__value_start - -value_start + +value_start KSGenValueSet__energy_set->KSGenValueSet__energy_set__value_start - - + + KSGenValueSet__energy_set__value_stop - -value_stop + +value_stop KSGenValueSet__energy_set->KSGenValueSet__energy_set__value_stop - - + + KSGenValueUniform__energy_uniform__name - -name + +name KSGenValueUniform__energy_uniform->KSGenValueUniform__energy_uniform__name - - + + KSGenValueUniform__energy_uniform__value_max - -value_max + +value_max KSGenValueUniform__energy_uniform->KSGenValueUniform__energy_uniform__value_max - - + + KSGenValueUniform__energy_uniform__value_min - -value_min + +value_min KSGenValueUniform__energy_uniform->KSGenValueUniform__energy_uniform__value_min - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFermi__phi_fermi - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFix__phi_fix - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFormula__phi_formula - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueGauss__phi_gauss - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueHistogram__phi_histogram - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueList__phi_list - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueSet__phi_set - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueUniform__phi_uniform - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueAngleCosine__theta_cosine - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFermi__theta_fermi - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFix__theta_fix - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFormula__theta_formula - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueGauss__theta_gauss - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueHistogram__theta_histogram - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueList__theta_list - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueSet__theta_set - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueAngleSpherical__theta_spherical - - + + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueUniform__theta_uniform - - + + KSGenDirectionSphericalComposite__direction_spherical_composite__name - -name + +name KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenDirectionSphericalComposite__direction_spherical_composite__name - - + + KSGenDirectionSphericalComposite__direction_spherical_composite__phi - -phi + +phi KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenDirectionSphericalComposite__direction_spherical_composite__phi - - + + KSGenDirectionSphericalComposite__direction_spherical_composite__space - -space + +space KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenDirectionSphericalComposite__direction_spherical_composite__space - - + + KSGenDirectionSphericalComposite__direction_spherical_composite__surface - -surface + +surface KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenDirectionSphericalComposite__direction_spherical_composite__surface - - + + KSGenDirectionSphericalComposite__direction_spherical_composite__theta - -theta + +theta KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenDirectionSphericalComposite__direction_spherical_composite__theta - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueFix__phi_fix - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueFormula__phi_formula - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueGauss__phi_gauss - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueHistogram__phi_histogram - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueList__phi_list - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueSet__phi_set - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueUniform__phi_uniform - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueAngleCosine__theta_cosine - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueFix__theta_fix - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueFormula__theta_formula - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueGauss__theta_gauss - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueHistogram__theta_histogram - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueList__theta_list - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueSet__theta_set - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueAngleSpherical__theta_spherical - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueUniform__theta_uniform - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field__magnetic_field_name - -magnetic_field_name + +magnetic_field_name KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field__magnetic_field_name - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field__name - -name + +name KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field__name - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field__phi - -phi + +phi KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field__phi - - + + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field__theta - -theta + +theta KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field__theta - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFermi__phi_fermi - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFix__phi_fix - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFormula__phi_formula - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueGauss__phi_gauss - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueHistogram__phi_histogram - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueList__phi_list - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueSet__phi_set - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueUniform__phi_uniform - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueAngleCosine__theta_cosine - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFermi__theta_fermi - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFix__theta_fix - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFormula__theta_formula - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueGauss__theta_gauss - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueHistogram__theta_histogram - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueList__theta_list - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueSet__theta_set - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueAngleSpherical__theta_spherical - - + + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueUniform__theta_uniform - - + + KSGenDirectionSurfaceComposite__direction_surface_composite__name - -name + +name KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenDirectionSurfaceComposite__direction_surface_composite__name - - + + KSGenDirectionSurfaceComposite__direction_surface_composite__outside - -outside + +outside KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenDirectionSurfaceComposite__direction_surface_composite__outside - - + + KSGenDirectionSurfaceComposite__direction_surface_composite__phi - -phi + +phi KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenDirectionSurfaceComposite__direction_surface_composite__phi - - + + KSGenDirectionSurfaceComposite__direction_surface_composite__surfaces - -surfaces + +surfaces KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenDirectionSurfaceComposite__direction_surface_composite__surfaces - - + + KSGenDirectionSurfaceComposite__direction_surface_composite__theta - -theta + +theta KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenDirectionSurfaceComposite__direction_surface_composite__theta - - + + KSGenEnergyBetaDecay__energy_beta_decay__daughter_z - -daughter_z + +daughter_z KSGenEnergyBetaDecay__energy_beta_decay->KSGenEnergyBetaDecay__energy_beta_decay__daughter_z - - + + KSGenEnergyBetaDecay__energy_beta_decay__endpoint_ev - -endpoint_ev + +endpoint_ev KSGenEnergyBetaDecay__energy_beta_decay->KSGenEnergyBetaDecay__energy_beta_decay__endpoint_ev - - + + KSGenEnergyBetaDecay__energy_beta_decay__max_energy - -max_energy + +max_energy KSGenEnergyBetaDecay__energy_beta_decay->KSGenEnergyBetaDecay__energy_beta_decay__max_energy - - + + KSGenEnergyBetaDecay__energy_beta_decay__min_energy - -min_energy + +min_energy KSGenEnergyBetaDecay__energy_beta_decay->KSGenEnergyBetaDecay__energy_beta_decay__min_energy - - + + KSGenEnergyBetaDecay__energy_beta_decay__mnu_ev - -mnu_ev + +mnu_ev KSGenEnergyBetaDecay__energy_beta_decay->KSGenEnergyBetaDecay__energy_beta_decay__mnu_ev - - + + KSGenEnergyBetaDecay__energy_beta_decay__name - -name + +name KSGenEnergyBetaDecay__energy_beta_decay->KSGenEnergyBetaDecay__energy_beta_decay__name - - + + KSGenEnergyBetaDecay__energy_beta_decay__nmax - -nmax + +nmax KSGenEnergyBetaDecay__energy_beta_decay->KSGenEnergyBetaDecay__energy_beta_decay__nmax - - + + KSGenEnergyBetaRecoil__energy_beta_recoil__max_energy - -max_energy + +max_energy KSGenEnergyBetaRecoil__energy_beta_recoil->KSGenEnergyBetaRecoil__energy_beta_recoil__max_energy - - + + KSGenEnergyBetaRecoil__energy_beta_recoil__min_energy - -min_energy + +min_energy KSGenEnergyBetaRecoil__energy_beta_recoil->KSGenEnergyBetaRecoil__energy_beta_recoil__min_energy - - + + KSGenEnergyBetaRecoil__energy_beta_recoil__name - -name + +name KSGenEnergyBetaRecoil__energy_beta_recoil->KSGenEnergyBetaRecoil__energy_beta_recoil__name - - + + KSGenEnergyComposite__energy_composite->KSGenValueBoltzmann__energy_boltzmann - - + + KSGenEnergyComposite__energy_composite->KSGenValueFermi__energy_fermi - - + + KSGenEnergyComposite__energy_composite->KSGenValueFix__energy_fix - - + + KSGenEnergyComposite__energy_composite->KSGenValueFormula__energy_formula - - + + KSGenEnergyComposite__energy_composite->KSGenValueGauss__energy_gauss - - + + KSGenEnergyComposite__energy_composite->KSGenValueGeneralizedGauss__energy_generalized_gauss - - + + KSGenEnergyComposite__energy_composite->KSGenValueHistogram__energy_histogram - - + + KSGenEnergyComposite__energy_composite->KSGenValueList__energy_list - - + + KSGenEnergyComposite__energy_composite->KSGenValueSet__energy_set - - + + KSGenEnergyComposite__energy_composite->KSGenValueUniform__energy_uniform - - + + KSGenEnergyComposite__energy_composite__energy - -energy + +energy KSGenEnergyComposite__energy_composite->KSGenEnergyComposite__energy_composite__energy - - + + KSGenEnergyComposite__energy_composite__name - -name + +name KSGenEnergyComposite__energy_composite->KSGenEnergyComposite__energy_composite__name - - + + KSGenEnergyKryptonEvent__energy_krypton_event__do_auger - -do_auger + +do_auger KSGenEnergyKryptonEvent__energy_krypton_event->KSGenEnergyKryptonEvent__energy_krypton_event__do_auger - - + + KSGenEnergyKryptonEvent__energy_krypton_event__do_conversion - -do_conversion + +do_conversion KSGenEnergyKryptonEvent__energy_krypton_event->KSGenEnergyKryptonEvent__energy_krypton_event__do_conversion - - + + KSGenEnergyKryptonEvent__energy_krypton_event__force_conversion - -force_conversion + +force_conversion KSGenEnergyKryptonEvent__energy_krypton_event->KSGenEnergyKryptonEvent__energy_krypton_event__force_conversion - - + + KSGenEnergyKryptonEvent__energy_krypton_event__name - -name + +name KSGenEnergyKryptonEvent__energy_krypton_event->KSGenEnergyKryptonEvent__energy_krypton_event__name - - + + KSGenEnergyLeadEvent__energy_lead_event__do_auger - -do_auger + +do_auger KSGenEnergyLeadEvent__energy_lead_event->KSGenEnergyLeadEvent__energy_lead_event__do_auger - - + + KSGenEnergyLeadEvent__energy_lead_event__do_conversion - -do_conversion + +do_conversion KSGenEnergyLeadEvent__energy_lead_event->KSGenEnergyLeadEvent__energy_lead_event__do_conversion - - + + KSGenEnergyLeadEvent__energy_lead_event__force_conversion - -force_conversion + +force_conversion KSGenEnergyLeadEvent__energy_lead_event->KSGenEnergyLeadEvent__energy_lead_event__force_conversion - - + + KSGenEnergyLeadEvent__energy_lead_event__name - -name + +name KSGenEnergyLeadEvent__energy_lead_event->KSGenEnergyLeadEvent__energy_lead_event__name - - + + KSGenEnergyRadonEvent__energy_radon_event__do_auger - -do_auger + +do_auger KSGenEnergyRadonEvent__energy_radon_event->KSGenEnergyRadonEvent__energy_radon_event__do_auger - - + + KSGenEnergyRadonEvent__energy_radon_event__do_conversion - -do_conversion + +do_conversion KSGenEnergyRadonEvent__energy_radon_event->KSGenEnergyRadonEvent__energy_radon_event__do_conversion - - + + KSGenEnergyRadonEvent__energy_radon_event__do_shake_off - -do_shake_off + +do_shake_off KSGenEnergyRadonEvent__energy_radon_event->KSGenEnergyRadonEvent__energy_radon_event__do_shake_off - - + + KSGenEnergyRadonEvent__energy_radon_event__force_conversion - -force_conversion + +force_conversion KSGenEnergyRadonEvent__energy_radon_event->KSGenEnergyRadonEvent__energy_radon_event__force_conversion - - + + KSGenEnergyRadonEvent__energy_radon_event__force_shake_off - -force_shake_off + +force_shake_off KSGenEnergyRadonEvent__energy_radon_event->KSGenEnergyRadonEvent__energy_radon_event__force_shake_off - - + + KSGenEnergyRadonEvent__energy_radon_event__isotope_number - -isotope_number + +isotope_number KSGenEnergyRadonEvent__energy_radon_event->KSGenEnergyRadonEvent__energy_radon_event__isotope_number - - + + KSGenEnergyRadonEvent__energy_radon_event__name - -name + +name KSGenEnergyRadonEvent__energy_radon_event->KSGenEnergyRadonEvent__energy_radon_event__name - - + + KSGenEnergyRydberg__energy_rydberg__deposited_energy - -deposited_energy + +deposited_energy KSGenEnergyRydberg__energy_rydberg->KSGenEnergyRydberg__energy_rydberg__deposited_energy - - + + KSGenEnergyRydberg__energy_rydberg__ionization_energy - -ionization_energy + +ionization_energy KSGenEnergyRydberg__energy_rydberg->KSGenEnergyRydberg__energy_rydberg__ionization_energy - - + + KSGenEnergyRydberg__energy_rydberg__name - -name + +name KSGenEnergyRydberg__energy_rydberg->KSGenEnergyRydberg__energy_rydberg__name - - + + KSGenLComposite__l_composite__l_value - -l_value + +l_value KSGenLComposite__l_composite->KSGenLComposite__l_composite__l_value - - + + KSGenLComposite__l_composite__name - -name + +name KSGenLComposite__l_composite->KSGenLComposite__l_composite__name - - + + KSGenLComposite__l_composite->KSGenValueFix__l_fix - - + + KSGenLComposite__l_composite->KSGenValueFormula__l_formula - - + + KSGenLComposite__l_composite->KSGenValueGauss__l_gauss - - + + KSGenLComposite__l_composite->KSGenValueList__l_list - - + + KSGenLComposite__l_composite->KSGenValueSet__l_set - - + + KSGenLComposite__l_composite->KSGenValueUniform__l_uniform - - + + KSGenLStatistical__l_statistical__name - -name + +name KSGenLStatistical__l_statistical->KSGenLStatistical__l_statistical__name - - + + KSGenLUniformMaxN__l_uniform_max_n__name - -name + +name KSGenLUniformMaxN__l_uniform_max_n->KSGenLUniformMaxN__l_uniform_max_n__name - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite__name - -name + +name KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenMomentumRectangularComposite__momentum_rectangular_composite__name - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite__space - -space + +space KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenMomentumRectangularComposite__momentum_rectangular_composite__space - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite__surface - -surface + +surface KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenMomentumRectangularComposite__momentum_rectangular_composite__surface - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite__x - -x + +x KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenMomentumRectangularComposite__momentum_rectangular_composite__x - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite__y - -y + +y KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenMomentumRectangularComposite__momentum_rectangular_composite__y - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite__z - -z + +z KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenMomentumRectangularComposite__momentum_rectangular_composite__z - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFix__x_fix - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFormula__x_formula - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueGauss__x_gauss - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueHistogram__x_histogram - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueList__x_list - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueSet__x_set - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueUniform__x_uniform - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFix__y_fix - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFormula__y_formula - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueGauss__y_gauss - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueHistogram__y_histogram - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueList__y_list - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueSet__y_set - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueUniform__y_uniform - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFix__z_fix - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFormula__z_formula - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueGauss__z_gauss - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueHistogram__z_histogram - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueList__z_list - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueSet__z_set - - + + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueUniform__z_uniform - - + + KSGenNComposite__n_composite__n_value - -n_value + +n_value KSGenNComposite__n_composite->KSGenNComposite__n_composite__n_value - - + + KSGenNComposite__n_composite__name - -name + +name KSGenNComposite__n_composite->KSGenNComposite__n_composite__name - - + + KSGenNComposite__n_composite->KSGenValueFix__n_fix - - + + KSGenNComposite__n_composite->KSGenValueFormula__n_formula - - + + KSGenNComposite__n_composite->KSGenValueGauss__n_gauss - - + + KSGenNComposite__n_composite->KSGenValueList__n_list - - + + KSGenNComposite__n_composite->KSGenValuePareto__n_pareto - - + + KSGenNComposite__n_composite->KSGenValueSet__n_set - - + + KSGenNComposite__n_composite->KSGenValueUniform__n_uniform - - + + KSGenValueFix__pid_fix__name - -name + +name KSGenValueFix__pid_fix->KSGenValueFix__pid_fix__name - - + + KSGenValueFix__pid_fix__value - -value + +value KSGenValueFix__pid_fix->KSGenValueFix__pid_fix__value - - + + KSGenValueFormula__pid_formula__name - -name + +name KSGenValueFormula__pid_formula->KSGenValueFormula__pid_formula__name - - + + KSGenValueFormula__pid_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__pid_formula->KSGenValueFormula__pid_formula__value_formula - - + + KSGenValueFormula__pid_formula__value_max - -value_max + +value_max KSGenValueFormula__pid_formula->KSGenValueFormula__pid_formula__value_max - - + + KSGenValueFormula__pid_formula__value_min - -value_min + +value_min KSGenValueFormula__pid_formula->KSGenValueFormula__pid_formula__value_min - - + + KSGenValueGauss__pid_gauss__name - -name + +name KSGenValueGauss__pid_gauss->KSGenValueGauss__pid_gauss__name - - + + KSGenValueGauss__pid_gauss__value_max - -value_max + +value_max KSGenValueGauss__pid_gauss->KSGenValueGauss__pid_gauss__value_max - - + + KSGenValueGauss__pid_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__pid_gauss->KSGenValueGauss__pid_gauss__value_mean - - + + KSGenValueGauss__pid_gauss__value_min - -value_min + +value_min KSGenValueGauss__pid_gauss->KSGenValueGauss__pid_gauss__value_min - - + + KSGenValueGauss__pid_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__pid_gauss->KSGenValueGauss__pid_gauss__value_sigma - - + + KSGenValueHistogram__pid_histogram__base - -base + +base KSGenValueHistogram__pid_histogram->KSGenValueHistogram__pid_histogram__base - - + + KSGenValueHistogram__pid_histogram__formula - -formula + +formula KSGenValueHistogram__pid_histogram->KSGenValueHistogram__pid_histogram__formula - - + + KSGenValueHistogram__pid_histogram__histogram - -histogram + +histogram KSGenValueHistogram__pid_histogram->KSGenValueHistogram__pid_histogram__histogram - - + + KSGenValueHistogram__pid_histogram__name - -name + +name KSGenValueHistogram__pid_histogram->KSGenValueHistogram__pid_histogram__name - - + + KSGenValueHistogram__pid_histogram__path - -path + +path KSGenValueHistogram__pid_histogram->KSGenValueHistogram__pid_histogram__path - - + + KSGenValueList__pid_list__add_value - -add_value + +add_value KSGenValueList__pid_list->KSGenValueList__pid_list__add_value - - + + KSGenValueList__pid_list__name - -name + +name KSGenValueList__pid_list->KSGenValueList__pid_list__name - - + + KSGenValueList__pid_list__randomize - -randomize + +randomize KSGenValueList__pid_list->KSGenValueList__pid_list__randomize - - + + KSGenValuePareto__pid_pareto__cutoff - -cutoff + +cutoff KSGenValuePareto__pid_pareto->KSGenValuePareto__pid_pareto__cutoff - - + + KSGenValuePareto__pid_pareto__name - -name + +name KSGenValuePareto__pid_pareto->KSGenValuePareto__pid_pareto__name - - + + KSGenValuePareto__pid_pareto__offset - -offset + +offset KSGenValuePareto__pid_pareto->KSGenValuePareto__pid_pareto__offset - - + + KSGenValuePareto__pid_pareto__slope - -slope + +slope KSGenValuePareto__pid_pareto->KSGenValuePareto__pid_pareto__slope - - + + KSGenValuePareto__pid_pareto__value_max - -value_max + +value_max KSGenValuePareto__pid_pareto->KSGenValuePareto__pid_pareto__value_max - - + + KSGenValuePareto__pid_pareto__value_min - -value_min + +value_min KSGenValuePareto__pid_pareto->KSGenValuePareto__pid_pareto__value_min - - + + KSGenValueSet__pid_set__name - -name + +name KSGenValueSet__pid_set->KSGenValueSet__pid_set__name - - + + KSGenValueSet__pid_set__value_count - -value_count + +value_count KSGenValueSet__pid_set->KSGenValueSet__pid_set__value_count - - + + KSGenValueSet__pid_set__value_increment - -value_increment + +value_increment KSGenValueSet__pid_set->KSGenValueSet__pid_set__value_increment - - + + KSGenValueSet__pid_set__value_start - -value_start + +value_start KSGenValueSet__pid_set->KSGenValueSet__pid_set__value_start - - + + KSGenValueSet__pid_set__value_stop - -value_stop + +value_stop KSGenValueSet__pid_set->KSGenValueSet__pid_set__value_stop - - + + KSGenValueUniform__pid_uniform__name - -name + +name KSGenValueUniform__pid_uniform->KSGenValueUniform__pid_uniform__name - - + + KSGenValueUniform__pid_uniform__value_max - -value_max + +value_max KSGenValueUniform__pid_uniform->KSGenValueUniform__pid_uniform__value_max - - + + KSGenValueUniform__pid_uniform__value_min - -value_min + +value_min KSGenValueUniform__pid_uniform->KSGenValueUniform__pid_uniform__value_min - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFix__phi_fix - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFormula__phi_formula - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueGauss__phi_gauss - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueHistogram__phi_histogram - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueList__phi_list - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueSet__phi_set - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueUniform__phi_uniform - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFix__z_fix - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFormula__z_formula - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueGauss__z_gauss - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueHistogram__z_histogram - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueList__z_list - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueSet__z_set - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueUniform__z_uniform - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite__name - -name + +name KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenPositionCylindricalComposite__position_cylindrical_composite__name - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite__phi - -phi + +phi KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenPositionCylindricalComposite__position_cylindrical_composite__phi - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite__r - -r + +r KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenPositionCylindricalComposite__position_cylindrical_composite__r - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite__space - -space + +space KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenPositionCylindricalComposite__position_cylindrical_composite__space - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite__surface - -surface + +surface KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenPositionCylindricalComposite__position_cylindrical_composite__surface - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite__z - -z + +z KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenPositionCylindricalComposite__position_cylindrical_composite__z - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueRadiusCylindrical__r_cylindrical - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFix__r_fix - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFormula__r_formula - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueRadiusFraction__r_fraction - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueGauss__r_gauss - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueHistogram__r_histogram - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueList__r_list - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueSet__r_set - - + + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueUniform__r_uniform - - + + KSGenPositionFluxTube__position_flux_tube->KSGenValueFix__phi_fix - - + + KSGenPositionFluxTube__position_flux_tube->KSGenValueGauss__phi_gauss - - + + KSGenPositionFluxTube__position_flux_tube->KSGenValueSet__phi_set - - + + KSGenPositionFluxTube__position_flux_tube->KSGenValueUniform__phi_uniform - - + + KSGenPositionFluxTube__position_flux_tube->KSGenValueFix__z_fix - - + + KSGenPositionFluxTube__position_flux_tube->KSGenValueFormula__z_formula - - + + KSGenPositionFluxTube__position_flux_tube->KSGenValueGauss__z_gauss - - + + KSGenPositionFluxTube__position_flux_tube->KSGenValueSet__z_set - - + + KSGenPositionFluxTube__position_flux_tube->KSGenValueUniform__z_uniform - - + + KSGenPositionFluxTube__position_flux_tube->KSGenValueFormula__r_formula - - + + KSGenPositionFluxTube__position_flux_tube__flux - -flux + +flux KSGenPositionFluxTube__position_flux_tube->KSGenPositionFluxTube__position_flux_tube__flux - - + + KSGenPositionFluxTube__position_flux_tube__magnetic_field_name - -magnetic_field_name + +magnetic_field_name KSGenPositionFluxTube__position_flux_tube->KSGenPositionFluxTube__position_flux_tube__magnetic_field_name - - + + KSGenPositionFluxTube__position_flux_tube__n_integration_step - -n_integration_step + +n_integration_step KSGenPositionFluxTube__position_flux_tube->KSGenPositionFluxTube__position_flux_tube__n_integration_step - - + + KSGenPositionFluxTube__position_flux_tube__name - -name + +name KSGenPositionFluxTube__position_flux_tube->KSGenPositionFluxTube__position_flux_tube__name - - + + KSGenPositionFluxTube__position_flux_tube__only_surface - -only_surface + +only_surface KSGenPositionFluxTube__position_flux_tube->KSGenPositionFluxTube__position_flux_tube__only_surface - - + + KSGenPositionFluxTube__position_flux_tube__phi - -phi + +phi KSGenPositionFluxTube__position_flux_tube->KSGenPositionFluxTube__position_flux_tube__phi - - + + KSGenPositionFluxTube__position_flux_tube__space - -space + +space KSGenPositionFluxTube__position_flux_tube->KSGenPositionFluxTube__position_flux_tube__space - - + + KSGenPositionFluxTube__position_flux_tube__surface - -surface + +surface KSGenPositionFluxTube__position_flux_tube->KSGenPositionFluxTube__position_flux_tube__surface - - + + KSGenPositionFluxTube__position_flux_tube__z - -z + +z KSGenPositionFluxTube__position_flux_tube->KSGenPositionFluxTube__position_flux_tube__z - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__phi_fix - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFormula__phi_formula - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueGauss__phi_gauss - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueHistogram__phi_histogram - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueList__phi_list - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueSet__phi_set - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueUniform__phi_uniform - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__z_fix - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFormula__z_formula - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueGauss__z_gauss - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueHistogram__z_histogram - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueList__z_list - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueSet__z_set - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueUniform__z_uniform - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueRadiusCylindrical__r_cylindrical - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__r_fix - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFormula__r_formula - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueRadiusFraction__r_fraction - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueGauss__r_gauss - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueHistogram__r_histogram - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueList__r_list - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueSet__r_set - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueUniform__r_uniform - - + + KSGenPositionFrustrumComposite__position_frustrum_composite__name - -name + +name KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenPositionFrustrumComposite__position_frustrum_composite__name - - + + KSGenPositionFrustrumComposite__position_frustrum_composite__phi - -phi + +phi KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenPositionFrustrumComposite__position_frustrum_composite__phi - - + + KSGenPositionFrustrumComposite__position_frustrum_composite__r - -r + +r KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenPositionFrustrumComposite__position_frustrum_composite__r - - + + KSGenPositionFrustrumComposite__position_frustrum_composite__r1 - -r1 + +r1 KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenPositionFrustrumComposite__position_frustrum_composite__r1 - - + + KSGenPositionFrustrumComposite__position_frustrum_composite__r2 - -r2 + +r2 KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenPositionFrustrumComposite__position_frustrum_composite__r2 - - + + KSGenPositionFrustrumComposite__position_frustrum_composite__space - -space + +space KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenPositionFrustrumComposite__position_frustrum_composite__space - - + + KSGenPositionFrustrumComposite__position_frustrum_composite__surface - -surface + +surface KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenPositionFrustrumComposite__position_frustrum_composite__surface - - + + KSGenPositionFrustrumComposite__position_frustrum_composite__z - -z + +z KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenPositionFrustrumComposite__position_frustrum_composite__z - - + + KSGenPositionFrustrumComposite__position_frustrum_composite__z1 - -z1 + +z1 KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenPositionFrustrumComposite__position_frustrum_composite__z1 - - + + KSGenPositionFrustrumComposite__position_frustrum_composite__z2 - -z2 + +z2 KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenPositionFrustrumComposite__position_frustrum_composite__z2 - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__r1_fix - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__r2_fix - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__z1_fix - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__z2_fix - - + + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueZFrustrum__z_frustrum - - + + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__flux - -flux + +flux KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__flux - - + + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__magnetic_field_name - -magnetic_field_name + +magnetic_field_name KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__magnetic_field_name - - + + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__n_integration_step - -n_integration_step + +n_integration_step KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__n_integration_step - - + + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__name - -name + +name KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__name - - + + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__phi_max - -phi_max + +phi_max KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__phi_max - - + + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__phi_min - -phi_min + +phi_min KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__phi_min - - + + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__r_max - -r_max + +r_max KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__r_max - - + + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__z_max - -z_max + +z_max KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__z_max - - + + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__z_min - -z_min + +z_min KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube__z_min - - + + KSGenPositionMask__position_mask->KSGenPositionCylindricalComposite__position_cylindrical_composite - - + + KSGenPositionMask__position_mask->KSGenPositionMeshSurfaceRandom__position_mesh_surface_random - - + + KSGenPositionMask__position_mask->KSGenPositionRectangularComposite__position_rectangular_composite - - + + KSGenPositionMask__position_mask->KSGenPositionSpaceRandom__position_space_random - - + + KSGenPositionMask__position_mask->KSGenPositionSphericalComposite__position_spherical_composite - - + + KSGenPositionMask__position_mask__max_retries - -max_retries + +max_retries KSGenPositionMask__position_mask->KSGenPositionMask__position_mask__max_retries - - + + KSGenPositionMask__position_mask__name - -name + +name KSGenPositionMask__position_mask->KSGenPositionMask__position_mask__name - - + + KSGenPositionMask__position_mask__spaces_allowed - -spaces_allowed + +spaces_allowed KSGenPositionMask__position_mask->KSGenPositionMask__position_mask__spaces_allowed - - + + KSGenPositionMask__position_mask__spaces_forbidden - -spaces_forbidden + +spaces_forbidden KSGenPositionMask__position_mask->KSGenPositionMask__position_mask__spaces_forbidden - - + + KSGenPositionMask__position_mask->KSGenPositionSurfaceRandom __position_surface_random - - + + KSGenPositionMeshSurfaceRandom__position_mesh_surface_random__name - -name + +name KSGenPositionMeshSurfaceRandom__position_mesh_surface_random->KSGenPositionMeshSurfaceRandom__position_mesh_surface_random__name - - + + KSGenPositionMeshSurfaceRandom__position_mesh_surface_random__surfaces - -surfaces + +surfaces KSGenPositionMeshSurfaceRandom__position_mesh_surface_random->KSGenPositionMeshSurfaceRandom__position_mesh_surface_random__surfaces - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFix__x_fix - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFormula__x_formula - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueGauss__x_gauss - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueHistogram__x_histogram - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueList__x_list - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueSet__x_set - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueUniform__x_uniform - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFix__y_fix - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFormula__y_formula - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueGauss__y_gauss - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueHistogram__y_histogram - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueList__y_list - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueSet__y_set - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueUniform__y_uniform - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFix__z_fix - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFormula__z_formula - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueGauss__z_gauss - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueHistogram__z_histogram - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueList__z_list - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueSet__z_set - - + + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueUniform__z_uniform - - + + KSGenPositionRectangularComposite__position_rectangular_composite__name - -name + +name KSGenPositionRectangularComposite__position_rectangular_composite->KSGenPositionRectangularComposite__position_rectangular_composite__name - - + + KSGenPositionRectangularComposite__position_rectangular_composite__space - -space + +space KSGenPositionRectangularComposite__position_rectangular_composite->KSGenPositionRectangularComposite__position_rectangular_composite__space - - + + KSGenPositionRectangularComposite__position_rectangular_composite__surface - -surface + +surface KSGenPositionRectangularComposite__position_rectangular_composite->KSGenPositionRectangularComposite__position_rectangular_composite__surface - - + + KSGenPositionRectangularComposite__position_rectangular_composite__x - -x + +x KSGenPositionRectangularComposite__position_rectangular_composite->KSGenPositionRectangularComposite__position_rectangular_composite__x - - + + KSGenPositionRectangularComposite__position_rectangular_composite__y - -y + +y KSGenPositionRectangularComposite__position_rectangular_composite->KSGenPositionRectangularComposite__position_rectangular_composite__y - - + + KSGenPositionRectangularComposite__position_rectangular_composite__z - -z + +z KSGenPositionRectangularComposite__position_rectangular_composite->KSGenPositionRectangularComposite__position_rectangular_composite__z - - + + KSGenPositionSpaceRandom__position_space_random__name - -name + +name KSGenPositionSpaceRandom__position_space_random->KSGenPositionSpaceRandom__position_space_random__name - - + + KSGenPositionSpaceRandom__position_space_random__spaces - -spaces + +spaces KSGenPositionSpaceRandom__position_space_random->KSGenPositionSpaceRandom__position_space_random__spaces - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFix__phi_fix - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFormula__phi_formula - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueGauss__phi_gauss - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueHistogram__phi_histogram - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueList__phi_list - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueSet__phi_set - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueUniform__phi_uniform - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFix__theta_fix - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFormula__theta_formula - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueGauss__theta_gauss - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueHistogram__theta_histogram - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueList__theta_list - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueSet__theta_set - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueAngleSpherical__theta_spherical - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueUniform__theta_uniform - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFix__r_fix - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFormula__r_formula - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueGauss__r_gauss - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueHistogram__r_histogram - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueList__r_list - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueSet__r_set - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueUniform__r_uniform - - + + KSGenPositionSphericalComposite__position_spherical_composite__name - -name + +name KSGenPositionSphericalComposite__position_spherical_composite->KSGenPositionSphericalComposite__position_spherical_composite__name - - + + KSGenPositionSphericalComposite__position_spherical_composite__phi - -phi + +phi KSGenPositionSphericalComposite__position_spherical_composite->KSGenPositionSphericalComposite__position_spherical_composite__phi - - + + KSGenPositionSphericalComposite__position_spherical_composite__r - -r + +r KSGenPositionSphericalComposite__position_spherical_composite->KSGenPositionSphericalComposite__position_spherical_composite__r - - + + KSGenPositionSphericalComposite__position_spherical_composite__space - -space + +space KSGenPositionSphericalComposite__position_spherical_composite->KSGenPositionSphericalComposite__position_spherical_composite__space - - + + KSGenPositionSphericalComposite__position_spherical_composite__surface - -surface + +surface KSGenPositionSphericalComposite__position_spherical_composite->KSGenPositionSphericalComposite__position_spherical_composite__surface - - + + KSGenPositionSphericalComposite__position_spherical_composite__theta - -theta + +theta KSGenPositionSphericalComposite__position_spherical_composite->KSGenPositionSphericalComposite__position_spherical_composite__theta - - + + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueRadiusSpherical__r_spherical - - + + KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step__length - -length + +length KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step->KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step__length - - + + KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step__name - -name + +name KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step->KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step__name - - + + KSGenPositionSurfaceRandom__position_surface_random__name - -name + +name KSGenPositionSurfaceRandom__position_surface_random->KSGenPositionSurfaceRandom__position_surface_random__name - - + + KSGenPositionSurfaceRandom__position_surface_random__surfaces - -surfaces + +surfaces KSGenPositionSurfaceRandom__position_surface_random->KSGenPositionSurfaceRandom__position_surface_random__surfaces - - + + KSGenSpinComposite__spin_composite->KSGenValueFix__phi_fix - - + + KSGenSpinComposite__spin_composite->KSGenValueFormula__phi_formula - - + + KSGenSpinComposite__spin_composite->KSGenValueGauss__phi_gauss - - + + KSGenSpinComposite__spin_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + KSGenSpinComposite__spin_composite->KSGenValueHistogram__phi_histogram - - + + KSGenSpinComposite__spin_composite->KSGenValueList__phi_list - - + + KSGenSpinComposite__spin_composite->KSGenValueSet__phi_set - - + + KSGenSpinComposite__spin_composite->KSGenValueUniform__phi_uniform - - + + KSGenSpinComposite__spin_composite->KSGenValueAngleCosine__theta_cosine - - + + KSGenSpinComposite__spin_composite->KSGenValueFix__theta_fix - - + + KSGenSpinComposite__spin_composite->KSGenValueFormula__theta_formula - - + + KSGenSpinComposite__spin_composite->KSGenValueGauss__theta_gauss - - + + KSGenSpinComposite__spin_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + KSGenSpinComposite__spin_composite->KSGenValueHistogram__theta_histogram - - + + KSGenSpinComposite__spin_composite->KSGenValueList__theta_list - - + + KSGenSpinComposite__spin_composite->KSGenValueSet__theta_set - - + + KSGenSpinComposite__spin_composite->KSGenValueAngleSpherical__theta_spherical - - + + KSGenSpinComposite__spin_composite->KSGenValueUniform__theta_uniform - - + + KSGenSpinComposite__spin_composite__name - -name + +name KSGenSpinComposite__spin_composite->KSGenSpinComposite__spin_composite__name - - + + KSGenSpinComposite__spin_composite__phi - -phi + +phi KSGenSpinComposite__spin_composite->KSGenSpinComposite__spin_composite__phi - - + + KSGenSpinComposite__spin_composite__space - -space + +space KSGenSpinComposite__spin_composite->KSGenSpinComposite__spin_composite__space - - + + KSGenSpinComposite__spin_composite__surface - -surface + +surface KSGenSpinComposite__spin_composite->KSGenSpinComposite__spin_composite__surface - - + + KSGenSpinComposite__spin_composite__theta - -theta + +theta KSGenSpinComposite__spin_composite->KSGenSpinComposite__spin_composite__theta - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueFix__phi_fix - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueFormula__phi_formula - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueGauss__phi_gauss - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueHistogram__phi_histogram - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueList__phi_list - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueSet__phi_set - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueUniform__phi_uniform - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueAngleCosine__theta_cosine - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueFix__theta_fix - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueFormula__theta_formula - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueGauss__theta_gauss - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueHistogram__theta_histogram - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueList__theta_list - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueSet__theta_set - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueAngleSpherical__theta_spherical - - + + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueUniform__theta_uniform - - + + KSGenSpinRelativeComposite__spin_relative_composite__name - -name + +name KSGenSpinRelativeComposite__spin_relative_composite->KSGenSpinRelativeComposite__spin_relative_composite__name - - + + KSGenSpinRelativeComposite__spin_relative_composite__phi - -phi + +phi KSGenSpinRelativeComposite__spin_relative_composite->KSGenSpinRelativeComposite__spin_relative_composite__phi - - + + KSGenSpinRelativeComposite__spin_relative_composite__space - -space + +space KSGenSpinRelativeComposite__spin_relative_composite->KSGenSpinRelativeComposite__spin_relative_composite__space - - + + KSGenSpinRelativeComposite__spin_relative_composite__surface - -surface + +surface KSGenSpinRelativeComposite__spin_relative_composite->KSGenSpinRelativeComposite__spin_relative_composite__surface - - + + KSGenSpinRelativeComposite__spin_relative_composite__theta - -theta + +theta KSGenSpinRelativeComposite__spin_relative_composite->KSGenSpinRelativeComposite__spin_relative_composite__theta - - + + KSGenTimeComposite__time_composite__name - -name + +name KSGenTimeComposite__time_composite->KSGenTimeComposite__time_composite__name - - + + KSGenTimeComposite__time_composite__time_value - -time_value + +time_value KSGenTimeComposite__time_composite->KSGenTimeComposite__time_composite__time_value - - + + KSGenTimeComposite__time_composite->KSGenValueFermi__time_fermi - - + + KSGenTimeComposite__time_composite->KSGenValueFix__time_fix - - + + KSGenTimeComposite__time_composite->KSGenValueFormula__time_formula - - + + KSGenTimeComposite__time_composite->KSGenValueGauss__time_gauss - - + + KSGenTimeComposite__time_composite->KSGenValueGeneralizedGauss__time_generalized_gauss - - + + KSGenTimeComposite__time_composite->KSGenValueHistogram__time_histogram - - + + KSGenTimeComposite__time_composite->KSGenValueList__time_list - - + + KSGenTimeComposite__time_composite->KSGenValueSet__time_set - - + + KSGenTimeComposite__time_composite->KSGenValueUniform__time_uniform - - + + KSGenValueFix__l_fix__name - -name + +name KSGenValueFix__l_fix->KSGenValueFix__l_fix__name - - + + KSGenValueFix__l_fix__value - -value + +value KSGenValueFix__l_fix->KSGenValueFix__l_fix__value - - + + KSGenValueFormula__l_formula__name - -name + +name KSGenValueFormula__l_formula->KSGenValueFormula__l_formula__name - - + + KSGenValueFormula__l_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__l_formula->KSGenValueFormula__l_formula__value_formula - - + + KSGenValueFormula__l_formula__value_max - -value_max + +value_max KSGenValueFormula__l_formula->KSGenValueFormula__l_formula__value_max - - + + KSGenValueFormula__l_formula__value_min - -value_min + +value_min KSGenValueFormula__l_formula->KSGenValueFormula__l_formula__value_min - - + + KSGenValueGauss__l_gauss__name - -name + +name KSGenValueGauss__l_gauss->KSGenValueGauss__l_gauss__name - - + + KSGenValueGauss__l_gauss__value_max - -value_max + +value_max KSGenValueGauss__l_gauss->KSGenValueGauss__l_gauss__value_max - - + + KSGenValueGauss__l_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__l_gauss->KSGenValueGauss__l_gauss__value_mean - - + + KSGenValueGauss__l_gauss__value_min - -value_min + +value_min KSGenValueGauss__l_gauss->KSGenValueGauss__l_gauss__value_min - - + + KSGenValueGauss__l_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__l_gauss->KSGenValueGauss__l_gauss__value_sigma - - + + KSGenValueList__l_list__add_value - -add_value + +add_value KSGenValueList__l_list->KSGenValueList__l_list__add_value - - + + KSGenValueList__l_list__name - -name + +name KSGenValueList__l_list->KSGenValueList__l_list__name - - + + KSGenValueList__l_list__randomize - -randomize + +randomize KSGenValueList__l_list->KSGenValueList__l_list__randomize - - + + KSGenValueSet__l_set__name - -name + +name KSGenValueSet__l_set->KSGenValueSet__l_set__name - - + + KSGenValueSet__l_set__value_count - -value_count + +value_count KSGenValueSet__l_set->KSGenValueSet__l_set__value_count - - + + KSGenValueSet__l_set__value_increment - -value_increment + +value_increment KSGenValueSet__l_set->KSGenValueSet__l_set__value_increment - - + + KSGenValueSet__l_set__value_start - -value_start + +value_start KSGenValueSet__l_set->KSGenValueSet__l_set__value_start - - + + KSGenValueSet__l_set__value_stop - -value_stop + +value_stop KSGenValueSet__l_set->KSGenValueSet__l_set__value_stop - - + + KSGenValueUniform__l_uniform__name - -name + +name KSGenValueUniform__l_uniform->KSGenValueUniform__l_uniform__name - - + + KSGenValueUniform__l_uniform__value_max - -value_max + +value_max KSGenValueUniform__l_uniform->KSGenValueUniform__l_uniform__value_max - - + + KSGenValueUniform__l_uniform__value_min - -value_min + +value_min KSGenValueUniform__l_uniform->KSGenValueUniform__l_uniform__value_min - - + + KSGenValueFix__x_fix__name - -name + +name KSGenValueFix__x_fix->KSGenValueFix__x_fix__name - - + + KSGenValueFix__x_fix__value - -value + +value KSGenValueFix__x_fix->KSGenValueFix__x_fix__value - - + + KSGenValueFormula__x_formula__name - -name + +name KSGenValueFormula__x_formula->KSGenValueFormula__x_formula__name - - + + KSGenValueFormula__x_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__x_formula->KSGenValueFormula__x_formula__value_formula - - + + KSGenValueFormula__x_formula__value_max - -value_max + +value_max KSGenValueFormula__x_formula->KSGenValueFormula__x_formula__value_max - - + + KSGenValueFormula__x_formula__value_min - -value_min + +value_min KSGenValueFormula__x_formula->KSGenValueFormula__x_formula__value_min - - + + KSGenValueGauss__x_gauss__name - -name + +name KSGenValueGauss__x_gauss->KSGenValueGauss__x_gauss__name - - + + KSGenValueGauss__x_gauss__value_max - -value_max + +value_max KSGenValueGauss__x_gauss->KSGenValueGauss__x_gauss__value_max - - + + KSGenValueGauss__x_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__x_gauss->KSGenValueGauss__x_gauss__value_mean - - + + KSGenValueGauss__x_gauss__value_min - -value_min + +value_min KSGenValueGauss__x_gauss->KSGenValueGauss__x_gauss__value_min - - + + KSGenValueGauss__x_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__x_gauss->KSGenValueGauss__x_gauss__value_sigma - - + + KSGenValueHistogram__x_histogram__base - -base + +base KSGenValueHistogram__x_histogram->KSGenValueHistogram__x_histogram__base - - + + KSGenValueHistogram__x_histogram__formula - -formula + +formula KSGenValueHistogram__x_histogram->KSGenValueHistogram__x_histogram__formula - - + + KSGenValueHistogram__x_histogram__histogram - -histogram + +histogram KSGenValueHistogram__x_histogram->KSGenValueHistogram__x_histogram__histogram - - + + KSGenValueHistogram__x_histogram__name - -name + +name KSGenValueHistogram__x_histogram->KSGenValueHistogram__x_histogram__name - - + + KSGenValueHistogram__x_histogram__path - -path + +path KSGenValueHistogram__x_histogram->KSGenValueHistogram__x_histogram__path - - + + KSGenValueList__x_list__add_value - -add_value + +add_value KSGenValueList__x_list->KSGenValueList__x_list__add_value - - + + KSGenValueList__x_list__name - -name + +name KSGenValueList__x_list->KSGenValueList__x_list__name - - + + KSGenValueList__x_list__randomize - -randomize + +randomize KSGenValueList__x_list->KSGenValueList__x_list__randomize - - + + KSGenValueSet__x_set__name - -name + +name KSGenValueSet__x_set->KSGenValueSet__x_set__name - - + + KSGenValueSet__x_set__value_count - -value_count + +value_count KSGenValueSet__x_set->KSGenValueSet__x_set__value_count - - + + KSGenValueSet__x_set__value_increment - -value_increment + +value_increment KSGenValueSet__x_set->KSGenValueSet__x_set__value_increment - - + + KSGenValueSet__x_set__value_start - -value_start + +value_start KSGenValueSet__x_set->KSGenValueSet__x_set__value_start - - + + KSGenValueSet__x_set__value_stop - -value_stop + +value_stop KSGenValueSet__x_set->KSGenValueSet__x_set__value_stop - - + + KSGenValueUniform__x_uniform__name - -name + +name KSGenValueUniform__x_uniform->KSGenValueUniform__x_uniform__name - - + + KSGenValueUniform__x_uniform__value_max - -value_max + +value_max KSGenValueUniform__x_uniform->KSGenValueUniform__x_uniform__value_max - - + + KSGenValueUniform__x_uniform__value_min - -value_min + +value_min KSGenValueUniform__x_uniform->KSGenValueUniform__x_uniform__value_min - - + + KSGenValueFix__y_fix__name - -name + +name KSGenValueFix__y_fix->KSGenValueFix__y_fix__name - - + + KSGenValueFix__y_fix__value - -value + +value KSGenValueFix__y_fix->KSGenValueFix__y_fix__value - - + + KSGenValueFormula__y_formula__name - -name + +name KSGenValueFormula__y_formula->KSGenValueFormula__y_formula__name - - + + KSGenValueFormula__y_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__y_formula->KSGenValueFormula__y_formula__value_formula - - + + KSGenValueFormula__y_formula__value_max - -value_max + +value_max KSGenValueFormula__y_formula->KSGenValueFormula__y_formula__value_max - - + + KSGenValueFormula__y_formula__value_min - -value_min + +value_min KSGenValueFormula__y_formula->KSGenValueFormula__y_formula__value_min - - + + KSGenValueGauss__y_gauss__name - -name + +name KSGenValueGauss__y_gauss->KSGenValueGauss__y_gauss__name - - + + KSGenValueGauss__y_gauss__value_max - -value_max + +value_max KSGenValueGauss__y_gauss->KSGenValueGauss__y_gauss__value_max - - + + KSGenValueGauss__y_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__y_gauss->KSGenValueGauss__y_gauss__value_mean - - + + KSGenValueGauss__y_gauss__value_min - -value_min + +value_min KSGenValueGauss__y_gauss->KSGenValueGauss__y_gauss__value_min - - + + KSGenValueGauss__y_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__y_gauss->KSGenValueGauss__y_gauss__value_sigma - - + + KSGenValueHistogram__y_histogram__base - -base + +base KSGenValueHistogram__y_histogram->KSGenValueHistogram__y_histogram__base - - + + KSGenValueHistogram__y_histogram__formula - -formula + +formula KSGenValueHistogram__y_histogram->KSGenValueHistogram__y_histogram__formula - - + + KSGenValueHistogram__y_histogram__histogram - -histogram + +histogram KSGenValueHistogram__y_histogram->KSGenValueHistogram__y_histogram__histogram - - + + KSGenValueHistogram__y_histogram__name - -name + +name KSGenValueHistogram__y_histogram->KSGenValueHistogram__y_histogram__name - - + + KSGenValueHistogram__y_histogram__path - -path + +path KSGenValueHistogram__y_histogram->KSGenValueHistogram__y_histogram__path - - + + KSGenValueList__y_list__add_value - -add_value + +add_value KSGenValueList__y_list->KSGenValueList__y_list__add_value - - + + KSGenValueList__y_list__name - -name + +name KSGenValueList__y_list->KSGenValueList__y_list__name - - + + KSGenValueList__y_list__randomize - -randomize + +randomize KSGenValueList__y_list->KSGenValueList__y_list__randomize - - + + KSGenValueSet__y_set__name - -name + +name KSGenValueSet__y_set->KSGenValueSet__y_set__name - - + + KSGenValueSet__y_set__value_count - -value_count + +value_count KSGenValueSet__y_set->KSGenValueSet__y_set__value_count - - + + KSGenValueSet__y_set__value_increment - -value_increment + +value_increment KSGenValueSet__y_set->KSGenValueSet__y_set__value_increment - - + + KSGenValueSet__y_set__value_start - -value_start + +value_start KSGenValueSet__y_set->KSGenValueSet__y_set__value_start - - + + KSGenValueSet__y_set__value_stop - -value_stop + +value_stop KSGenValueSet__y_set->KSGenValueSet__y_set__value_stop - - + + KSGenValueUniform__y_uniform__name - -name + +name KSGenValueUniform__y_uniform->KSGenValueUniform__y_uniform__name - - + + KSGenValueUniform__y_uniform__value_max - -value_max + +value_max KSGenValueUniform__y_uniform->KSGenValueUniform__y_uniform__value_max - - + + KSGenValueUniform__y_uniform__value_min - -value_min + +value_min KSGenValueUniform__y_uniform->KSGenValueUniform__y_uniform__value_min - - + + KSGenValueFix__z_fix__name - -name + +name KSGenValueFix__z_fix->KSGenValueFix__z_fix__name - - + + KSGenValueFix__z_fix__value - -value + +value KSGenValueFix__z_fix->KSGenValueFix__z_fix__value - - + + KSGenValueFormula__z_formula__name - -name + +name KSGenValueFormula__z_formula->KSGenValueFormula__z_formula__name - - + + KSGenValueFormula__z_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__z_formula->KSGenValueFormula__z_formula__value_formula - - + + KSGenValueFormula__z_formula__value_max - -value_max + +value_max KSGenValueFormula__z_formula->KSGenValueFormula__z_formula__value_max - - + + KSGenValueFormula__z_formula__value_min - -value_min + +value_min KSGenValueFormula__z_formula->KSGenValueFormula__z_formula__value_min - - + + KSGenValueGauss__z_gauss__name - -name + +name KSGenValueGauss__z_gauss->KSGenValueGauss__z_gauss__name - - + + KSGenValueGauss__z_gauss__value_max - -value_max + +value_max KSGenValueGauss__z_gauss->KSGenValueGauss__z_gauss__value_max - - + + KSGenValueGauss__z_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__z_gauss->KSGenValueGauss__z_gauss__value_mean - - + + KSGenValueGauss__z_gauss__value_min - -value_min + +value_min KSGenValueGauss__z_gauss->KSGenValueGauss__z_gauss__value_min - - + + KSGenValueGauss__z_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__z_gauss->KSGenValueGauss__z_gauss__value_sigma - - + + KSGenValueHistogram__z_histogram__base - -base + +base KSGenValueHistogram__z_histogram->KSGenValueHistogram__z_histogram__base - - + + KSGenValueHistogram__z_histogram__formula - -formula + +formula KSGenValueHistogram__z_histogram->KSGenValueHistogram__z_histogram__formula - - + + KSGenValueHistogram__z_histogram__histogram - -histogram + +histogram KSGenValueHistogram__z_histogram->KSGenValueHistogram__z_histogram__histogram - - + + KSGenValueHistogram__z_histogram__name - -name + +name KSGenValueHistogram__z_histogram->KSGenValueHistogram__z_histogram__name - - + + KSGenValueHistogram__z_histogram__path - -path + +path KSGenValueHistogram__z_histogram->KSGenValueHistogram__z_histogram__path - - + + KSGenValueList__z_list__add_value - -add_value + +add_value KSGenValueList__z_list->KSGenValueList__z_list__add_value - - + + KSGenValueList__z_list__name - -name + +name KSGenValueList__z_list->KSGenValueList__z_list__name - - + + KSGenValueList__z_list__randomize - -randomize + +randomize KSGenValueList__z_list->KSGenValueList__z_list__randomize - - + + KSGenValueSet__z_set__name - -name + +name KSGenValueSet__z_set->KSGenValueSet__z_set__name - - + + KSGenValueSet__z_set__value_count - -value_count + +value_count KSGenValueSet__z_set->KSGenValueSet__z_set__value_count - - + + KSGenValueSet__z_set__value_increment - -value_increment + +value_increment KSGenValueSet__z_set->KSGenValueSet__z_set__value_increment - - + + KSGenValueSet__z_set__value_start - -value_start + +value_start KSGenValueSet__z_set->KSGenValueSet__z_set__value_start - - + + KSGenValueSet__z_set__value_stop - -value_stop + +value_stop KSGenValueSet__z_set->KSGenValueSet__z_set__value_stop - - + + KSGenValueUniform__z_uniform__name - -name + +name KSGenValueUniform__z_uniform->KSGenValueUniform__z_uniform__name - - + + KSGenValueUniform__z_uniform__value_max - -value_max + +value_max KSGenValueUniform__z_uniform->KSGenValueUniform__z_uniform__value_max - - + + KSGenValueUniform__z_uniform__value_min - -value_min + +value_min KSGenValueUniform__z_uniform->KSGenValueUniform__z_uniform__value_min - - + + KSGenValueFix__n_fix__name - -name + +name KSGenValueFix__n_fix->KSGenValueFix__n_fix__name - - + + KSGenValueFix__n_fix__value - -value + +value KSGenValueFix__n_fix->KSGenValueFix__n_fix__value - - + + KSGenValueFormula__n_formula__name - -name + +name KSGenValueFormula__n_formula->KSGenValueFormula__n_formula__name - - + + KSGenValueFormula__n_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__n_formula->KSGenValueFormula__n_formula__value_formula - - + + KSGenValueFormula__n_formula__value_max - -value_max + +value_max KSGenValueFormula__n_formula->KSGenValueFormula__n_formula__value_max - - + + KSGenValueFormula__n_formula__value_min - -value_min + +value_min KSGenValueFormula__n_formula->KSGenValueFormula__n_formula__value_min - - + + KSGenValueGauss__n_gauss__name - -name + +name KSGenValueGauss__n_gauss->KSGenValueGauss__n_gauss__name - - + + KSGenValueGauss__n_gauss__value_max - -value_max + +value_max KSGenValueGauss__n_gauss->KSGenValueGauss__n_gauss__value_max - - + + KSGenValueGauss__n_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__n_gauss->KSGenValueGauss__n_gauss__value_mean - - + + KSGenValueGauss__n_gauss__value_min - -value_min + +value_min KSGenValueGauss__n_gauss->KSGenValueGauss__n_gauss__value_min - - + + KSGenValueGauss__n_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__n_gauss->KSGenValueGauss__n_gauss__value_sigma - - + + KSGenValueList__n_list__add_value - -add_value + +add_value KSGenValueList__n_list->KSGenValueList__n_list__add_value - - + + KSGenValueList__n_list__name - -name + +name KSGenValueList__n_list->KSGenValueList__n_list__name - - + + KSGenValueList__n_list__randomize - -randomize + +randomize KSGenValueList__n_list->KSGenValueList__n_list__randomize - - + + KSGenValuePareto__n_pareto__cutoff - -cutoff + +cutoff KSGenValuePareto__n_pareto->KSGenValuePareto__n_pareto__cutoff - - + + KSGenValuePareto__n_pareto__name - -name + +name KSGenValuePareto__n_pareto->KSGenValuePareto__n_pareto__name - - + + KSGenValuePareto__n_pareto__offset - -offset + +offset KSGenValuePareto__n_pareto->KSGenValuePareto__n_pareto__offset - - + + KSGenValuePareto__n_pareto__slope - -slope + +slope KSGenValuePareto__n_pareto->KSGenValuePareto__n_pareto__slope - - + + KSGenValuePareto__n_pareto__value_max - -value_max + +value_max KSGenValuePareto__n_pareto->KSGenValuePareto__n_pareto__value_max - - + + KSGenValuePareto__n_pareto__value_min - -value_min + +value_min KSGenValuePareto__n_pareto->KSGenValuePareto__n_pareto__value_min - - + + KSGenValueSet__n_set__name - -name + +name KSGenValueSet__n_set->KSGenValueSet__n_set__name - - + + KSGenValueSet__n_set__value_count - -value_count + +value_count KSGenValueSet__n_set->KSGenValueSet__n_set__value_count - - + + KSGenValueSet__n_set__value_increment - -value_increment + +value_increment KSGenValueSet__n_set->KSGenValueSet__n_set__value_increment - - + + KSGenValueSet__n_set__value_start - -value_start + +value_start KSGenValueSet__n_set->KSGenValueSet__n_set__value_start - - + + KSGenValueSet__n_set__value_stop - -value_stop + +value_stop KSGenValueSet__n_set->KSGenValueSet__n_set__value_stop - - + + KSGenValueUniform__n_uniform__name - -name + +name KSGenValueUniform__n_uniform->KSGenValueUniform__n_uniform__name - - + + KSGenValueUniform__n_uniform__value_max - -value_max + +value_max KSGenValueUniform__n_uniform->KSGenValueUniform__n_uniform__value_max - - + + KSGenValueUniform__n_uniform__value_min - -value_min + +value_min KSGenValueUniform__n_uniform->KSGenValueUniform__n_uniform__value_min - - + + KSGenValueRadiusCylindrical__r_cylindrical__name - -name + +name KSGenValueRadiusCylindrical__r_cylindrical->KSGenValueRadiusCylindrical__r_cylindrical__name - - + + KSGenValueRadiusCylindrical__r_cylindrical__radius_max - -radius_max + +radius_max KSGenValueRadiusCylindrical__r_cylindrical->KSGenValueRadiusCylindrical__r_cylindrical__radius_max - - + + KSGenValueRadiusCylindrical__r_cylindrical__radius_min - -radius_min + +radius_min KSGenValueRadiusCylindrical__r_cylindrical->KSGenValueRadiusCylindrical__r_cylindrical__radius_min - - + + KSGenValueFix__r_fix__name - -name + +name KSGenValueFix__r_fix->KSGenValueFix__r_fix__name - - + + KSGenValueFix__r_fix__value - -value + +value KSGenValueFix__r_fix->KSGenValueFix__r_fix__value - - + + KSGenValueFormula__r_formula__name - -name + +name KSGenValueFormula__r_formula->KSGenValueFormula__r_formula__name - - + + KSGenValueFormula__r_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__r_formula->KSGenValueFormula__r_formula__value_formula - - + + KSGenValueFormula__r_formula__value_max - -value_max + +value_max KSGenValueFormula__r_formula->KSGenValueFormula__r_formula__value_max - - + + KSGenValueFormula__r_formula__value_min - -value_min + +value_min KSGenValueFormula__r_formula->KSGenValueFormula__r_formula__value_min - - + + KSGenValueRadiusFraction__r_fraction__name - -name + +name KSGenValueRadiusFraction__r_fraction->KSGenValueRadiusFraction__r_fraction__name - - + + KSGenValueGauss__r_gauss__name - -name + +name KSGenValueGauss__r_gauss->KSGenValueGauss__r_gauss__name - - + + KSGenValueGauss__r_gauss__value_max - -value_max + +value_max KSGenValueGauss__r_gauss->KSGenValueGauss__r_gauss__value_max - - + + KSGenValueGauss__r_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__r_gauss->KSGenValueGauss__r_gauss__value_mean - - + + KSGenValueGauss__r_gauss__value_min - -value_min + +value_min KSGenValueGauss__r_gauss->KSGenValueGauss__r_gauss__value_min - - + + KSGenValueGauss__r_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__r_gauss->KSGenValueGauss__r_gauss__value_sigma - - + + KSGenValueHistogram__r_histogram__base - -base + +base KSGenValueHistogram__r_histogram->KSGenValueHistogram__r_histogram__base - - + + KSGenValueHistogram__r_histogram__formula - -formula + +formula KSGenValueHistogram__r_histogram->KSGenValueHistogram__r_histogram__formula - - + + KSGenValueHistogram__r_histogram__histogram - -histogram + +histogram KSGenValueHistogram__r_histogram->KSGenValueHistogram__r_histogram__histogram - - + + KSGenValueHistogram__r_histogram__name - -name + +name KSGenValueHistogram__r_histogram->KSGenValueHistogram__r_histogram__name - - + + KSGenValueHistogram__r_histogram__path - -path + +path KSGenValueHistogram__r_histogram->KSGenValueHistogram__r_histogram__path - - + + KSGenValueList__r_list__add_value - -add_value + +add_value KSGenValueList__r_list->KSGenValueList__r_list__add_value - - + + KSGenValueList__r_list__name - -name + +name KSGenValueList__r_list->KSGenValueList__r_list__name - - + + KSGenValueList__r_list__randomize - -randomize + +randomize KSGenValueList__r_list->KSGenValueList__r_list__randomize - - + + KSGenValueSet__r_set__name - -name + +name KSGenValueSet__r_set->KSGenValueSet__r_set__name - - + + KSGenValueSet__r_set__value_count - -value_count + +value_count KSGenValueSet__r_set->KSGenValueSet__r_set__value_count - - + + KSGenValueSet__r_set__value_increment - -value_increment + +value_increment KSGenValueSet__r_set->KSGenValueSet__r_set__value_increment - - + + KSGenValueSet__r_set__value_start - -value_start + +value_start KSGenValueSet__r_set->KSGenValueSet__r_set__value_start - - + + KSGenValueSet__r_set__value_stop - -value_stop + +value_stop KSGenValueSet__r_set->KSGenValueSet__r_set__value_stop - - + + KSGenValueUniform__r_uniform__name - -name + +name KSGenValueUniform__r_uniform->KSGenValueUniform__r_uniform__name - - + + KSGenValueUniform__r_uniform__value_max - -value_max + +value_max KSGenValueUniform__r_uniform->KSGenValueUniform__r_uniform__value_max - - + + KSGenValueUniform__r_uniform__value_min - -value_min + +value_min KSGenValueUniform__r_uniform->KSGenValueUniform__r_uniform__value_min - - + + KSGenValueFix__r1_fix__name - -name + +name KSGenValueFix__r1_fix->KSGenValueFix__r1_fix__name - - + + KSGenValueFix__r1_fix__value - -value + +value KSGenValueFix__r1_fix->KSGenValueFix__r1_fix__value - - + + KSGenValueFix__r2_fix__name - -name + +name KSGenValueFix__r2_fix->KSGenValueFix__r2_fix__name - - + + KSGenValueFix__r2_fix__value - -value + +value KSGenValueFix__r2_fix->KSGenValueFix__r2_fix__value - - + + KSGenValueFix__z1_fix__name - -name + +name KSGenValueFix__z1_fix->KSGenValueFix__z1_fix__name - - + + KSGenValueFix__z1_fix__value - -value + +value KSGenValueFix__z1_fix->KSGenValueFix__z1_fix__value - - + + KSGenValueFix__z2_fix__name - -name + +name KSGenValueFix__z2_fix->KSGenValueFix__z2_fix__name - - + + KSGenValueFix__z2_fix__value - -value + +value KSGenValueFix__z2_fix->KSGenValueFix__z2_fix__value - - + + KSGenValueZFrustrum__z_frustrum__name - -name + +name KSGenValueZFrustrum__z_frustrum->KSGenValueZFrustrum__z_frustrum__name - - + + KSGenValueZFrustrum__z_frustrum__r1 - -r1 + +r1 KSGenValueZFrustrum__z_frustrum->KSGenValueZFrustrum__z_frustrum__r1 - - + + KSGenValueZFrustrum__z_frustrum__r2 - -r2 + +r2 KSGenValueZFrustrum__z_frustrum->KSGenValueZFrustrum__z_frustrum__r2 - - + + KSGenValueZFrustrum__z_frustrum__z1 - -z1 + +z1 KSGenValueZFrustrum__z_frustrum->KSGenValueZFrustrum__z_frustrum__z1 - - + + KSGenValueZFrustrum__z_frustrum__z2 - -z2 + +z2 KSGenValueZFrustrum__z_frustrum->KSGenValueZFrustrum__z_frustrum__z2 - - + + KSGenValueRadiusSpherical__r_spherical__name - -name + +name KSGenValueRadiusSpherical__r_spherical->KSGenValueRadiusSpherical__r_spherical__name - - + + KSGenValueRadiusSpherical__r_spherical__radius_max - -radius_max + +radius_max KSGenValueRadiusSpherical__r_spherical->KSGenValueRadiusSpherical__r_spherical__radius_max - - + + KSGenValueRadiusSpherical__r_spherical__radius_min - -radius_min + +radius_min KSGenValueRadiusSpherical__r_spherical->KSGenValueRadiusSpherical__r_spherical__radius_min - - + + KSGenValueFermi__time_fermi__name - -name + +name KSGenValueFermi__time_fermi->KSGenValueFermi__time_fermi__name - - + + KSGenValueFermi__time_fermi__value_max - -value_max + +value_max KSGenValueFermi__time_fermi->KSGenValueFermi__time_fermi__value_max - - + + KSGenValueFermi__time_fermi__value_mean - -value_mean + +value_mean KSGenValueFermi__time_fermi->KSGenValueFermi__time_fermi__value_mean - - + + KSGenValueFermi__time_fermi__value_min - -value_min + +value_min KSGenValueFermi__time_fermi->KSGenValueFermi__time_fermi__value_min - - + + KSGenValueFermi__time_fermi__value_tau - -value_tau + +value_tau KSGenValueFermi__time_fermi->KSGenValueFermi__time_fermi__value_tau - - + + KSGenValueFermi__time_fermi__value_temp - -value_temp + +value_temp KSGenValueFermi__time_fermi->KSGenValueFermi__time_fermi__value_temp - - + + KSGenValueFix__time_fix__name - -name + +name KSGenValueFix__time_fix->KSGenValueFix__time_fix__name - - + + KSGenValueFix__time_fix__value - -value + +value KSGenValueFix__time_fix->KSGenValueFix__time_fix__value - - + + KSGenValueFormula__time_formula__name - -name + +name KSGenValueFormula__time_formula->KSGenValueFormula__time_formula__name - - + + KSGenValueFormula__time_formula__value_formula - -value_formula + +value_formula KSGenValueFormula__time_formula->KSGenValueFormula__time_formula__value_formula - - + + KSGenValueFormula__time_formula__value_max - -value_max + +value_max KSGenValueFormula__time_formula->KSGenValueFormula__time_formula__value_max - - + + KSGenValueFormula__time_formula__value_min - -value_min + +value_min KSGenValueFormula__time_formula->KSGenValueFormula__time_formula__value_min - - + + KSGenValueGauss__time_gauss__name - -name + +name KSGenValueGauss__time_gauss->KSGenValueGauss__time_gauss__name - - + + KSGenValueGauss__time_gauss__value_max - -value_max + +value_max KSGenValueGauss__time_gauss->KSGenValueGauss__time_gauss__value_max - - + + KSGenValueGauss__time_gauss__value_mean - -value_mean + +value_mean KSGenValueGauss__time_gauss->KSGenValueGauss__time_gauss__value_mean - - + + KSGenValueGauss__time_gauss__value_min - -value_min + +value_min KSGenValueGauss__time_gauss->KSGenValueGauss__time_gauss__value_min - - + + KSGenValueGauss__time_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGauss__time_gauss->KSGenValueGauss__time_gauss__value_sigma - - + + KSGenValueGeneralizedGauss__time_generalized_gauss__name - -name + +name KSGenValueGeneralizedGauss__time_generalized_gauss->KSGenValueGeneralizedGauss__time_generalized_gauss__name - - + + KSGenValueGeneralizedGauss__time_generalized_gauss__value_max - -value_max + +value_max KSGenValueGeneralizedGauss__time_generalized_gauss->KSGenValueGeneralizedGauss__time_generalized_gauss__value_max - - + + KSGenValueGeneralizedGauss__time_generalized_gauss__value_mean - -value_mean + +value_mean KSGenValueGeneralizedGauss__time_generalized_gauss->KSGenValueGeneralizedGauss__time_generalized_gauss__value_mean - - + + KSGenValueGeneralizedGauss__time_generalized_gauss__value_min - -value_min + +value_min KSGenValueGeneralizedGauss__time_generalized_gauss->KSGenValueGeneralizedGauss__time_generalized_gauss__value_min - - + + KSGenValueGeneralizedGauss__time_generalized_gauss__value_sigma - -value_sigma + +value_sigma KSGenValueGeneralizedGauss__time_generalized_gauss->KSGenValueGeneralizedGauss__time_generalized_gauss__value_sigma - - + + KSGenValueGeneralizedGauss__time_generalized_gauss__value_skew - -value_skew + +value_skew KSGenValueGeneralizedGauss__time_generalized_gauss->KSGenValueGeneralizedGauss__time_generalized_gauss__value_skew - - + + KSGenValueHistogram__time_histogram__base - -base + +base KSGenValueHistogram__time_histogram->KSGenValueHistogram__time_histogram__base - - + + KSGenValueHistogram__time_histogram__formula - -formula + +formula KSGenValueHistogram__time_histogram->KSGenValueHistogram__time_histogram__formula - - + + KSGenValueHistogram__time_histogram__histogram - -histogram + +histogram KSGenValueHistogram__time_histogram->KSGenValueHistogram__time_histogram__histogram - - + + KSGenValueHistogram__time_histogram__name - -name + +name KSGenValueHistogram__time_histogram->KSGenValueHistogram__time_histogram__name - - + + KSGenValueHistogram__time_histogram__path - -path + +path KSGenValueHistogram__time_histogram->KSGenValueHistogram__time_histogram__path - - + + KSGenValueList__time_list__add_value - -add_value + +add_value KSGenValueList__time_list->KSGenValueList__time_list__add_value - - + + KSGenValueList__time_list__name - -name + +name KSGenValueList__time_list->KSGenValueList__time_list__name - - + + KSGenValueList__time_list__randomize - -randomize + +randomize KSGenValueList__time_list->KSGenValueList__time_list__randomize - - + + KSGenValueSet__time_set__name - -name + +name KSGenValueSet__time_set->KSGenValueSet__time_set__name - - + + KSGenValueSet__time_set__value_count - -value_count + +value_count KSGenValueSet__time_set->KSGenValueSet__time_set__value_count - - + + KSGenValueSet__time_set__value_increment - -value_increment + +value_increment KSGenValueSet__time_set->KSGenValueSet__time_set__value_increment - - + + KSGenValueSet__time_set__value_start - -value_start + +value_start KSGenValueSet__time_set->KSGenValueSet__time_set__value_start - - + + KSGenValueSet__time_set__value_stop - -value_stop + +value_stop KSGenValueSet__time_set->KSGenValueSet__time_set__value_stop - - + + KSGenValueUniform__time_uniform__name - -name + +name KSGenValueUniform__time_uniform->KSGenValueUniform__time_uniform__name - - + + KSGenValueUniform__time_uniform__value_max - -value_max + +value_max KSGenValueUniform__time_uniform->KSGenValueUniform__time_uniform__value_max - - + + KSGenValueUniform__time_uniform__value_min - -value_min + +value_min KSGenValueUniform__time_uniform->KSGenValueUniform__time_uniform__value_min - - + + KSCommandMemberData__command__child - -child + +child KSCommandMemberData__command->KSCommandMemberData__command__child - - + + KSCommandMemberData__command__field - -field + +field KSCommandMemberData__command->KSCommandMemberData__command__field - - + + KSCommandMemberData__command__name - -name + +name KSCommandMemberData__command->KSCommandMemberData__command__name - - + + KSCommandMemberData__command__parent - -parent + +parent KSCommandMemberData__command->KSCommandMemberData__command__parent - - + + KSGeoSide__geo_side->KSCommandMemberAddElectricFieldData__add_electric_field - - + + KSGeoSide__geo_side->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + KSGeoSide__geo_side->KSCommandMemberAddStepModifierData__add_step_modifier - - + + KSGeoSide__geo_side->KSCommandMemberAddStepOutputData__add_step_output - - + + KSGeoSide__geo_side->KSCommandMemberAddTerminatorData__add_terminator - - + + KSGeoSide__geo_side->KSCommandMemberAddTrackOutputData__add_track_output - - + + KSGeoSide__geo_side->KSCommandMemberClearSurfaceInteractionData__clear_surface_interaction - - + + KSGeoSide__geo_side->KSCommandMemberData__command - - + + KSGeoSide__geo_side->KSCommandMemberRemoveElectricFieldData__remove_magnetic_field - - + + KSGeoSide__geo_side->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + KSGeoSide__geo_side->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + KSGeoSide__geo_side->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + KSGeoSide__geo_side->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + KSGeoSide__geo_side->KSCommandMemberSetSurfaceInteractionData__set_surface_interaction - - + + KSGeoSide__geo_side__name - -name + +name KSGeoSide__geo_side->KSGeoSide__geo_side__name - - + + KSGeoSide__geo_side__spaces - -spaces + +spaces KSGeoSide__geo_side->KSGeoSide__geo_side__spaces - - + + KSGeoSide__geo_side__surfaces - -surfaces + +surfaces KSGeoSide__geo_side->KSGeoSide__geo_side__surfaces - - + + KSGeoSpace__geo_space->KSCommandMemberAddElectricFieldData__add_electric_field - - + + KSGeoSpace__geo_space->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + KSGeoSpace__geo_space->KSCommandMemberAddStepModifierData__add_step_modifier - - + + KSGeoSpace__geo_space->KSCommandMemberAddStepOutputData__add_step_output - - + + KSGeoSpace__geo_space->KSCommandMemberAddTerminatorData__add_terminator - - + + KSGeoSpace__geo_space->KSCommandMemberAddTrackOutputData__add_track_output - - + + KSGeoSpace__geo_space->KSCommandMemberData__command - - + + KSGeoSpace__geo_space->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + KSGeoSpace__geo_space->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + KSGeoSpace__geo_space->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + KSGeoSpace__geo_space->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + KSGeoSpace__geo_space->KSCommandMemberAddControlData__add_control - - + + KSGeoSpace__geo_space->KSCommandMemberAddSpaceInteractionData__add_space_interaction - - + + KSGeoSpace__geo_space->KSCommandMemberAddTermData__add_term - - + + KSGeoSpace__geo_space->KSCommandMemberClearDensityData__clear_density - - + + KSGeoSpace__geo_space->KSCommandMemberClearStepDataData__clear_step_data - - + + KSGeoSpace__geo_space->KSCommandMemberClearStepPointData__clear_step_point - - + + KSGeoSpace__geo_space->KSCommandMemberClearTrackDataData__clear_track_data - - + + KSGeoSpace__geo_space->KSCommandMemberClearTrackPointData__clear_track_point - - + + KSGeoSpace__geo_space->KSCommandMemberClearTrajectoryData__clear_trajectory - - + + KSGeoSpace__geo_space->KSGeoSide__geo_side - - + + KSGeoSpace__geo_space->KSGeoSpace__geo_space - - + + KSGeoSpace__geo_space->KSGeoSurface__geo_surface - - + + KSGeoSpace__geo_space->KSCommandMemberRemoveControlData__remove_control - - + + KSGeoSpace__geo_space->KSCommandMemberRemoveElectricFieldData__remove_electric_field - - + + KSGeoSpace__geo_space->KSCommandMemberRemoveMagneticFieldData__remove_magnetic_field - - + + KSGeoSpace__geo_space->KSCommandMemberRemoveSpaceInteractionData__remove_space_interaction - - + + KSGeoSpace__geo_space->KSCommandMemberRemoveTermData__remove_term - - + + KSGeoSpace__geo_space->KSCommandMemberSetDensityData__set_density - - + + KSGeoSpace__geo_space->KSCommandMemberSetStepDataData__set_step_data - - + + KSGeoSpace__geo_space->KSCommandMemberSetStepPointData__set_step_point - - + + KSGeoSpace__geo_space->KSCommandMemberSetTrackDataData__set_track_data - - + + KSGeoSpace__geo_space->KSCommandMemberSetTrackPointData__set_track_point - - + + KSGeoSpace__geo_space->KSCommandMemberSetTrajectoryData__set_trajectory - - + + KSGeoSpace__geo_space__name - -name + +name KSGeoSpace__geo_space->KSGeoSpace__geo_space__name - - + + KSGeoSpace__geo_space__spaces - -spaces + +spaces KSGeoSpace__geo_space->KSGeoSpace__geo_space__spaces - - + + KSGeoSurface__geo_surface->KSCommandMemberAddElectricFieldData__add_electric_field - - + + KSGeoSurface__geo_surface->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + KSGeoSurface__geo_surface->KSCommandMemberAddStepModifierData__add_step_modifier - - + + KSGeoSurface__geo_surface->KSCommandMemberAddStepOutputData__add_step_output - - + + KSGeoSurface__geo_surface->KSCommandMemberAddTerminatorData__add_terminator - - + + KSGeoSurface__geo_surface->KSCommandMemberAddTrackOutputData__add_track_output - - + + KSGeoSurface__geo_surface->KSCommandMemberClearSurfaceInteractionData__clear_surface_interaction - - + + KSGeoSurface__geo_surface->KSCommandMemberData__command - - + + KSGeoSurface__geo_surface->KSCommandMemberRemoveElectricFieldData__remove_magnetic_field - - + + KSGeoSurface__geo_surface->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + KSGeoSurface__geo_surface->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + KSGeoSurface__geo_surface->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + KSGeoSurface__geo_surface->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + KSGeoSurface__geo_surface->KSCommandMemberSetSurfaceInteractionData__set_surface_interaction - - + + KSGeoSurface__geo_surface__name - -name + +name KSGeoSurface__geo_surface->KSGeoSurface__geo_surface__name - - + + KSGeoSurface__geo_surface__spaces - -spaces + +spaces KSGeoSurface__geo_surface->KSGeoSurface__geo_surface__spaces - - + + KSGeoSurface__geo_surface__surfaces - -surfaces + +surfaces KSGeoSurface__geo_surface->KSGeoSurface__geo_surface__surfaces - - + + KSIntDecayCalculatorDeathConstRate__decay_death_const_rate__life_time - -life_time + +life_time KSIntDecayCalculatorDeathConstRate__decay_death_const_rate->KSIntDecayCalculatorDeathConstRate__decay_death_const_rate__life_time - - + + KSIntDecayCalculatorDeathConstRate__decay_death_const_rate__max_pid - -max_pid + +max_pid KSIntDecayCalculatorDeathConstRate__decay_death_const_rate->KSIntDecayCalculatorDeathConstRate__decay_death_const_rate__max_pid - - + + KSIntDecayCalculatorDeathConstRate__decay_death_const_rate__min_pid - -min_pid + +min_pid KSIntDecayCalculatorDeathConstRate__decay_death_const_rate->KSIntDecayCalculatorDeathConstRate__decay_death_const_rate__min_pid - - + + KSIntDecayCalculatorDeathConstRate__decay_death_const_rate__name - -name + +name KSIntDecayCalculatorDeathConstRate__decay_death_const_rate->KSIntDecayCalculatorDeathConstRate__decay_death_const_rate__name - - + + KSIntDecayCalculatorDeathConstRate__decay_death_const_rate__target_pid - -target_pid + +target_pid KSIntDecayCalculatorDeathConstRate__decay_death_const_rate->KSIntDecayCalculatorDeathConstRate__decay_death_const_rate__target_pid - - + + KSIntDecayCalculatorDeathConstRate__decay_death_const_rate->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr__max_pid - -max_pid + +max_pid KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr->KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr__max_pid - - + + KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr__min_pid - -min_pid + +min_pid KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr->KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr__min_pid - - + + KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr__name - -name + +name KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr->KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr__name - - + + KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr__target_pid - -target_pid + +target_pid KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr->KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr__target_pid - - + + KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr__temperature - -temperature + +temperature KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr->KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr__temperature - - + + KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation__max_pid - -max_pid + +max_pid KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation->KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation__max_pid - - + + KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation__min_pid - -min_pid + +min_pid KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation->KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation__min_pid - - + + KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation__name - -name + +name KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation->KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation__name - - + + KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation__target_pid - -target_pid + +target_pid KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation->KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation__target_pid - - + + KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation__temperature - -temperature + +temperature KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation->KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation__temperature - - + + KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous__max_pid - -max_pid + +max_pid KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous->KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous__max_pid - - + + KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous__min_pid - -min_pid + +min_pid KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous->KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous__min_pid - - + + KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous__name - -name + +name KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous->KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous__name - - + + KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous__target_pid - -target_pid + +target_pid KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous->KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous__target_pid - - + + KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation__max_pid - -max_pid + +max_pid KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation->KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation__max_pid - - + + KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation__min_pid - -min_pid + +min_pid KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation->KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation__min_pid - - + + KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation__name - -name + +name KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation->KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation__name - - + + KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation__target_pid - -target_pid + +target_pid KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation->KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation__target_pid - - + + KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation__temperature - -temperature + +temperature KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation->KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation__temperature - - + + KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation__max_pid - -max_pid + +max_pid KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation->KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation__max_pid - - + + KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation__min_pid - -min_pid + +min_pid KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation->KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation__min_pid - - + + KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation__name - -name + +name KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation->KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation__name - - + + KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation__target_pid - -target_pid + +target_pid KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation->KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation__target_pid - - + + KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation__temperature - -temperature + +temperature KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation->KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation__temperature - - + + KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation__max_pid - -max_pid + +max_pid KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation->KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation__max_pid - - + + KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation__min_pid - -min_pid + +min_pid KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation->KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation__min_pid - - + + KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation__name - -name + +name KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation->KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation__name - - + + KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation__target_pid - -target_pid + +target_pid KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation->KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation__target_pid - - + + KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation__temperature - -temperature + +temperature KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation->KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation__temperature - - + + KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous->KSGenGeneratorComposite__decay_product_generator - - + + KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous__max_pid - -max_pid + +max_pid KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous->KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous__max_pid - - + + KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous__min_pid - -min_pid + +min_pid KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous->KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous__min_pid - - + + KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous__name - -name + +name KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous->KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous__name - - + + KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous__target_pid - -target_pid + +target_pid KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous->KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous__target_pid - - + + KSGenGeneratorComposite__decay_product_generator->KSGenDirectionSphericalComposite__direction_spherical_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field - - + + KSGenGeneratorComposite__decay_product_generator->KSGenDirectionSurfaceComposite__direction_surface_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyBetaDecay__energy_beta_decay - - + + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyBetaRecoil__energy_beta_recoil - - + + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyComposite__energy_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyKryptonEvent__energy_krypton_event - - + + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyLeadEvent__energy_lead_event - - + + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyRadonEvent__energy_radon_event - - + + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyRydberg__energy_rydberg - - + + KSGenGeneratorComposite__decay_product_generator->KSGenLComposite__l_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenLStatistical__l_statistical - - + + KSGenGeneratorComposite__decay_product_generator->KSGenLUniformMaxN__l_uniform_max_n - - + + KSGenGeneratorComposite__decay_product_generator->KSGenMomentumRectangularComposite__momentum_rectangular_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenNComposite__n_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenValueFix__pid_fix - - + + KSGenGeneratorComposite__decay_product_generator->KSGenValueFormula__pid_formula - - + + KSGenGeneratorComposite__decay_product_generator->KSGenValueGauss__pid_gauss - - + + KSGenGeneratorComposite__decay_product_generator->KSGenValueHistogram__pid_histogram - - + + KSGenGeneratorComposite__decay_product_generator->KSGenValueList__pid_list - - + + KSGenGeneratorComposite__decay_product_generator->KSGenValuePareto__pid_pareto - - + + KSGenGeneratorComposite__decay_product_generator->KSGenValueSet__pid_set - - + + KSGenGeneratorComposite__decay_product_generator->KSGenValueUniform__pid_uniform - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionCylindricalComposite__position_cylindrical_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionFluxTube__position_flux_tube - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionFrustrumComposite__position_frustrum_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionMask__position_mask - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionMeshSurfaceRandom__position_mesh_surface_random - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionRectangularComposite__position_rectangular_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionSpaceRandom__position_space_random - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionSphericalComposite__position_spherical_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step - - + + KSGenGeneratorComposite__decay_product_generator->KSGenPositionSurfaceRandom__position_surface_random - - + + KSGenGeneratorComposite__decay_product_generator->KSGenSpinComposite__spin_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenSpinRelativeComposite__spin_relative_composite - - + + KSGenGeneratorComposite__decay_product_generator->KSGenTimeComposite__time_composite - - + + KSGenGeneratorComposite__decay_product_generator__creator - -creator + +creator KSGenGeneratorComposite__decay_product_generator->KSGenGeneratorComposite__decay_product_generator__creator - - + + KSGenGeneratorComposite__decay_product_generator__name - -name + +name KSGenGeneratorComposite__decay_product_generator->KSGenGeneratorComposite__decay_product_generator__name - - + + KSGenGeneratorComposite__decay_product_generator__pid - -pid + +pid KSGenGeneratorComposite__decay_product_generator->KSGenGeneratorComposite__decay_product_generator__pid - - + + KSGenGeneratorComposite__decay_product_generator__special - -special + +special KSGenGeneratorComposite__decay_product_generator->KSGenGeneratorComposite__decay_product_generator__special - - + + KSGenGeneratorComposite__decay_product_generator__string_id - -string_id + +string_id KSGenGeneratorComposite__decay_product_generator->KSGenGeneratorComposite__decay_product_generator__string_id - - + + KSIntCalculatorArgonSet__calculator_argon__double_ionisation - -double_ionisation + +double_ionisation KSIntCalculatorArgonSet__calculator_argon->KSIntCalculatorArgonSet__calculator_argon__double_ionisation - - + + KSIntCalculatorArgonSet__calculator_argon__elastic - -elastic + +elastic KSIntCalculatorArgonSet__calculator_argon->KSIntCalculatorArgonSet__calculator_argon__elastic - - + + KSIntCalculatorArgonSet__calculator_argon__excitation - -excitation + +excitation KSIntCalculatorArgonSet__calculator_argon->KSIntCalculatorArgonSet__calculator_argon__excitation - - + + KSIntCalculatorArgonSet__calculator_argon__name - -name + +name KSIntCalculatorArgonSet__calculator_argon->KSIntCalculatorArgonSet__calculator_argon__name - - + + KSIntCalculatorArgonSet__calculator_argon__single_ionisation - -single_ionisation + +single_ionisation KSIntCalculatorArgonSet__calculator_argon->KSIntCalculatorArgonSet__calculator_argon__single_ionisation - - + + KSIntCalculatorConstant__calculator_constant__cross_section - -cross_section + +cross_section KSIntCalculatorConstant__calculator_constant->KSIntCalculatorConstant__calculator_constant__cross_section - - + + KSIntCalculatorConstant__calculator_constant__name - -name + +name KSIntCalculatorConstant__calculator_constant->KSIntCalculatorConstant__calculator_constant__name - - + + KSIntCalculatorHydrogenSet__calculator_hydrogen__elastic - -elastic + +elastic KSIntCalculatorHydrogenSet__calculator_hydrogen->KSIntCalculatorHydrogenSet__calculator_hydrogen__elastic - - + + KSIntCalculatorHydrogenSet__calculator_hydrogen__excitation - -excitation + +excitation KSIntCalculatorHydrogenSet__calculator_hydrogen->KSIntCalculatorHydrogenSet__calculator_hydrogen__excitation - - + + KSIntCalculatorHydrogenSet__calculator_hydrogen__ionisation - -ionisation + +ionisation KSIntCalculatorHydrogenSet__calculator_hydrogen->KSIntCalculatorHydrogenSet__calculator_hydrogen__ionisation - - + + KSIntCalculatorHydrogenSet__calculator_hydrogen__molecule - -molecule + +molecule KSIntCalculatorHydrogenSet__calculator_hydrogen->KSIntCalculatorHydrogenSet__calculator_hydrogen__molecule - - + + KSIntCalculatorHydrogenSet__calculator_hydrogen__name - -name + +name KSIntCalculatorHydrogenSet__calculator_hydrogen->KSIntCalculatorHydrogenSet__calculator_hydrogen__name - - + + KSIntCalculatorIon__calculator_ion__gas - -gas + +gas KSIntCalculatorIon__calculator_ion->KSIntCalculatorIon__calculator_ion__gas - - + + KSIntCalculatorIon__calculator_ion__name - -name + +name KSIntCalculatorIon__calculator_ion->KSIntCalculatorIon__calculator_ion__name - - + + KSIntCalculatorKESSSet__calculator_kess__auger_relaxation - -auger_relaxation + +auger_relaxation KSIntCalculatorKESSSet__calculator_kess->KSIntCalculatorKESSSet__calculator_kess__auger_relaxation - - + + KSIntCalculatorKESSSet__calculator_kess__elastic - -elastic + +elastic KSIntCalculatorKESSSet__calculator_kess->KSIntCalculatorKESSSet__calculator_kess__elastic - - + + KSIntCalculatorKESSSet__calculator_kess__inelastic - -inelastic + +inelastic KSIntCalculatorKESSSet__calculator_kess->KSIntCalculatorKESSSet__calculator_kess__inelastic - - + + KSIntCalculatorKESSSet__calculator_kess__name - -name + +name KSIntCalculatorKESSSet__calculator_kess->KSIntCalculatorKESSSet__calculator_kess__name - - + + KSIntCalculatorKESSSet__calculator_kess__photo_absorbtion - -photo_absorbtion + +photo_absorbtion KSIntCalculatorKESSSet__calculator_kess->KSIntCalculatorKESSSet__calculator_kess__photo_absorbtion - - + + KSIntDensityConstant__density_constant__density - -density + +density KSIntDensityConstant__density_constant->KSIntDensityConstant__density_constant__density - - + + KSIntDensityConstant__density_constant__name - -name + +name KSIntDensityConstant__density_constant->KSIntDensityConstant__density_constant__name - - + + KSIntDensityConstant__density_constant__pressure - -pressure + +pressure KSIntDensityConstant__density_constant->KSIntDensityConstant__density_constant__pressure - - + + KSIntDensityConstant__density_constant__pressure_mbar - -pressure_mbar + +pressure_mbar KSIntDensityConstant__density_constant->KSIntDensityConstant__density_constant__pressure_mbar - - + + KSIntDensityConstant__density_constant__temperature - -temperature + +temperature KSIntDensityConstant__density_constant->KSIntDensityConstant__density_constant__temperature - - + + KSTrajControlBChange__control_B_change__fraction - -fraction + +fraction KSTrajControlBChange__control_B_change->KSTrajControlBChange__control_B_change__fraction - - + + KSTrajControlBChange__control_B_change__name - -name + +name KSTrajControlBChange__control_B_change->KSTrajControlBChange__control_B_change__name - - + + KSTrajControlCyclotron__control_cyclotron__fraction - -fraction + +fraction KSTrajControlCyclotron__control_cyclotron->KSTrajControlCyclotron__control_cyclotron__fraction - - + + KSTrajControlCyclotron__control_cyclotron__name - -name + +name KSTrajControlCyclotron__control_cyclotron->KSTrajControlCyclotron__control_cyclotron__name - - + + KSTrajControlEnergy__control_energy__adjustment - -adjustment + +adjustment KSTrajControlEnergy__control_energy->KSTrajControlEnergy__control_energy__adjustment - - + + KSTrajControlEnergy__control_energy__adjustment_down - -adjustment_down + +adjustment_down KSTrajControlEnergy__control_energy->KSTrajControlEnergy__control_energy__adjustment_down - - + + KSTrajControlEnergy__control_energy__adjustment_up - -adjustment_up + +adjustment_up KSTrajControlEnergy__control_energy->KSTrajControlEnergy__control_energy__adjustment_up - - + + KSTrajControlEnergy__control_energy__initial_step - -initial_step + +initial_step KSTrajControlEnergy__control_energy->KSTrajControlEnergy__control_energy__initial_step - - + + KSTrajControlEnergy__control_energy__lower_limit - -lower_limit + +lower_limit KSTrajControlEnergy__control_energy->KSTrajControlEnergy__control_energy__lower_limit - - + + KSTrajControlEnergy__control_energy__max_length - -max_length + +max_length KSTrajControlEnergy__control_energy->KSTrajControlEnergy__control_energy__max_length - - + + KSTrajControlEnergy__control_energy__min_length - -min_length + +min_length KSTrajControlEnergy__control_energy->KSTrajControlEnergy__control_energy__min_length - - + + KSTrajControlEnergy__control_energy__name - -name + +name KSTrajControlEnergy__control_energy->KSTrajControlEnergy__control_energy__name - - + + KSTrajControlEnergy__control_energy__step_rescale - -step_rescale + +step_rescale KSTrajControlEnergy__control_energy->KSTrajControlEnergy__control_energy__step_rescale - - + + KSTrajControlEnergy__control_energy__upper_limit - -upper_limit + +upper_limit KSTrajControlEnergy__control_energy->KSTrajControlEnergy__control_energy__upper_limit - - + + KSTrajControlLength__control_length__length - -length + +length KSTrajControlLength__control_length->KSTrajControlLength__control_length__length - - + + KSTrajControlLength__control_length__name - -name + +name KSTrajControlLength__control_length->KSTrajControlLength__control_length__name - - + + KSTrajControlMagneticMoment__control_magnetic_moment__lower_limit - -lower_limit + +lower_limit KSTrajControlMagneticMoment__control_magnetic_moment->KSTrajControlMagneticMoment__control_magnetic_moment__lower_limit - - + + KSTrajControlMagneticMoment__control_magnetic_moment__name - -name + +name KSTrajControlMagneticMoment__control_magnetic_moment->KSTrajControlMagneticMoment__control_magnetic_moment__name - - + + KSTrajControlMagneticMoment__control_magnetic_moment__upper_limit - -upper_limit + +upper_limit KSTrajControlMagneticMoment__control_magnetic_moment->KSTrajControlMagneticMoment__control_magnetic_moment__upper_limit - - + + KSTrajControlMomentumNumericalError__control_momentum_error__absolute_momentum_error - -absolute_momentum_error + +absolute_momentum_error KSTrajControlMomentumNumericalError__control_momentum_error->KSTrajControlMomentumNumericalError__control_momentum_error__absolute_momentum_error - - + + KSTrajControlMomentumNumericalError__control_momentum_error__name - -name + +name KSTrajControlMomentumNumericalError__control_momentum_error->KSTrajControlMomentumNumericalError__control_momentum_error__name - - + + KSTrajControlMomentumNumericalError__control_momentum_error__safety_factor - -safety_factor + +safety_factor KSTrajControlMomentumNumericalError__control_momentum_error->KSTrajControlMomentumNumericalError__control_momentum_error__safety_factor - - + + KSTrajControlMomentumNumericalError__control_momentum_error__solver_order - -solver_order + +solver_order KSTrajControlMomentumNumericalError__control_momentum_error->KSTrajControlMomentumNumericalError__control_momentum_error__solver_order - - + + KSTrajControlPositionNumericalError__control_position_error__absolute_position_error - -absolute_position_error + +absolute_position_error KSTrajControlPositionNumericalError__control_position_error->KSTrajControlPositionNumericalError__control_position_error__absolute_position_error - - + + KSTrajControlPositionNumericalError__control_position_error__name - -name + +name KSTrajControlPositionNumericalError__control_position_error->KSTrajControlPositionNumericalError__control_position_error__name - - + + KSTrajControlPositionNumericalError__control_position_error__safety_factor - -safety_factor + +safety_factor KSTrajControlPositionNumericalError__control_position_error->KSTrajControlPositionNumericalError__control_position_error__safety_factor - - + + KSTrajControlPositionNumericalError__control_position_error__solver_order - -solver_order + +solver_order KSTrajControlPositionNumericalError__control_position_error->KSTrajControlPositionNumericalError__control_position_error__solver_order - - + + KSTrajControlTime__control_time__name - -name + +name KSTrajControlTime__control_time->KSTrajControlTime__control_time__name - - + + KSTrajControlTime__control_time__time - -time + +time KSTrajControlTime__control_time->KSTrajControlTime__control_time__time - - + + KSTrajIntegratorRK54__integrator_rk54__name - -name + +name KSTrajIntegratorRK54__integrator_rk54->KSTrajIntegratorRK54__integrator_rk54__name - - + + KSTrajIntegratorRK65__integrator_rk65__name - -name + +name KSTrajIntegratorRK65__integrator_rk65->KSTrajIntegratorRK65__integrator_rk65__name - - + + KSTrajIntegratorRK8__integrator_rk8__name - -name + +name KSTrajIntegratorRK8__integrator_rk8->KSTrajIntegratorRK8__integrator_rk8__name - - + + KSTrajIntegratorRK86__integrator_rk86__name - -name + +name KSTrajIntegratorRK86__integrator_rk86->KSTrajIntegratorRK86__integrator_rk86__name - - + + KSTrajIntegratorRK87__integrator_rk87__name - -name + +name KSTrajIntegratorRK87__integrator_rk87->KSTrajIntegratorRK87__integrator_rk87__name - - + + KSTrajIntegratorRKDP54__integrator_rkdp54__name - -name + +name KSTrajIntegratorRKDP54__integrator_rkdp54->KSTrajIntegratorRKDP54__integrator_rkdp54__name - - + + KSTrajIntegratorRKDP853__integrator_rkdp853__name - -name + +name KSTrajIntegratorRKDP853__integrator_rkdp853->KSTrajIntegratorRKDP853__integrator_rkdp853__name - - + + KSTrajInterpolatorContinuousRungeKutta__interpolator_crk__name - -name + +name KSTrajInterpolatorContinuousRungeKutta__interpolator_crk->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk__name - - + + KSTrajInterpolatorFast__interpolator_fast__name - -name + +name KSTrajInterpolatorFast__interpolator_fast->KSTrajInterpolatorFast__interpolator_fast__name - - + + KSTrajInterpolatorHermite__interpolator_hermite__name - -name + +name KSTrajInterpolatorHermite__interpolator_hermite->KSTrajInterpolatorHermite__interpolator_hermite__name - - + + KSTrajTermDrift__term_drift__name - -name + +name KSTrajTermDrift__term_drift->KSTrajTermDrift__term_drift__name - - + + KSTrajTermGyration__term_gyration__name - -name + +name KSTrajTermGyration__term_gyration->KSTrajTermGyration__term_gyration__name - - + + KSTrajTermPropagation__term_propagation__direction - -direction + +direction KSTrajTermPropagation__term_propagation->KSTrajTermPropagation__term_propagation__direction - - + + KSTrajTermPropagation__term_propagation__name - -name + +name KSTrajTermPropagation__term_propagation->KSTrajTermPropagation__term_propagation__name - - + + KSTrajTermSynchrotron__term_synchrotron__enhancement - -enhancement + +enhancement KSTrajTermSynchrotron__term_synchrotron->KSTrajTermSynchrotron__term_synchrotron__enhancement - - + + KSTrajTermSynchrotron__term_synchrotron__name - -name + +name KSTrajTermSynchrotron__term_synchrotron->KSTrajTermSynchrotron__term_synchrotron__name - - + + KSTrajTermSynchrotron__term_synchrotron__old_methode - -old_methode + +old_methode KSTrajTermSynchrotron__term_synchrotron->KSTrajTermSynchrotron__term_synchrotron__old_methode - - + + KSTrajControlMDot__control_m_dot__fraction - -fraction + +fraction KSTrajControlMDot__control_m_dot->KSTrajControlMDot__control_m_dot__fraction - - + + KSTrajControlMDot__control_m_dot__name - -name + +name KSTrajControlMDot__control_m_dot->KSTrajControlMDot__control_m_dot__name - - + + KSTrajControlSpinPrecession__control_spin_precession__fraction - -fraction + +fraction KSTrajControlSpinPrecession__control_spin_precession->KSTrajControlSpinPrecession__control_spin_precession__fraction - - + + KSTrajControlSpinPrecession__control_spin_precession__name - -name + +name KSTrajControlSpinPrecession__control_spin_precession->KSTrajControlSpinPrecession__control_spin_precession__name - - + + KSTrajTermGravity__term_gravity__gravity - -gravity + +gravity KSTrajTermGravity__term_gravity->KSTrajTermGravity__term_gravity__gravity - - + + KSTrajTermGravity__term_gravity__name - -name + +name KSTrajTermGravity__term_gravity->KSTrajTermGravity__term_gravity__name - - + + KSTrajIntegratorSym4__integrator_sym4__name - -name + +name KSTrajIntegratorSym4__integrator_sym4->KSTrajIntegratorSym4__integrator_sym4__name - - + + diff --git a/Documentation/Bindings/bindings_Kommon.svg b/Documentation/Bindings/bindings_Kommon.svg index ff8aa3902..cfdc37f9b 100644 --- a/Documentation/Bindings/bindings_Kommon.svg +++ b/Documentation/Bindings/bindings_Kommon.svg @@ -1,789 +1,790 @@ - - - + + - +%3 + cluster_KApplicationRunner - -KApplicationRunner + +KApplicationRunner cluster_KNamedReference - -KNamedReference + +KNamedReference cluster_KMessageTable - -KMessageTable + +KMessageTable cluster_KMessageData - -KMessageData + +KMessageData cluster_KommonNamedRandomGenerator - -KommonNamedRandomGenerator + +KommonNamedRandomGenerator cluster_KDummyRandom - -KDummyRandom + +KDummyRandom cluster_KROOTWindow - -KROOTWindow + +KROOTWindow cluster_KROOTPad - -KROOTPad + +KROOTPad cluster_KVTKWindow - -KVTKWindow + +KVTKWindow KApplicationRunner__run - -run + +run KApplicationRunner__run__name - -name + +name KApplicationRunner__run->KApplicationRunner__run__name - - + + KNamedReference__app - -app + +app KApplicationRunner__run->KNamedReference__app - - + + KNamedReference__app__Name - -Name + +Name KNamedReference__app->KNamedReference__app__Name - - + + KMessageTable__messages - -messages + +messages KMessageTable__messages__format - -format + +format KMessageTable__messages->KMessageTable__messages__format - - + + KMessageTable__messages__log - -log + +log KMessageTable__messages->KMessageTable__messages__log - - + + KMessageTable__messages__parser_context - -parser_context + +parser_context KMessageTable__messages->KMessageTable__messages__parser_context - - + + KMessageTable__messages__precision - -precision + +precision KMessageTable__messages->KMessageTable__messages__precision - - + + KMessageTable__messages__shutdown_message - -shutdown_message + +shutdown_message KMessageTable__messages->KMessageTable__messages__shutdown_message - - + + KMessageTable__messages__terminal - -terminal + +terminal KMessageTable__messages->KMessageTable__messages__terminal - - + + KTextFile__file - -file + +file KMessageTable__messages->KTextFile__file - - + + KMessageData__message - -message + +message KMessageTable__messages->KMessageData__message - - + + KMessageData__message__format - -format + +format KMessageData__message->KMessageData__message__format - - + + KMessageData__message__key - -key + +key KMessageData__message->KMessageData__message__key - - + + KMessageData__message__log - -log + +log KMessageData__message->KMessageData__message__log - - + + KMessageData__message__parser_context - -parser_context + +parser_context KMessageData__message->KMessageData__message__parser_context - - + + KMessageData__message__precision - -precision + +precision KMessageData__message->KMessageData__message__precision - - + + KMessageData__message__shutdown_message - -shutdown_message + +shutdown_message KMessageData__message->KMessageData__message__shutdown_message - - + + KMessageData__message__terminal - -terminal + +terminal KMessageData__message->KMessageData__message__terminal - - + + KommonNamedRandomGenerator__NamedRandomGenerator - -NamedRandomGenerator + +NamedRandomGenerator KommonNamedRandomGenerator__NamedRandomGenerator__Name - -Name + +Name KommonNamedRandomGenerator__NamedRandomGenerator->KommonNamedRandomGenerator__NamedRandomGenerator__Name - - + + KommonNamedRandomGenerator__NamedRandomGenerator__Seed - -Seed + +Seed KommonNamedRandomGenerator__NamedRandomGenerator->KommonNamedRandomGenerator__NamedRandomGenerator__Seed - - + + KDummyRandom__Random - -Random + +Random KDummyRandom__Random__Seed - -Seed + +Seed KDummyRandom__Random->KDummyRandom__Random__Seed - - + + KROOTWindow__root_window - -root_window + +root_window KROOTWindow__root_window__active - -active + +active KROOTWindow__root_window->KROOTWindow__root_window__active - - + + KROOTWindow__root_window__canvas_height - -canvas_height + +canvas_height KROOTWindow__root_window->KROOTWindow__root_window__canvas_height - - + + KROOTWindow__root_window__canvas_width - -canvas_width + +canvas_width KROOTWindow__root_window->KROOTWindow__root_window__canvas_width - - + + KROOTWindow__root_window__name - -name + +name KROOTWindow__root_window->KROOTWindow__root_window__name - - + + KROOTWindow__root_window__path - -path + +path KROOTWindow__root_window->KROOTWindow__root_window__path - - + + KROOTWindow__root_window__write_enabled - -write_enabled + +write_enabled KROOTWindow__root_window->KROOTWindow__root_window__write_enabled - - + + KROOTWindow__root_window__xmax - -xmax + +xmax KROOTWindow__root_window->KROOTWindow__root_window__xmax - - + + KROOTWindow__root_window__xmin - -xmin + +xmin KROOTWindow__root_window->KROOTWindow__root_window__xmin - - + + KROOTWindow__root_window__ymax - -ymax + +ymax KROOTWindow__root_window->KROOTWindow__root_window__ymax - - + + KROOTWindow__root_window__ymin - -ymin + +ymin KROOTWindow__root_window->KROOTWindow__root_window__ymin - - + + KROOTPad__root_pad - -root_pad + +root_pad KROOTWindow__root_window->KROOTPad__root_pad - - + + KROOTPad__root_pad__name - -name + +name KROOTPad__root_pad->KROOTPad__root_pad__name - - + + KROOTPad__root_pad__xlow - -xlow + +xlow KROOTPad__root_pad->KROOTPad__root_pad__xlow - - + + KROOTPad__root_pad__xmax - -xmax + +xmax KROOTPad__root_pad->KROOTPad__root_pad__xmax - - + + KROOTPad__root_pad__xmin - -xmin + +xmin KROOTPad__root_pad->KROOTPad__root_pad__xmin - - + + KROOTPad__root_pad__xup - -xup + +xup KROOTPad__root_pad->KROOTPad__root_pad__xup - - + + KROOTPad__root_pad__ylow - -ylow + +ylow KROOTPad__root_pad->KROOTPad__root_pad__ylow - - + + KROOTPad__root_pad__ymax - -ymax + +ymax KROOTPad__root_pad->KROOTPad__root_pad__ymax - - + + KROOTPad__root_pad__ymin - -ymin + +ymin KROOTPad__root_pad->KROOTPad__root_pad__ymin - - + + KROOTPad__root_pad__yup - -yup + +yup KROOTPad__root_pad->KROOTPad__root_pad__yup - - + + KVTKWindow__vtk_window - -vtk_window + +vtk_window KVTKWindow__vtk_window__depth_peeling - -depth_peeling + +depth_peeling KVTKWindow__vtk_window->KVTKWindow__vtk_window__depth_peeling - - + + KVTKWindow__vtk_window__enable_axis - -enable_axis + +enable_axis KVTKWindow__vtk_window->KVTKWindow__vtk_window__enable_axis - - + + KVTKWindow__vtk_window__enable_data - -enable_data + +enable_data KVTKWindow__vtk_window->KVTKWindow__vtk_window__enable_data - - + + KVTKWindow__vtk_window__enable_display - -enable_display + +enable_display KVTKWindow__vtk_window->KVTKWindow__vtk_window__enable_display - - + + KVTKWindow__vtk_window__enable_help - -enable_help + +enable_help KVTKWindow__vtk_window->KVTKWindow__vtk_window__enable_help - - + + KVTKWindow__vtk_window__enable_parallel_projection - -enable_parallel_projection + +enable_parallel_projection KVTKWindow__vtk_window->KVTKWindow__vtk_window__enable_parallel_projection - - + + KVTKWindow__vtk_window__enable_write - -enable_write + +enable_write KVTKWindow__vtk_window->KVTKWindow__vtk_window__enable_write - - + + KVTKWindow__vtk_window__eye_angle - -eye_angle + +eye_angle KVTKWindow__vtk_window->KVTKWindow__vtk_window__eye_angle - - + + KVTKWindow__vtk_window__frame_color_blue - -frame_color_blue + +frame_color_blue KVTKWindow__vtk_window->KVTKWindow__vtk_window__frame_color_blue - - + + KVTKWindow__vtk_window__frame_color_green - -frame_color_green + +frame_color_green KVTKWindow__vtk_window->KVTKWindow__vtk_window__frame_color_green - - + + KVTKWindow__vtk_window__frame_color_red - -frame_color_red + +frame_color_red KVTKWindow__vtk_window->KVTKWindow__vtk_window__frame_color_red - - + + KVTKWindow__vtk_window__frame_size_x - -frame_size_x + +frame_size_x KVTKWindow__vtk_window->KVTKWindow__vtk_window__frame_size_x - - + + KVTKWindow__vtk_window__frame_size_y - -frame_size_y + +frame_size_y KVTKWindow__vtk_window->KVTKWindow__vtk_window__frame_size_y - - + + KVTKWindow__vtk_window__frame_title - -frame_title + +frame_title KVTKWindow__vtk_window->KVTKWindow__vtk_window__frame_title - - + + KVTKWindow__vtk_window__multi_samples - -multi_samples + +multi_samples KVTKWindow__vtk_window->KVTKWindow__vtk_window__multi_samples - - + + KVTKWindow__vtk_window__name - -name + +name KVTKWindow__vtk_window->KVTKWindow__vtk_window__name - - + + KVTKWindow__vtk_window__view_angle - -view_angle + +view_angle KVTKWindow__vtk_window->KVTKWindow__vtk_window__view_angle - - + + diff --git a/Documentation/Bindings/bindings_full.md b/Documentation/Bindings/bindings_full.md index c52a1278c..a6ca446a7 100644 --- a/Documentation/Bindings/bindings_full.md +++ b/Documentation/Bindings/bindings_full.md @@ -1047,7 +1047,7 @@ |element name|source files|child elements|child types|attributes|attribute types| |-----|-----|-----|-----|-----|-----| -|`ksfield_electromagnet`|[*KStaticElectromagnetFieldBuilder.cc*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/KEMField/Source/Bindings/Fields/Magnetic/src/KStaticElectromagnetFieldBuilder.cc)
[*KSFieldKEMFieldObjectsBuilder.cxx*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/Kassiopeia/Bindings/Fields/Source/KSFieldKEMFieldObjectsBuilder.cxx)|[`integrating_field_solver`](#kintegratingmagnetostaticfieldsolver)
[`zonal_harmonic_field_solver`](#kzonalharmonicmagnetostaticfieldsolver)|*`KIntegratingMagnetostaticFieldSolver`*
*`KZonalHarmonicMagnetostaticFieldSolver`*|`directory`
`directory_magfield3`
`file`
`name`
`save_magfield3`
`spaces`
`surfaces`
`system`|*`string`*
*`string`*
*`string`*
*`string`*
*`bool`*
*`string`*
*`string`*
*`string`*| +|`ksfield_electromagnet`|[*KStaticElectromagnetFieldBuilder.cc*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/KEMField/Source/Bindings/Fields/Magnetic/src/KStaticElectromagnetFieldBuilder.cc)
[*KSFieldKEMFieldObjectsBuilder.cxx*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/Kassiopeia/Bindings/Fields/Source/KSFieldKEMFieldObjectsBuilder.cxx)|[`integrating_field_solver`](#kintegratingmagnetostaticfieldsolver)
[`magfield_coil_field_solver`](#kmagfieldcoilsfieldsolver)
[`zonal_harmonic_field_solver`](#kzonalharmonicmagnetostaticfieldsolver)|*`KIntegratingMagnetostaticFieldSolver`*
*`KMagfieldCoilsFieldSolver`*
*`KZonalHarmonicMagnetostaticFieldSolver`*|`directory`
`directory_magfield3`
`file`
`name`
`save_magfield3`
`spaces`
`surfaces`
`system`|*`string`*
*`string`*
*`string`*
*`string`*
*`bool`*
*`string`*
*`string`*
*`string`*| #### KIntegratingMagnetostaticFieldSolver @@ -1055,6 +1055,12 @@ |-----|-----|-----|-----|-----|-----| |`integrating_field_solver`|[*KIntegratingMagnetostaticFieldSolverBuilder.cc*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/KEMField/Source/Bindings/FieldSolvers/Magnetic/src/KIntegratingMagnetostaticFieldSolverBuilder.cc)|— |— |— |— | +#### KMagfieldCoilsFieldSolver + +|element name|source files|child elements|child types|attributes|attribute types| +|-----|-----|-----|-----|-----|-----| +|`magfield_coil_field_solver`|[*KMagfieldCoilsFieldSolverBuilder.cc*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/KEMField/Source/Bindings/FieldSolvers/Magnetic/src/KMagfieldCoilsFieldSolverBuilder.cc)|— |— |`directory`
`eps_tol`
`file`
`force_elliptic`
`n_elliptic`
`n_max`
`name`
`replace_file`|*`string`*
*`double`*
*`string`*
*`bool`*
*`unsigned`*
*`unsigned`*
*`string`*
*`bool`*| + #### KZonalHarmonicMagnetostaticFieldSolver |element name|source files|child elements|child types|attributes|attribute types| diff --git a/Documentation/Bindings/bindings_full.rst b/Documentation/Bindings/bindings_full.rst index f9f870748..db2610520 100644 --- a/Documentation/Bindings/bindings_full.rst +++ b/Documentation/Bindings/bindings_full.rst @@ -3509,9 +3509,9 @@ KGStaticElectromagnetField +================================================================================+================================================================================================================================================================================================================================================+================================================================================+================================================================================================================================================================+================================================================================+========================================+ |``ksfield_electromagnet`` |`KStaticElectromagnetFieldBuilder.cc `_ |``integrating_field_solver`` |:ref:`KIntegratingMagnetostaticFieldSolver ` |``directory`` |*string* | + +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------------------+ -| |`KSFieldKEMFieldObjectsBuilder.cxx `_ |``zonal_harmonic_field_solver`` |:ref:`KZonalHarmonicMagnetostaticFieldSolver ` |``directory_magfield3`` |*string* | -+ + + + +--------------------------------------------------------------------------------+----------------------------------------+ -| | | | |``file`` |*string* | +| |`KSFieldKEMFieldObjectsBuilder.cxx `_ |``magfield_coil_field_solver`` |:ref:`KMagfieldCoilsFieldSolver ` |``directory_magfield3`` |*string* | ++ + +--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------------------+ +| | |``zonal_harmonic_field_solver`` |:ref:`KZonalHarmonicMagnetostaticFieldSolver ` |``file`` |*string* | + + + + +--------------------------------------------------------------------------------+----------------------------------------+ | | | | |``name`` |*string* | + + + + +--------------------------------------------------------------------------------+----------------------------------------+ @@ -3526,6 +3526,31 @@ KGStaticElectromagnetField |``integrating_field_solver`` |`KIntegratingMagnetostaticFieldSolverBuilder.cc `_ |— |— |— |— | +--------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------------------+ +.. _KMagfieldCoilsFieldSolver: + +KMagfieldCoilsFieldSolver +'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + ++--------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------------------+ +|element name |source files |child elements |child types |attributes |attribute types | ++================================================================================+================================================================================================================================================================================================================================================+================================================================================+================================================================================================================================================================+================================================================================+========================================+ +|``magfield_coil_field_solver`` |`KMagfieldCoilsFieldSolverBuilder.cc `_ |— |— |``directory`` |*string* | ++ + + + +--------------------------------------------------------------------------------+----------------------------------------+ +| | | | |``eps_tol`` |*double* | ++ + + + +--------------------------------------------------------------------------------+----------------------------------------+ +| | | | |``file`` |*string* | ++ + + + +--------------------------------------------------------------------------------+----------------------------------------+ +| | | | |``force_elliptic`` |*bool* | ++ + + + +--------------------------------------------------------------------------------+----------------------------------------+ +| | | | |``n_elliptic`` |*unsigned* | ++ + + + +--------------------------------------------------------------------------------+----------------------------------------+ +| | | | |``n_max`` |*unsigned* | ++ + + + +--------------------------------------------------------------------------------+----------------------------------------+ +| | | | |``name`` |*string* | ++ + + + +--------------------------------------------------------------------------------+----------------------------------------+ +| | | | |``replace_file`` |*bool* | ++--------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------------------+ + .. _KZonalHarmonicMagnetostaticFieldSolver: KZonalHarmonicMagnetostaticFieldSolver diff --git a/Documentation/Bindings/bindings_full.svg b/Documentation/Bindings/bindings_full.svg index 21e75bada..381a53fd6 100644 --- a/Documentation/Bindings/bindings_full.svg +++ b/Documentation/Bindings/bindings_full.svg @@ -1,342 +1,343 @@ - - - - - + + + +%3 + cluster_KRoot - -KRoot + +KRoot cluster_KGInterface - -KGInterface + +KGInterface cluster_KGWrappedSpace_KGBeam_ - -KGWrappedSpace<KGBeam> + +KGWrappedSpace<KGBeam> cluster_KGBeam - -KGBeam + +KGBeam cluster_KGWrappedSpace_KGCircleWire_ - -KGWrappedSpace<KGCircleWire> + +KGWrappedSpace<KGCircleWire> cluster_KGWrappedSpace_KGCircularWirePins_ - -KGWrappedSpace<KGCircularWirePins> + +KGWrappedSpace<KGCircularWirePins> cluster_KGWrappedSurface_KGComplexAnnulus_ - -KGWrappedSurface<KGComplexAnnulus> + +KGWrappedSurface<KGComplexAnnulus> cluster_KGComplexAnnulus - -KGComplexAnnulus + +KGComplexAnnulus cluster_KGWrappedSpace_KGConicSectPortHousing_ - -KGWrappedSpace<KGConicSectPortHousing> + +KGWrappedSpace<KGConicSectPortHousing> cluster_KGConicSectPortHousing - -KGConicSectPortHousing + +KGConicSectPortHousing cluster_KGWrappedSpace_KGConicalWireArray_ - -KGWrappedSpace<KGConicalWireArray> + +KGWrappedSpace<KGConicalWireArray> cluster_KGExtrudedArcSegmentSurface - -KGExtrudedArcSegmentSurface + +KGExtrudedArcSegmentSurface cluster_KGExtrudedCircleSpace - -KGExtrudedCircleSpace + +KGExtrudedCircleSpace cluster_KGExtrudedLineSegmentSurface - -KGExtrudedLineSegmentSurface + +KGExtrudedLineSegmentSurface cluster_KGExtrudedPolyLineSurface - -KGExtrudedPolyLineSurface + +KGExtrudedPolyLineSurface cluster_KGPlanarPolyLine - -KGPlanarPolyLine + +KGPlanarPolyLine cluster_KGExtrudedPolyLoopSpace - -KGExtrudedPolyLoopSpace + +KGExtrudedPolyLoopSpace cluster_KGPlanarPolyLoop - -KGPlanarPolyLoop + +KGPlanarPolyLoop cluster_KGWrappedSpace_KGExtrudedObject_ - -KGWrappedSpace<KGExtrudedObject> + +KGWrappedSpace<KGExtrudedObject> cluster_KGExtrudedObject - -KGExtrudedObject + +KGExtrudedObject cluster_KGWrappedSpace_KGLinearWireGrid_ - -KGWrappedSpace<KGLinearWireGrid> + +KGWrappedSpace<KGLinearWireGrid> cluster_KGWrappedSpace_KGPlyFile_ - -KGWrappedSpace<KGPlyFile> + +KGWrappedSpace<KGPlyFile> cluster_KGWrappedSpace_KGPortHousing_ - -KGWrappedSpace<KGPortHousing> + +KGWrappedSpace<KGPortHousing> cluster_KGPortHousing - -KGPortHousing + +KGPortHousing cluster_KGWrappedSpace_KGQuadraticWireGrid_ - -KGWrappedSpace<KGQuadraticWireGrid> + +KGWrappedSpace<KGQuadraticWireGrid> cluster_KGWrappedSpace_KGRod_ - -KGWrappedSpace<KGRod> + +KGWrappedSpace<KGRod> cluster_KGRod - -KGRod + +KGRod cluster_KGWrappedSpace_KGRotatedObject_ - -KGWrappedSpace<KGRotatedObject> + +KGWrappedSpace<KGRotatedObject> cluster_KGRotatedObject - -KGRotatedObject + +KGRotatedObject cluster_KGSpace - -KGSpace + +KGSpace cluster_KGWrappedSpace_KGStlFile_ - -KGWrappedSpace<KGStlFile> + +KGWrappedSpace<KGStlFile> cluster_KSRoot - -KSRoot + +KSRoot cluster_KSCommandGroup - -KSCommandGroup + +KSCommandGroup cluster_KElectrostaticPotentialmapCalculator - -KElectrostaticPotentialmapCalculator + +KElectrostaticPotentialmapCalculator cluster_KGElectrostaticBoundaryField - -KGElectrostaticBoundaryField + +KGElectrostaticBoundaryField cluster_KExplicitSuperpositionCachedChargeDensitySolver - -KExplicitSuperpositionCachedChargeDensitySolver + +KExplicitSuperpositionCachedChargeDensitySolver cluster_KElectricFastMultipoleFieldSolver - -KElectricFastMultipoleFieldSolver + +KElectricFastMultipoleFieldSolver cluster_KKrylovChargeDensitySolverOld - -KKrylovChargeDensitySolverOld + +KKrylovChargeDensitySolverOld cluster_KKrylovChargeDensitySolver - -KKrylovChargeDensitySolver + +KKrylovChargeDensitySolver cluster_KGStaticElectromagnetField - -KGStaticElectromagnetField + +KGStaticElectromagnetField cluster_KMagnetostaticFieldmapCalculator - -KMagnetostaticFieldmapCalculator + +KMagnetostaticFieldmapCalculator cluster_KMagneticSuperpositionField - -KMagneticSuperpositionField + +KMagneticSuperpositionField cluster_KSGenDirectionSphericalComposite - -KSGenDirectionSphericalComposite + +KSGenDirectionSphericalComposite cluster_KSGenEnergyComposite - -KSGenEnergyComposite + +KSGenEnergyComposite cluster_KSGenGeneratorComposite - -KSGenGeneratorComposite + +KSGenGeneratorComposite cluster_KSGenLComposite - -KSGenLComposite + +KSGenLComposite cluster_KSGenMomentumRectangularComposite - -KSGenMomentumRectangularComposite + +KSGenMomentumRectangularComposite cluster_KSGenNComposite - -KSGenNComposite + +KSGenNComposite cluster_KSGenPositionCylindricalComposite - -KSGenPositionCylindricalComposite + +KSGenPositionCylindricalComposite cluster_KSGenPositionFrustrumComposite - -KSGenPositionFrustrumComposite + +KSGenPositionFrustrumComposite cluster_KSGenPositionMask - -KSGenPositionMask + +KSGenPositionMask cluster_KSGenPositionSphericalComposite - -KSGenPositionSphericalComposite + +KSGenPositionSphericalComposite cluster_KSGenTimeComposite - -KSGenTimeComposite + +KSGenTimeComposite cluster_KSGeoSide - -KSGeoSide + +KSGeoSide cluster_KSGeoSpace - -KSGeoSpace + +KSGeoSpace cluster_KSIntDecay - -KSIntDecay + +KSIntDecay cluster_KSIntDecayCalculatorDeathConstRate - -KSIntDecayCalculatorDeathConstRate + +KSIntDecayCalculatorDeathConstRate cluster_KSIntScattering - -KSIntScattering + +KSIntScattering cluster_KSTrajTrajectoryAdiabatic - -KSTrajTrajectoryAdiabatic + +KSTrajTrajectoryAdiabatic cluster_KSTrajTrajectoryAdiabaticSpin - -KSTrajTrajectoryAdiabaticSpin + +KSTrajTrajectoryAdiabaticSpin cluster_KSTrajTrajectoryExactTrapped - -KSTrajTrajectoryExactTrapped + +KSTrajTrajectoryExactTrapped cluster_KEMRoot - -KEMRoot + +KEMRoot cluster_KMessageTable - -KMessageTable + +KMessageTable cluster_KROOTWindow - -KROOTWindow + +KROOTWindow cluster_KApplicationRunner - -KApplicationRunner + +KApplicationRunner cluster_KVTKWindow - -KVTKWindow + +KVTKWindow @@ -346,11828 +347,11846 @@ KommonNamedRandomGenerator__NamedRandomGenerator - -NamedRandomGenerator + +NamedRandomGenerator KRoot__->KommonNamedRandomGenerator__NamedRandomGenerator - - + + KDummyRandom__Random - -Random + +Random KRoot__->KDummyRandom__Random - - + + KGInterface__geometry - -geometry + +geometry KRoot__->KGInterface__geometry - - + + KGGeometryPrinter__geometry_printer - -geometry_printer + +geometry_printer KRoot__->KGGeometryPrinter__geometry_printer - - + + KSRoot__kassiopeia - -kassiopeia + +kassiopeia KRoot__->KSRoot__kassiopeia - - + + KEMRoot__kemfield - -kemfield + +kemfield - + KRoot__->KEMRoot__kemfield - - + + KMessageTable__messages - -messages + +messages - + KRoot__->KMessageTable__messages - - + + KROOTWindow__root_window - -root_window + +root_window - + KRoot__->KROOTWindow__root_window - - + + KApplicationRunner__run - -run + +run - + KRoot__->KApplicationRunner__run - - + + KVTKWindow__vtk_window - -vtk_window + +vtk_window - + KRoot__->KVTKWindow__vtk_window - - + + KGAnnulusSurface__annulus_surface - -annulus_surface + +annulus_surface KGInterface__geometry->KGAnnulusSurface__annulus_surface - - + + KGAppearanceAttributor__appearance - -appearance + +appearance KGInterface__geometry->KGAppearanceAttributor__appearance - - + + KGAxialMeshAttributor__axial_mesh - -axial_mesh + +axial_mesh KGInterface__geometry->KGAxialMeshAttributor__axial_mesh - - + + KGWrappedSpace_KGBeam___beam_space - -beam_space + +beam_space KGInterface__geometry->KGWrappedSpace_KGBeam___beam_space - - + + KGWrappedSurface_KGBeam___beam_surface - -beam_surface + +beam_surface KGInterface__geometry->KGWrappedSurface_KGBeam___beam_surface - - + + KGBoxSpace__box_space - -box_space + +box_space KGInterface__geometry->KGBoxSpace__box_space - - + + KGWrappedSpace_KGCircleWire___circle_wire_space - -circle_wire_space + +circle_wire_space KGInterface__geometry->KGWrappedSpace_KGCircleWire___circle_wire_space - - + + KGWrappedSurface_KGCircleWire___circle_wire_surface - -circle_wire_surface + +circle_wire_surface KGInterface__geometry->KGWrappedSurface_KGCircleWire___circle_wire_surface - - + + KGWrappedSpace_KGCircularWirePins___circular_wire_pins_space - -circular_wire_pins_space + +circular_wire_pins_space KGInterface__geometry->KGWrappedSpace_KGCircularWirePins___circular_wire_pins_space - - + + KGWrappedSurface_KGCircularWirePins___circular_wire_pins_surface - -circular_wire_pins_surface + +circular_wire_pins_surface KGInterface__geometry->KGWrappedSurface_KGCircularWirePins___circular_wire_pins_surface - - + + KGWrappedSurface_KGComplexAnnulus___complex_annulus_surface - -complex_annulus_surface + +complex_annulus_surface KGInterface__geometry->KGWrappedSurface_KGComplexAnnulus___complex_annulus_surface - - + + KGConeSpace__cone_space - -cone_space + +cone_space KGInterface__geometry->KGConeSpace__cone_space - - + + KGConeSurface__cone_surface - -cone_surface + +cone_surface KGInterface__geometry->KGConeSurface__cone_surface - - + + KGWrappedSpace_KGConicSectPortHousing___conic_section_port_housing_space - -conic_section_port_housing_space + +conic_section_port_housing_space KGInterface__geometry->KGWrappedSpace_KGConicSectPortHousing___conic_section_port_housing_space - - + + KGWrappedSurface_KGConicSectPortHousing___conic_section_port_housing_surface - -conic_section_port_housing_surface + +conic_section_port_housing_surface KGInterface__geometry->KGWrappedSurface_KGConicSectPortHousing___conic_section_port_housing_surface - - + + KGWrappedSpace_KGConicalWireArray___conical_wire_array_space - -conical_wire_array_space + +conical_wire_array_space KGInterface__geometry->KGWrappedSpace_KGConicalWireArray___conical_wire_array_space - - + + KGWrappedSurface_KGConicalWireArray___conical_wire_array_surface - -conical_wire_array_surface + +conical_wire_array_surface KGInterface__geometry->KGWrappedSurface_KGConicalWireArray___conical_wire_array_surface - - + + KGCutConeSpace__cut_cone_space - -cut_cone_space + +cut_cone_space KGInterface__geometry->KGCutConeSpace__cut_cone_space - - + + KGCutConeSurface__cut_cone_surface - -cut_cone_surface + +cut_cone_surface KGInterface__geometry->KGCutConeSurface__cut_cone_surface - - + + KGCutConeTubeSpace__cut_cone_tube_space - -cut_cone_tube_space + +cut_cone_tube_space KGInterface__geometry->KGCutConeTubeSpace__cut_cone_tube_space - - + + KGCutTorusSurface__cut_torus_surface - -cut_torus_surface + +cut_torus_surface KGInterface__geometry->KGCutTorusSurface__cut_torus_surface - - + + KGCylinderSpace__cylinder_space - -cylinder_space + +cylinder_space KGInterface__geometry->KGCylinderSpace__cylinder_space - - + + KGCylinderSurface__cylinder_surface - -cylinder_surface + +cylinder_surface KGInterface__geometry->KGCylinderSurface__cylinder_surface - - + + KGCylinderTubeSpace__cylinder_tube_space - -cylinder_tube_space + +cylinder_tube_space KGInterface__geometry->KGCylinderTubeSpace__cylinder_tube_space - - + + KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh - -discrete_rotational_mesh + +discrete_rotational_mesh KGInterface__geometry->KGDiscreteRotationalMeshAttributor__discrete_rotational_mesh - - + + KGDiskSurface__disk_surface - -disk_surface + +disk_surface KGInterface__geometry->KGDiskSurface__disk_surface - - + + KGElectromagnetAttributor__electromagnet - -electromagnet + +electromagnet KGInterface__geometry->KGElectromagnetAttributor__electromagnet - - + + KGExtrudedArcSegmentSurface__extruded_arc_segment_surface - -extruded_arc_segment_surface + +extruded_arc_segment_surface KGInterface__geometry->KGExtrudedArcSegmentSurface__extruded_arc_segment_surface - - + + KGExtrudedCircleSpace__extruded_circle_space - -extruded_circle_space + +extruded_circle_space KGInterface__geometry->KGExtrudedCircleSpace__extruded_circle_space - - + + KGExtrudedCircleSurface__extruded_circle_surface - -extruded_circle_surface + +extruded_circle_surface KGInterface__geometry->KGExtrudedCircleSurface__extruded_circle_surface - - + + KGExtrudedLineSegmentSurface__extruded_line_segment_surface - -extruded_line_segment_surface + +extruded_line_segment_surface KGInterface__geometry->KGExtrudedLineSegmentSurface__extruded_line_segment_surface - - + + KGExtrudedPolyLineSurface__extruded_poly_line_surface - -extruded_poly_line_surface + +extruded_poly_line_surface KGInterface__geometry->KGExtrudedPolyLineSurface__extruded_poly_line_surface - - + + KGExtrudedPolyLoopSpace__extruded_poly_loop_space - -extruded_poly_loop_space + +extruded_poly_loop_space KGInterface__geometry->KGExtrudedPolyLoopSpace__extruded_poly_loop_space - - + + KGExtrudedPolyLoopSurface__extruded_poly_loop_surface - -extruded_poly_loop_surface + +extruded_poly_loop_surface KGInterface__geometry->KGExtrudedPolyLoopSurface__extruded_poly_loop_surface - - + + KGWrappedSpace_KGExtrudedObject___extruded_space - -extruded_space + +extruded_space KGInterface__geometry->KGWrappedSpace_KGExtrudedObject___extruded_space - - + + KGWrappedSurface_KGExtrudedObject___extruded_surface - -extruded_surface + +extruded_surface KGInterface__geometry->KGWrappedSurface_KGExtrudedObject___extruded_surface - - + + KGFlattenedCircleSurface__flattened_circle_surface - -flattened_circle_surface + +flattened_circle_surface KGInterface__geometry->KGFlattenedCircleSurface__flattened_circle_surface - - + + KGFlattenedPolyLoopSurface__flattened_poly_loop_surface - -flattened_poly_loop_surface + +flattened_poly_loop_surface KGInterface__geometry->KGFlattenedPolyLoopSurface__flattened_poly_loop_surface - - + + KGWrappedSpace_KGLinearWireGrid___linear_wire_grid_space - -linear_wire_grid_space + +linear_wire_grid_space KGInterface__geometry->KGWrappedSpace_KGLinearWireGrid___linear_wire_grid_space - - + + KGWrappedSurface_KGLinearWireGrid___linear_wire_grid_surface - -linear_wire_grid_surface + +linear_wire_grid_surface KGInterface__geometry->KGWrappedSurface_KGLinearWireGrid___linear_wire_grid_surface - - + + KGMeshAttributor__mesh - -mesh + +mesh KGInterface__geometry->KGMeshAttributor__mesh - - + + KGMeshDeformer__mesh_deformer - -mesh_deformer + +mesh_deformer KGInterface__geometry->KGMeshDeformer__mesh_deformer - - + + KGMeshRefiner__mesh_refiner - -mesh_refiner + +mesh_refiner KGInterface__geometry->KGMeshRefiner__mesh_refiner - - + + KGWrappedSpace_KGPlyFile___ply_file_space - -ply_file_space + +ply_file_space KGInterface__geometry->KGWrappedSpace_KGPlyFile___ply_file_space - - + + KGWrappedSurface_KGPlyFile___ply_file_surface - -ply_file_surface + +ply_file_surface KGInterface__geometry->KGWrappedSurface_KGPlyFile___ply_file_surface - - + + KGWrappedSpace_KGPortHousing___port_housing_space - -port_housing_space + +port_housing_space KGInterface__geometry->KGWrappedSpace_KGPortHousing___port_housing_space - - + + KGWrappedSurface_KGPortHousing___port_housing_surface - -port_housing_surface + +port_housing_surface KGInterface__geometry->KGWrappedSurface_KGPortHousing___port_housing_surface - - + + KGWrappedSpace_KGQuadraticWireGrid___quadratic_wire_grid_space - -quadratic_wire_grid_space + +quadratic_wire_grid_space KGInterface__geometry->KGWrappedSpace_KGQuadraticWireGrid___quadratic_wire_grid_space - - + + KGWrappedSurface_KGQuadraticWireGrid___quadratic_wire_grid_surface - -quadratic_wire_grid_surface + +quadratic_wire_grid_surface KGInterface__geometry->KGWrappedSurface_KGQuadraticWireGrid___quadratic_wire_grid_surface - - + + KGWrappedSpace_KGRod___rod_space - -rod_space + +rod_space KGInterface__geometry->KGWrappedSpace_KGRod___rod_space - - + + KGWrappedSurface_KGRod___rod_surface - -rod_surface + +rod_surface KGInterface__geometry->KGWrappedSurface_KGRod___rod_surface - - + + KGRotatedArcSegmentSpace__rotated_arc_segment_space - -rotated_arc_segment_space + +rotated_arc_segment_space KGInterface__geometry->KGRotatedArcSegmentSpace__rotated_arc_segment_space - - + + KGRotatedArcSegmentSurface__rotated_arc_segment_surface - -rotated_arc_segment_surface + +rotated_arc_segment_surface KGInterface__geometry->KGRotatedArcSegmentSurface__rotated_arc_segment_surface - - + + KGRotatedCircleSpace__rotated_circle_space - -rotated_circle_space + +rotated_circle_space KGInterface__geometry->KGRotatedCircleSpace__rotated_circle_space - - + + KGRotatedCircleSurface__rotated_circle_surface - -rotated_circle_surface + +rotated_circle_surface KGInterface__geometry->KGRotatedCircleSurface__rotated_circle_surface - - + + KGRotatedLineSegmentSpace__rotated_line_segment_space - -rotated_line_segment_space + +rotated_line_segment_space KGInterface__geometry->KGRotatedLineSegmentSpace__rotated_line_segment_space - - + + KGRotatedLineSegmentSurface__rotated_line_segment_surface - -rotated_line_segment_surface + +rotated_line_segment_surface KGInterface__geometry->KGRotatedLineSegmentSurface__rotated_line_segment_surface - - + + KGRotatedPolyLineSpace__rotated_poly_line_space - -rotated_poly_line_space + +rotated_poly_line_space KGInterface__geometry->KGRotatedPolyLineSpace__rotated_poly_line_space - - + + KGRotatedPolyLineSurface__rotated_poly_line_surface - -rotated_poly_line_surface + +rotated_poly_line_surface KGInterface__geometry->KGRotatedPolyLineSurface__rotated_poly_line_surface - - + + KGRotatedPolyLoopSpace__rotated_poly_loop_space - -rotated_poly_loop_space + +rotated_poly_loop_space KGInterface__geometry->KGRotatedPolyLoopSpace__rotated_poly_loop_space - - + + KGRotatedPolyLoopSurface__rotated_poly_loop_surface - -rotated_poly_loop_surface + +rotated_poly_loop_surface KGInterface__geometry->KGRotatedPolyLoopSurface__rotated_poly_loop_surface - - + + KGWrappedSpace_KGRotatedObject___rotated_space - -rotated_space + +rotated_space KGInterface__geometry->KGWrappedSpace_KGRotatedObject___rotated_space - - + + KGWrappedSurface_KGRotatedObject___rotated_surface - -rotated_surface + +rotated_surface KGInterface__geometry->KGWrappedSurface_KGRotatedObject___rotated_surface - - + + KGShellArcSegmentSurface__shell_arc_segment_surface - -shell_arc_segment_surface + +shell_arc_segment_surface KGInterface__geometry->KGShellArcSegmentSurface__shell_arc_segment_surface - - + + KGShellCircleSurface__shell_circle_surface - -shell_circle_surface + +shell_circle_surface KGInterface__geometry->KGShellCircleSurface__shell_circle_surface - - + + KGShellLineSegmentSurface__shell_line_segment_surface - -shell_line_segment_surface + +shell_line_segment_surface KGInterface__geometry->KGShellLineSegmentSurface__shell_line_segment_surface - - + + KGShellPolyLineSurface__shell_poly_line_surface - -shell_poly_line_surface + +shell_poly_line_surface KGInterface__geometry->KGShellPolyLineSurface__shell_poly_line_surface - - + + KGShellPolyLoopSurface__shell_poly_loop_surface - -shell_poly_loop_surface + +shell_poly_loop_surface KGInterface__geometry->KGShellPolyLoopSurface__shell_poly_loop_surface - - + + KGSpace__space - -space + +space KGInterface__geometry->KGSpace__space - - + + KGWrappedSpace_KGStlFile___stl_file_space - -stl_file_space + +stl_file_space KGInterface__geometry->KGWrappedSpace_KGStlFile___stl_file_space - - + + KGWrappedSurface_KGStlFile___stl_file_surface - -stl_file_surface + +stl_file_surface KGInterface__geometry->KGWrappedSurface_KGStlFile___stl_file_surface - - + + KGSurface__surface - -surface + +surface KGInterface__geometry->KGSurface__surface - - + + KGTorusSpace__torus_space - -torus_space + +torus_space KGInterface__geometry->KGTorusSpace__torus_space - - + + KGTorusSurface__torus_surface - -torus_surface + +torus_surface KGInterface__geometry->KGTorusSurface__torus_surface - - + + KESSElasticElsepa__kess_elastic_elsepa - -kess_elastic_elsepa + +kess_elastic_elsepa KSRoot__kassiopeia->KESSElasticElsepa__kess_elastic_elsepa - - + + KESSInelasticBetheFano__kess_inelastic_bethefano - -kess_inelastic_bethefano + +kess_inelastic_bethefano KSRoot__kassiopeia->KESSInelasticBetheFano__kess_inelastic_bethefano - - + + KESSInelasticPenn__kess_inelastic_penn - -kess_inelastic_penn + +kess_inelastic_penn KSRoot__kassiopeia->KESSInelasticPenn__kess_inelastic_penn - - + + KESSSurfaceInteraction__kess_surface_interaction - -kess_surface_interaction + +kess_surface_interaction KSRoot__kassiopeia->KESSSurfaceInteraction__kess_surface_interaction - - + + KSCommandGroup__ks_command_group - -ks_command_group + +ks_command_group KSRoot__kassiopeia->KSCommandGroup__ks_command_group - - + + KSCommandMemberData__ks_command_member - -ks_command_member + +ks_command_member KSRoot__kassiopeia->KSCommandMemberData__ks_command_member - - + + KSComponentDeltaData__ks_component_delta - -ks_component_delta + +ks_component_delta KSRoot__kassiopeia->KSComponentDeltaData__ks_component_delta - - + + KSComponentGroup__ks_component_group - -ks_component_group + +ks_component_group KSRoot__kassiopeia->KSComponentGroup__ks_component_group - - + + KSComponentIntegralData__ks_component_integral - -ks_component_integral + +ks_component_integral KSRoot__kassiopeia->KSComponentIntegralData__ks_component_integral - - + + KSComponentMathData__ks_component_math - -ks_component_math + +ks_component_math KSRoot__kassiopeia->KSComponentMathData__ks_component_math - - + + KSComponentMaximumData__ks_component_maximum - -ks_component_maximum + +ks_component_maximum KSRoot__kassiopeia->KSComponentMaximumData__ks_component_maximum - - + + KSComponentMaximumAtData__ks_component_maximum_at - -ks_component_maximum_at + +ks_component_maximum_at KSRoot__kassiopeia->KSComponentMaximumAtData__ks_component_maximum_at - - + + KSComponentMemberData__ks_component_member - -ks_component_member + +ks_component_member KSRoot__kassiopeia->KSComponentMemberData__ks_component_member - - + + KSComponentMinimumData__ks_component_minimum - -ks_component_minimum + +ks_component_minimum KSRoot__kassiopeia->KSComponentMinimumData__ks_component_minimum - - + + KSComponentMinimumAtData__ks_component_minimum_at - -ks_component_minimum_at + +ks_component_minimum_at KSRoot__kassiopeia->KSComponentMinimumAtData__ks_component_minimum_at - - + + KSRootElectricField__ks_root_electric_field - -ks_root_electric_field + +ks_root_electric_field KSRoot__kassiopeia->KSRootElectricField__ks_root_electric_field - - + + KSRootEventModifier__ks_root_event_modifier - -ks_root_event_modifier + +ks_root_event_modifier KSRoot__kassiopeia->KSRootEventModifier__ks_root_event_modifier - - + + KSRootGenerator__ks_root_generator - -ks_root_generator + +ks_root_generator KSRoot__kassiopeia->KSRootGenerator__ks_root_generator - - + + KSRootMagneticField__ks_root_magnetic_field - -ks_root_magnetic_field + +ks_root_magnetic_field KSRoot__kassiopeia->KSRootMagneticField__ks_root_magnetic_field - - + + KSRootRunModifier__ks_root_run_modifier - -ks_root_run_modifier + +ks_root_run_modifier KSRoot__kassiopeia->KSRootRunModifier__ks_root_run_modifier - - + + KSRootSpaceInteraction__ks_root_space_interaction - -ks_root_space_interaction + +ks_root_space_interaction KSRoot__kassiopeia->KSRootSpaceInteraction__ks_root_space_interaction - - + + KSRootSpaceNavigator__ks_root_space_navigator - -ks_root_space_navigator + +ks_root_space_navigator KSRoot__kassiopeia->KSRootSpaceNavigator__ks_root_space_navigator - - + + KSRootStepModifier__ks_root_step_modifier - -ks_root_step_modifier + +ks_root_step_modifier KSRoot__kassiopeia->KSRootStepModifier__ks_root_step_modifier - - + + KSRootSurfaceInteraction__ks_root_surface_interaction - -ks_root_surface_interaction + +ks_root_surface_interaction KSRoot__kassiopeia->KSRootSurfaceInteraction__ks_root_surface_interaction - - + + KSRootSurfaceNavigator__ks_root_surface_navigator - -ks_root_surface_navigator + +ks_root_surface_navigator KSRoot__kassiopeia->KSRootSurfaceNavigator__ks_root_surface_navigator - - + + KSRootTerminator__ks_root_terminator - -ks_root_terminator + +ks_root_terminator KSRoot__kassiopeia->KSRootTerminator__ks_root_terminator - - + + KSRootTrackModifier__ks_root_track_modifier - -ks_root_track_modifier + +ks_root_track_modifier KSRoot__kassiopeia->KSRootTrackModifier__ks_root_track_modifier - - + + KSRootTrajectory__ks_root_trajectory - -ks_root_trajectory + +ks_root_trajectory KSRoot__kassiopeia->KSRootTrajectory__ks_root_trajectory - - + + KSRootWriter__ks_root_writer - -ks_root_writer + +ks_root_writer KSRoot__kassiopeia->KSRootWriter__ks_root_writer - - + + KSSimulation__ks_simulation - -ks_simulation + +ks_simulation KSRoot__kassiopeia->KSSimulation__ks_simulation - - + + KElectrostaticConstantField__ksfield_electric_constant - -ksfield_electric_constant + +ksfield_electric_constant KSRoot__kassiopeia->KElectrostaticConstantField__ksfield_electric_constant - - + + KInducedAzimuthalElectricField__ksfield_electric_induced_azi - -ksfield_electric_induced_azi + +ksfield_electric_induced_azi KSRoot__kassiopeia->KInducedAzimuthalElectricField__ksfield_electric_induced_azi - - + + KElectrostaticPotentialmap__ksfield_electric_potentialmap - -ksfield_electric_potentialmap + +ksfield_electric_potentialmap KSRoot__kassiopeia->KElectrostaticPotentialmap__ksfield_electric_potentialmap - - + + KElectrostaticPotentialmapCalculator__ksfield_electric_potentialmap_calculator - -ksfield_electric_potentialmap_calculator + +ksfield_electric_potentialmap_calculator KSRoot__kassiopeia->KElectrostaticPotentialmapCalculator__ksfield_electric_potentialmap_calculator - - + + KElectricQuadrupoleField__ksfield_electric_quadrupole - -ksfield_electric_quadrupole + +ksfield_electric_quadrupole KSRoot__kassiopeia->KElectricQuadrupoleField__ksfield_electric_quadrupole - - + + KRampedElectricField__ksfield_electric_ramped - -ksfield_electric_ramped + +ksfield_electric_ramped KSRoot__kassiopeia->KRampedElectricField__ksfield_electric_ramped - - + + KRampedElectric2Field__ksfield_electric_ramped_2fields - -ksfield_electric_ramped_2fields + +ksfield_electric_ramped_2fields KSRoot__kassiopeia->KRampedElectric2Field__ksfield_electric_ramped_2fields - - + + KGStaticElectromagnetField__ksfield_electromagnet - -ksfield_electromagnet + +ksfield_electromagnet KSRoot__kassiopeia->KGStaticElectromagnetField__ksfield_electromagnet - - + + KGElectrostaticBoundaryField__ksfield_electrostatic - -ksfield_electrostatic + +ksfield_electrostatic - + KSRoot__kassiopeia->KGElectrostaticBoundaryField__ksfield_electrostatic - - + + KMagnetostaticConstantField__ksfield_magnetic_constant - -ksfield_magnetic_constant + +ksfield_magnetic_constant - + KSRoot__kassiopeia->KMagnetostaticConstantField__ksfield_magnetic_constant - - + + KMagneticDipoleField__ksfield_magnetic_dipole - -ksfield_magnetic_dipole + +ksfield_magnetic_dipole - + KSRoot__kassiopeia->KMagneticDipoleField__ksfield_magnetic_dipole - - + + KMagnetostaticFieldmap__ksfield_magnetic_fieldmap - -ksfield_magnetic_fieldmap + +ksfield_magnetic_fieldmap - + KSRoot__kassiopeia->KMagnetostaticFieldmap__ksfield_magnetic_fieldmap - - + + KMagnetostaticFieldmapCalculator__ksfield_magnetic_fieldmap_calculator - -ksfield_magnetic_fieldmap_calculator + +ksfield_magnetic_fieldmap_calculator - + KSRoot__kassiopeia->KMagnetostaticFieldmapCalculator__ksfield_magnetic_fieldmap_calculator - - + + KRampedMagneticField__ksfield_magnetic_ramped - -ksfield_magnetic_ramped + +ksfield_magnetic_ramped - + KSRoot__kassiopeia->KRampedMagneticField__ksfield_magnetic_ramped - - + + KMagneticSuperpositionField__ksfield_magnetic_super_position - -ksfield_magnetic_super_position + +ksfield_magnetic_super_position - + KSRoot__kassiopeia->KMagneticSuperpositionField__ksfield_magnetic_super_position - - + + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite - -ksgen_direction_spherical_composite + +ksgen_direction_spherical_composite - + KSRoot__kassiopeia->KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite - - + + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field - -ksgen_direction_spherical_magnetic_field + +ksgen_direction_spherical_magnetic_field - + KSRoot__kassiopeia->KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field - - + + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite - -ksgen_direction_surface_composite + +ksgen_direction_surface_composite - + KSRoot__kassiopeia->KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite - - + + KSGenEnergyBetaDecay__ksgen_energy_beta_decay - -ksgen_energy_beta_decay + +ksgen_energy_beta_decay - + KSRoot__kassiopeia->KSGenEnergyBetaDecay__ksgen_energy_beta_decay - - + + KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil - -ksgen_energy_beta_recoil + +ksgen_energy_beta_recoil - + KSRoot__kassiopeia->KSGenEnergyBetaRecoil__ksgen_energy_beta_recoil - - + + KSGenEnergyComposite__ksgen_energy_composite - -ksgen_energy_composite + +ksgen_energy_composite - + KSRoot__kassiopeia->KSGenEnergyComposite__ksgen_energy_composite - - + + KSGenEnergyKryptonEvent__ksgen_energy_krypton_event - -ksgen_energy_krypton_event + +ksgen_energy_krypton_event - + KSRoot__kassiopeia->KSGenEnergyKryptonEvent__ksgen_energy_krypton_event - - + + KSGenEnergyLeadEvent__ksgen_energy_lead_event - -ksgen_energy_lead_event + +ksgen_energy_lead_event - + KSRoot__kassiopeia->KSGenEnergyLeadEvent__ksgen_energy_lead_event - - + + KSGenEnergyRadonEvent__ksgen_energy_radon_event - -ksgen_energy_radon_event + +ksgen_energy_radon_event - + KSRoot__kassiopeia->KSGenEnergyRadonEvent__ksgen_energy_radon_event - - + + KSGenEnergyRydberg__ksgen_energy_rydberg - -ksgen_energy_rydberg + +ksgen_energy_rydberg - + KSRoot__kassiopeia->KSGenEnergyRydberg__ksgen_energy_rydberg - - + + KSGenGeneratorComposite__ksgen_generator_composite - -ksgen_generator_composite + +ksgen_generator_composite - + KSRoot__kassiopeia->KSGenGeneratorComposite__ksgen_generator_composite - - + + KSGenGeneratorTextFile__ksgen_generator_file - -ksgen_generator_file + +ksgen_generator_file - + KSRoot__kassiopeia->KSGenGeneratorTextFile__ksgen_generator_file - - + + KSGenGeneratorSimulation__ksgen_generator_simulation - -ksgen_generator_simulation + +ksgen_generator_simulation - + KSRoot__kassiopeia->KSGenGeneratorSimulation__ksgen_generator_simulation - - + + KSGenLComposite__ksgen_l_composite - -ksgen_l_composite + +ksgen_l_composite - + KSRoot__kassiopeia->KSGenLComposite__ksgen_l_composite - - + + KSGenLStatistical__ksgen_l_statistical - -ksgen_l_statistical + +ksgen_l_statistical - + KSRoot__kassiopeia->KSGenLStatistical__ksgen_l_statistical - - + + KSGenLUniformMaxN__ksgen_l_uniform_max_n - -ksgen_l_uniform_max_n + +ksgen_l_uniform_max_n - + KSRoot__kassiopeia->KSGenLUniformMaxN__ksgen_l_uniform_max_n - - + + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite - -ksgen_momentum_rectangular_composite + +ksgen_momentum_rectangular_composite - + KSRoot__kassiopeia->KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite - - + + KSGenNComposite__ksgen_n_composite - -ksgen_n_composite + +ksgen_n_composite - + KSRoot__kassiopeia->KSGenNComposite__ksgen_n_composite - - + + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite - -ksgen_position_cylindrical_composite + +ksgen_position_cylindrical_composite - + KSRoot__kassiopeia->KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite - - + + KSGenPositionFluxTube__ksgen_position_flux_tube - -ksgen_position_flux_tube + +ksgen_position_flux_tube - + KSRoot__kassiopeia->KSGenPositionFluxTube__ksgen_position_flux_tube - - + + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite - -ksgen_position_frustrum_composite + +ksgen_position_frustrum_composite - + KSRoot__kassiopeia->KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite - - + + KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube - -ksgen_position_homogeneous_flux_tube + +ksgen_position_homogeneous_flux_tube - + KSRoot__kassiopeia->KSGenPositionHomogeneousFluxTube__ksgen_position_homogeneous_flux_tube - - + + KSGenPositionMask__ksgen_position_mask - -ksgen_position_mask + +ksgen_position_mask - + KSRoot__kassiopeia->KSGenPositionMask__ksgen_position_mask - - + + KSGenPositionMeshSurfaceRandom__ksgen_position_mesh_surface_random - -ksgen_position_mesh_surface_random + +ksgen_position_mesh_surface_random - + KSRoot__kassiopeia->KSGenPositionMeshSurfaceRandom__ksgen_position_mesh_surface_random - - + + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite - -ksgen_position_rectangular_composite + +ksgen_position_rectangular_composite - + KSRoot__kassiopeia->KSGenPositionRectangularComposite__ksgen_position_rectangular_composite - - + + KSGenPositionSpaceRandom__ksgen_position_space_random - -ksgen_position_space_random + +ksgen_position_space_random - + KSRoot__kassiopeia->KSGenPositionSpaceRandom__ksgen_position_space_random - - + + KSGenPositionSphericalComposite__ksgen_position_spherical_composite - -ksgen_position_spherical_composite + +ksgen_position_spherical_composite - + KSRoot__kassiopeia->KSGenPositionSphericalComposite__ksgen_position_spherical_composite - - + + KSGenPositionSurfaceAdjustmentStep__ksgen_position_surface_adjustment_step - -ksgen_position_surface_adjustment_step + +ksgen_position_surface_adjustment_step - + KSRoot__kassiopeia->KSGenPositionSurfaceAdjustmentStep__ksgen_position_surface_adjustment_step - - + + KSGenPositionSurfaceRandom__ksgen_position_surface_random - -ksgen_position_surface_random + +ksgen_position_surface_random - + KSRoot__kassiopeia->KSGenPositionSurfaceRandom__ksgen_position_surface_random - - + + KSGenSpinComposite__ksgen_spin_composite - -ksgen_spin_composite + +ksgen_spin_composite - + KSRoot__kassiopeia->KSGenSpinComposite__ksgen_spin_composite - - + + KSGenSpinRelativeComposite__ksgen_spin_composite_relative - -ksgen_spin_composite_relative + +ksgen_spin_composite_relative - + KSRoot__kassiopeia->KSGenSpinRelativeComposite__ksgen_spin_composite_relative - - + + KSGenTimeComposite__ksgen_time_composite - -ksgen_time_composite + +ksgen_time_composite - + KSRoot__kassiopeia->KSGenTimeComposite__ksgen_time_composite - - + + KSGenValueAngleCosine__ksgen_value_angle_cosine - -ksgen_value_angle_cosine + +ksgen_value_angle_cosine - + KSRoot__kassiopeia->KSGenValueAngleCosine__ksgen_value_angle_cosine - - + + KSGenValueAngleSpherical__ksgen_value_angle_spherical - -ksgen_value_angle_spherical + +ksgen_value_angle_spherical - + KSRoot__kassiopeia->KSGenValueAngleSpherical__ksgen_value_angle_spherical - - + + KSGenValueBoltzmann__ksgen_value_boltzmann - -ksgen_value_boltzmann + +ksgen_value_boltzmann - + KSRoot__kassiopeia->KSGenValueBoltzmann__ksgen_value_boltzmann - - + + KSGenValueFermi__ksgen_value_fermi - -ksgen_value_fermi + +ksgen_value_fermi - + KSRoot__kassiopeia->KSGenValueFermi__ksgen_value_fermi - - + + KSGenValueFix__ksgen_value_fix - -ksgen_value_fix + +ksgen_value_fix - + KSRoot__kassiopeia->KSGenValueFix__ksgen_value_fix - - + + KSGenValueFormula__ksgen_value_formula - -ksgen_value_formula + +ksgen_value_formula - + KSRoot__kassiopeia->KSGenValueFormula__ksgen_value_formula - - + + KSGenValueGauss__ksgen_value_gauss - -ksgen_value_gauss + +ksgen_value_gauss - + KSRoot__kassiopeia->KSGenValueGauss__ksgen_value_gauss - - + + KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss - -ksgen_value_generalized_gauss + +ksgen_value_generalized_gauss - + KSRoot__kassiopeia->KSGenValueGeneralizedGauss__ksgen_value_generalized_gauss - - + + KSGenValueHistogram__ksgen_value_histogram - -ksgen_value_histogram + +ksgen_value_histogram - + KSRoot__kassiopeia->KSGenValueHistogram__ksgen_value_histogram - - + + KSGenValueList__ksgen_value_list - -ksgen_value_list + +ksgen_value_list - + KSRoot__kassiopeia->KSGenValueList__ksgen_value_list - - + + KSGenValuePareto__ksgen_value_pareto - -ksgen_value_pareto + +ksgen_value_pareto - + KSRoot__kassiopeia->KSGenValuePareto__ksgen_value_pareto - - + + KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical - -ksgen_value_radius_cylindrical + +ksgen_value_radius_cylindrical - + KSRoot__kassiopeia->KSGenValueRadiusCylindrical__ksgen_value_radius_cylindrical - - + + KSGenValueRadiusFraction__ksgen_value_radius_fraction - -ksgen_value_radius_fraction + +ksgen_value_radius_fraction - + KSRoot__kassiopeia->KSGenValueRadiusFraction__ksgen_value_radius_fraction - - + + KSGenValueRadiusSpherical__ksgen_value_radius_spherical - -ksgen_value_radius_spherical + +ksgen_value_radius_spherical - + KSRoot__kassiopeia->KSGenValueRadiusSpherical__ksgen_value_radius_spherical - - + + KSGenValueSet__ksgen_value_set - -ksgen_value_set + +ksgen_value_set - + KSRoot__kassiopeia->KSGenValueSet__ksgen_value_set - - + + KSGenValueUniform__ksgen_value_uniform - -ksgen_value_uniform + +ksgen_value_uniform - + KSRoot__kassiopeia->KSGenValueUniform__ksgen_value_uniform - - + + KSGenValueZFrustrum__ksgen_value_z_frustrum - -ksgen_value_z_frustrum + +ksgen_value_z_frustrum - + KSRoot__kassiopeia->KSGenValueZFrustrum__ksgen_value_z_frustrum - - + + KSGeoSide__ksgeo_side - -ksgeo_side + +ksgeo_side - + KSRoot__kassiopeia->KSGeoSide__ksgeo_side - - + + KSGeoSpace__ksgeo_space - -ksgeo_space + +ksgeo_space - + KSRoot__kassiopeia->KSGeoSpace__ksgeo_space - - + + KSGeoSurface__ksgeo_surface - -ksgeo_surface + +ksgeo_surface - + KSRoot__kassiopeia->KSGeoSurface__ksgeo_surface - - + + KSIntCalculatorConstant__ksint_calculator_constant - -ksint_calculator_constant + +ksint_calculator_constant - + KSRoot__kassiopeia->KSIntCalculatorConstant__ksint_calculator_constant - - + + KSIntCalculatorIon__ksint_calculator_ion - -ksint_calculator_ion + +ksint_calculator_ion - + KSRoot__kassiopeia->KSIntCalculatorIon__ksint_calculator_ion - - + + KSIntDecay__ksint_decay - -ksint_decay + +ksint_decay - + KSRoot__kassiopeia->KSIntDecay__ksint_decay - - + + KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate - -ksint_decay_calculator_death_const_rate + +ksint_decay_calculator_death_const_rate - + KSRoot__kassiopeia->KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate - - + + KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition - -ksint_decay_calculator_ferenc_bbr_transition + +ksint_decay_calculator_ferenc_bbr_transition - + KSRoot__kassiopeia->KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition - - + + KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation - -ksint_decay_calculator_ferenc_ionisation + +ksint_decay_calculator_ferenc_ionisation - + KSRoot__kassiopeia->KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation - - + + KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous - -ksint_decay_calculator_ferenc_spontaneous + +ksint_decay_calculator_ferenc_spontaneous - + KSRoot__kassiopeia->KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous - - + + KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation - -ksint_decay_calculator_glukhov_deexcitation + +ksint_decay_calculator_glukhov_deexcitation - + KSRoot__kassiopeia->KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation - - + + KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation - -ksint_decay_calculator_glukhov_excitation + +ksint_decay_calculator_glukhov_excitation - + KSRoot__kassiopeia->KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation - - + + KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation - -ksint_decay_calculator_glukhov_ionisation + +ksint_decay_calculator_glukhov_ionisation - + KSRoot__kassiopeia->KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation - - + + KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous - -ksint_decay_calculator_glukhov_spontaneous + +ksint_decay_calculator_glukhov_spontaneous - + KSRoot__kassiopeia->KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous - - + + KSIntDensityConstant__ksint_density_constant - -ksint_density_constant + +ksint_density_constant - + KSRoot__kassiopeia->KSIntDensityConstant__ksint_density_constant - - + + KSIntScattering__ksint_scattering - -ksint_scattering + +ksint_scattering - + KSRoot__kassiopeia->KSIntScattering__ksint_scattering - - + + KSIntSpinFlip__ksint_spin_flip - -ksint_spin_flip + +ksint_spin_flip - + KSRoot__kassiopeia->KSIntSpinFlip__ksint_spin_flip - - + + KSIntSpinFlipPulse__ksint_spin_flip_pulse - -ksint_spin_flip_pulse + +ksint_spin_flip_pulse - + KSRoot__kassiopeia->KSIntSpinFlipPulse__ksint_spin_flip_pulse - - + + KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse - -ksint_spin_rotate_y_pulse + +ksint_spin_rotate_y_pulse - + KSRoot__kassiopeia->KSIntSpinRotateYPulse__ksint_spin_rotate_y_pulse - - + + KSIntSurfaceUCN__ksint_surface_UCN - -ksint_surface_UCN + +ksint_surface_UCN - + KSRoot__kassiopeia->KSIntSurfaceUCN__ksint_surface_UCN - - + + KSIntSurfaceDiffuse__ksint_surface_diffuse - -ksint_surface_diffuse + +ksint_surface_diffuse - + KSRoot__kassiopeia->KSIntSurfaceDiffuse__ksint_surface_diffuse - - + + KSIntSurfaceMultiplication__ksint_surface_multiplication - -ksint_surface_multiplication + +ksint_surface_multiplication - + KSRoot__kassiopeia->KSIntSurfaceMultiplication__ksint_surface_multiplication - - + + KSIntSurfaceSpecular__ksint_surface_specular - -ksint_surface_specular + +ksint_surface_specular - + KSRoot__kassiopeia->KSIntSurfaceSpecular__ksint_surface_specular - - + + KSIntSurfaceSpinFlip__ksint_surface_spin_flip - -ksint_surface_spin_flip + +ksint_surface_spin_flip - + KSRoot__kassiopeia->KSIntSurfaceSpinFlip__ksint_surface_spin_flip - - + + KSModDynamicEnhancement__ksmod_dynamic_enhancement - -ksmod_dynamic_enhancement + +ksmod_dynamic_enhancement - + KSRoot__kassiopeia->KSModDynamicEnhancement__ksmod_dynamic_enhancement - - + + KSModEventReport__ksmod_event_report - -ksmod_event_report + +ksmod_event_report - + KSRoot__kassiopeia->KSModEventReport__ksmod_event_report - - + + KSModSplitOnTurn__ksmod_split_on_turn - -ksmod_split_on_turn + +ksmod_split_on_turn - + KSRoot__kassiopeia->KSModSplitOnTurn__ksmod_split_on_turn - - + + KSNavMeshedSpace__ksnav_meshed_space - -ksnav_meshed_space + +ksnav_meshed_space - + KSRoot__kassiopeia->KSNavMeshedSpace__ksnav_meshed_space - - + + KSNavSpace__ksnav_space - -ksnav_space + +ksnav_space - + KSRoot__kassiopeia->KSNavSpace__ksnav_space - - + + KSNavSurface__ksnav_surface - -ksnav_surface + +ksnav_surface - + KSRoot__kassiopeia->KSNavSurface__ksnav_surface - - + + KSTermDeath__ksterm_death - -ksterm_death + +ksterm_death - + KSRoot__kassiopeia->KSTermDeath__ksterm_death - - + + KSTermMagnetron__ksterm_magnetron - -ksterm_magnetron + +ksterm_magnetron - + KSRoot__kassiopeia->KSTermMagnetron__ksterm_magnetron - - + + KSTermMaxEnergy__ksterm_max_energy - -ksterm_max_energy + +ksterm_max_energy - + KSRoot__kassiopeia->KSTermMaxEnergy__ksterm_max_energy - - + + KSTermMaxLength__ksterm_max_length - -ksterm_max_length + +ksterm_max_length - + KSRoot__kassiopeia->KSTermMaxLength__ksterm_max_length - - + + KSTermMaxLongEnergy__ksterm_max_long_energy - -ksterm_max_long_energy + +ksterm_max_long_energy - + KSRoot__kassiopeia->KSTermMaxLongEnergy__ksterm_max_long_energy - - + + KSTermMaxR__ksterm_max_r - -ksterm_max_r + +ksterm_max_r - + KSRoot__kassiopeia->KSTermMaxR__ksterm_max_r - - + + KSTermMaxStepTime__ksterm_max_step_time - -ksterm_max_step_time + +ksterm_max_step_time - + KSRoot__kassiopeia->KSTermMaxStepTime__ksterm_max_step_time - - + + KSTermMaxSteps__ksterm_max_steps - -ksterm_max_steps + +ksterm_max_steps - + KSRoot__kassiopeia->KSTermMaxSteps__ksterm_max_steps - - + + KSTermMaxTime__ksterm_max_time - -ksterm_max_time + +ksterm_max_time - + KSRoot__kassiopeia->KSTermMaxTime__ksterm_max_time - - + + KSTermMaxTotalTime__ksterm_max_total_time - -ksterm_max_total_time + +ksterm_max_total_time - + KSRoot__kassiopeia->KSTermMaxTotalTime__ksterm_max_total_time - - + + KSTermMaxZ__ksterm_max_z - -ksterm_max_z + +ksterm_max_z - + KSRoot__kassiopeia->KSTermMaxZ__ksterm_max_z - - + + KSTermMinDistance__ksterm_min_distance - -ksterm_min_distance + +ksterm_min_distance - + KSRoot__kassiopeia->KSTermMinDistance__ksterm_min_distance - - + + KSTermMinEnergy__ksterm_min_energy - -ksterm_min_energy + +ksterm_min_energy - + KSRoot__kassiopeia->KSTermMinEnergy__ksterm_min_energy - - + + KSTermMinLongEnergy__ksterm_min_long_energy - -ksterm_min_long_energy + +ksterm_min_long_energy - + KSRoot__kassiopeia->KSTermMinLongEnergy__ksterm_min_long_energy - - + + KSTermMinR__ksterm_min_r - -ksterm_min_r + +ksterm_min_r - + KSRoot__kassiopeia->KSTermMinR__ksterm_min_r - - + + KSTermMinZ__ksterm_min_z - -ksterm_min_z + +ksterm_min_z - + KSRoot__kassiopeia->KSTermMinZ__ksterm_min_z - - + + KSTermOutputData__ksterm_output - -ksterm_output + +ksterm_output - + KSRoot__kassiopeia->KSTermOutputData__ksterm_output - - + + KSTermSecondaries__ksterm_secondaries - -ksterm_secondaries + +ksterm_secondaries - + KSRoot__kassiopeia->KSTermSecondaries__ksterm_secondaries - - + + KSTermStepsize__ksterm_stepsize - -ksterm_stepsize + +ksterm_stepsize - + KSRoot__kassiopeia->KSTermStepsize__ksterm_stepsize - - + + KSTermTrapped__ksterm_trapped - -ksterm_trapped + +ksterm_trapped - + KSRoot__kassiopeia->KSTermTrapped__ksterm_trapped - - + + KSTermZHRadius__ksterm_zh_radius - -ksterm_zh_radius + +ksterm_zh_radius - + KSRoot__kassiopeia->KSTermZHRadius__ksterm_zh_radius - - + + KSTrajControlBChange__kstraj_control_B_change - -kstraj_control_B_change + +kstraj_control_B_change - + KSRoot__kassiopeia->KSTrajControlBChange__kstraj_control_B_change - - + + KSTrajControlCyclotron__kstraj_control_cyclotron - -kstraj_control_cyclotron + +kstraj_control_cyclotron - + KSRoot__kassiopeia->KSTrajControlCyclotron__kstraj_control_cyclotron - - + + KSTrajControlEnergy__kstraj_control_energy - -kstraj_control_energy + +kstraj_control_energy - + KSRoot__kassiopeia->KSTrajControlEnergy__kstraj_control_energy - - + + KSTrajControlLength__kstraj_control_length - -kstraj_control_length + +kstraj_control_length - + KSRoot__kassiopeia->KSTrajControlLength__kstraj_control_length - - + + KSTrajControlMDot__kstraj_control_m_dot - -kstraj_control_m_dot + +kstraj_control_m_dot - + KSRoot__kassiopeia->KSTrajControlMDot__kstraj_control_m_dot - - + + KSTrajControlMagneticMoment__kstraj_control_magnetic_moment - -kstraj_control_magnetic_moment + +kstraj_control_magnetic_moment - + KSRoot__kassiopeia->KSTrajControlMagneticMoment__kstraj_control_magnetic_moment - - + + KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error - -kstraj_control_momentum_numerical_error + +kstraj_control_momentum_numerical_error - + KSRoot__kassiopeia->KSTrajControlMomentumNumericalError__kstraj_control_momentum_numerical_error - - + + KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error - -kstraj_control_position_numerical_error + +kstraj_control_position_numerical_error - + KSRoot__kassiopeia->KSTrajControlPositionNumericalError__kstraj_control_position_numerical_error - - + + KSTrajControlSpinPrecession__kstraj_control_spin_precession - -kstraj_control_spin_precession + +kstraj_control_spin_precession - + KSRoot__kassiopeia->KSTrajControlSpinPrecession__kstraj_control_spin_precession - - + + KSTrajControlTime__kstraj_control_time - -kstraj_control_time + +kstraj_control_time - + KSRoot__kassiopeia->KSTrajControlTime__kstraj_control_time - - + + KSTrajIntegratorRK54__kstraj_integrator_rk54 - -kstraj_integrator_rk54 + +kstraj_integrator_rk54 - + KSRoot__kassiopeia->KSTrajIntegratorRK54__kstraj_integrator_rk54 - - + + KSTrajIntegratorRK65__kstraj_integrator_rk65 - -kstraj_integrator_rk65 + +kstraj_integrator_rk65 - + KSRoot__kassiopeia->KSTrajIntegratorRK65__kstraj_integrator_rk65 - - + + KSTrajIntegratorRK8__kstraj_integrator_rk8 - -kstraj_integrator_rk8 + +kstraj_integrator_rk8 - + KSRoot__kassiopeia->KSTrajIntegratorRK8__kstraj_integrator_rk8 - - + + KSTrajIntegratorRK86__kstraj_integrator_rk86 - -kstraj_integrator_rk86 + +kstraj_integrator_rk86 - + KSRoot__kassiopeia->KSTrajIntegratorRK86__kstraj_integrator_rk86 - - + + KSTrajIntegratorRK87__kstraj_integrator_rk87 - -kstraj_integrator_rk87 + +kstraj_integrator_rk87 - + KSRoot__kassiopeia->KSTrajIntegratorRK87__kstraj_integrator_rk87 - - + + KSTrajIntegratorRKDP54__kstraj_integrator_rkdp54 - -kstraj_integrator_rkdp54 + +kstraj_integrator_rkdp54 - + KSRoot__kassiopeia->KSTrajIntegratorRKDP54__kstraj_integrator_rkdp54 - - + + KSTrajIntegratorRKDP853__kstraj_integrator_rkdp853 - -kstraj_integrator_rkdp853 + +kstraj_integrator_rkdp853 - + KSRoot__kassiopeia->KSTrajIntegratorRKDP853__kstraj_integrator_rkdp853 - - + + KSTrajIntegratorSym4__kstraj_integrator_sym4 - -kstraj_integrator_sym4 + +kstraj_integrator_sym4 - + KSRoot__kassiopeia->KSTrajIntegratorSym4__kstraj_integrator_sym4 - - + + KSTrajInterpolatorContinuousRungeKutta__kstraj_interpolator_crk - -kstraj_interpolator_crk + +kstraj_interpolator_crk - + KSRoot__kassiopeia->KSTrajInterpolatorContinuousRungeKutta__kstraj_interpolator_crk - - + + KSTrajInterpolatorFast__kstraj_interpolator_fast - -kstraj_interpolator_fast + +kstraj_interpolator_fast - + KSRoot__kassiopeia->KSTrajInterpolatorFast__kstraj_interpolator_fast - - + + KSTrajInterpolatorHermite__kstraj_interpolator_hermite - -kstraj_interpolator_hermite + +kstraj_interpolator_hermite - + KSRoot__kassiopeia->KSTrajInterpolatorHermite__kstraj_interpolator_hermite - - + + KSTrajTermConstantForcePropagation__kstraj_term_constant_force_propagation - -kstraj_term_constant_force_propagation + +kstraj_term_constant_force_propagation - + KSRoot__kassiopeia->KSTrajTermConstantForcePropagation__kstraj_term_constant_force_propagation - - + + KSTrajTermDrift__kstraj_term_drift - -kstraj_term_drift + +kstraj_term_drift - + KSRoot__kassiopeia->KSTrajTermDrift__kstraj_term_drift - - + + KSTrajTermGravity__kstraj_term_gravity - -kstraj_term_gravity + +kstraj_term_gravity - + KSRoot__kassiopeia->KSTrajTermGravity__kstraj_term_gravity - - + + KSTrajTermGyration__kstraj_term_gyration - -kstraj_term_gyration + +kstraj_term_gyration - + KSRoot__kassiopeia->KSTrajTermGyration__kstraj_term_gyration - - + + KSTrajTermPropagation__kstraj_term_propagation - -kstraj_term_propagation + +kstraj_term_propagation - + KSRoot__kassiopeia->KSTrajTermPropagation__kstraj_term_propagation - - + + KSTrajTermSynchrotron__kstraj_term_synchrotron - -kstraj_term_synchrotron + +kstraj_term_synchrotron - + KSRoot__kassiopeia->KSTrajTermSynchrotron__kstraj_term_synchrotron - - + + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic - -kstraj_trajectory_adiabatic + +kstraj_trajectory_adiabatic - + KSRoot__kassiopeia->KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic - - + + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin - -kstraj_trajectory_adiabatic_spin + +kstraj_trajectory_adiabatic_spin - + KSRoot__kassiopeia->KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin - - + + KSTrajTrajectoryElectric__kstraj_trajectory_electric - -kstraj_trajectory_electric + +kstraj_trajectory_electric - + KSRoot__kassiopeia->KSTrajTrajectoryElectric__kstraj_trajectory_electric - - + + KSTrajTrajectoryExact__kstraj_trajectory_exact - -kstraj_trajectory_exact + +kstraj_trajectory_exact - + KSRoot__kassiopeia->KSTrajTrajectoryExact__kstraj_trajectory_exact - - + + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin - -kstraj_trajectory_exact_spin + +kstraj_trajectory_exact_spin - + KSRoot__kassiopeia->KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin - - + + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped - -kstraj_trajectory_exact_trapped + +kstraj_trajectory_exact_trapped - + KSRoot__kassiopeia->KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped - - + + KSTrajTrajectoryLinear__kstraj_trajectory_linear - -kstraj_trajectory_linear + +kstraj_trajectory_linear - + KSRoot__kassiopeia->KSTrajTrajectoryLinear__kstraj_trajectory_linear - - + + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic - -kstraj_trajectory_magnetic + +kstraj_trajectory_magnetic - + KSRoot__kassiopeia->KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic - - + + KSWriteASCII__kswrite_ascii - -kswrite_ascii + +kswrite_ascii - + KSRoot__kassiopeia->KSWriteASCII__kswrite_ascii - - + + KSWriteROOT__kswrite_root - -kswrite_root + +kswrite_root - + KSRoot__kassiopeia->KSWriteROOT__kswrite_root - - + + KSWriteROOTConditionOutputData__kswrite_root_condition_output - -kswrite_root_condition_output + +kswrite_root_condition_output - + KSRoot__kassiopeia->KSWriteROOTConditionOutputData__kswrite_root_condition_output - - + + KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic - -kswrite_root_condition_periodic + +kswrite_root_condition_periodic - + KSRoot__kassiopeia->KSWriteROOTConditionPeriodicData__kswrite_root_condition_periodic - - + + KSWriteROOTConditionStepData__kswrite_root_condition_step - -kswrite_root_condition_step + +kswrite_root_condition_step - + KSRoot__kassiopeia->KSWriteROOTConditionStepData__kswrite_root_condition_step - - + + KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator - -kswrite_root_condition_terminator + +kswrite_root_condition_terminator - + KSRoot__kassiopeia->KSWriteROOTConditionTerminatorData__kswrite_root_condition_terminator - - + + KSWriteVTK__kswrite_vtk - -kswrite_vtk + +kswrite_vtk - + KSRoot__kassiopeia->KSWriteVTK__kswrite_vtk - - + + KSComponentMemberData__output - -output + +output - + KSRoot__kassiopeia->KSComponentMemberData__output - - + + KSComponentDeltaData__output_delta - -output_delta + +output_delta - + KSRoot__kassiopeia->KSComponentDeltaData__output_delta - - + + KSComponentGroup__output_group - -output_group + +output_group - + KSRoot__kassiopeia->KSComponentGroup__output_group - - + + KSComponentIntegralData__output_integral - -output_integral + +output_integral - + KSRoot__kassiopeia->KSComponentIntegralData__output_integral - - + + KSComponentMathData__output_math - -output_math + +output_math - + KSRoot__kassiopeia->KSComponentMathData__output_math - - + + KSComponentMaximumData__output_maximum - -output_maximum + +output_maximum - + KSRoot__kassiopeia->KSComponentMaximumData__output_maximum - - + + KSComponentMaximumAtData__output_maximum_at - -output_maximum_at + +output_maximum_at - + KSRoot__kassiopeia->KSComponentMaximumAtData__output_maximum_at - - + + KSComponentMinimumData__output_minimum - -output_minimum + +output_minimum - + KSRoot__kassiopeia->KSComponentMinimumData__output_minimum - - + + KSComponentMinimumAtData__output_minimum_at - -output_minimum_at + +output_minimum_at - + KSRoot__kassiopeia->KSComponentMinimumAtData__output_minimum_at - - + + - + KElectrostaticConstantField__constant_electric_field - -constant_electric_field + +constant_electric_field - + KEMRoot__kemfield->KElectrostaticConstantField__constant_electric_field - - + + - + KMagnetostaticConstantField__constant_magnetic_field - -constant_magnetic_field + +constant_magnetic_field - + KEMRoot__kemfield->KMagnetostaticConstantField__constant_magnetic_field - - + + - + KElectrostaticPotentialmap__electric_potentialmap - -electric_potentialmap + +electric_potentialmap - + KEMRoot__kemfield->KElectrostaticPotentialmap__electric_potentialmap - - + + - + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator - -electric_potentialmap_calculator + +electric_potentialmap_calculator - + KEMRoot__kemfield->KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator - - + + - + KElectricQuadrupoleField__electric_quadrupole_field - -electric_quadrupole_field + +electric_quadrupole_field - + KEMRoot__kemfield->KElectricQuadrupoleField__electric_quadrupole_field - - + + - + KGStaticElectromagnetField__electromagnet_field - -electromagnet_field + +electromagnet_field - + KEMRoot__kemfield->KGStaticElectromagnetField__electromagnet_field - - + + - + KGElectrostaticBoundaryField__electrostatic_field - -electrostatic_field + +electrostatic_field - + KEMRoot__kemfield->KGElectrostaticBoundaryField__electrostatic_field - - + + - + KInducedAzimuthalElectricField__induced_azimuthal_electric_field - -induced_azimuthal_electric_field + +induced_azimuthal_electric_field - + KEMRoot__kemfield->KInducedAzimuthalElectricField__induced_azimuthal_electric_field - - + + - + KElectrostaticLinearField__linear_electric_field - -linear_electric_field + +linear_electric_field - + KEMRoot__kemfield->KElectrostaticLinearField__linear_electric_field - - + + - + KMagneticDipoleField__magnetic_dipole_field - -magnetic_dipole_field + +magnetic_dipole_field - + KEMRoot__kemfield->KMagneticDipoleField__magnetic_dipole_field - - + + - + KMagnetostaticFieldmap__magnetic_fieldmap - -magnetic_fieldmap + +magnetic_fieldmap - + KEMRoot__kemfield->KMagnetostaticFieldmap__magnetic_fieldmap - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator - -magnetic_fieldmap_calculator + +magnetic_fieldmap_calculator - + KEMRoot__kemfield->KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator - - + + - + KMagneticSuperpositionField__magnetic_superposition_field - -magnetic_superposition_field + +magnetic_superposition_field - + KEMRoot__kemfield->KMagneticSuperpositionField__magnetic_superposition_field - - + + - + KRampedElectricField__ramped_electric_field - -ramped_electric_field + +ramped_electric_field - + KEMRoot__kemfield->KRampedElectricField__ramped_electric_field - - + + - + KRampedMagneticField__ramped_magnetic_field - -ramped_magnetic_field + +ramped_magnetic_field - + KEMRoot__kemfield->KRampedMagneticField__ramped_magnetic_field - - + + - + KRampedElectric2Field__ramped_transitional_electric_field - -ramped_transitional_electric_field + +ramped_transitional_electric_field - + KEMRoot__kemfield->KRampedElectric2Field__ramped_transitional_electric_field - - + + - + KTextFile__file - -file + +file - + KMessageTable__messages->KTextFile__file - - + + - + KMessageData__message - -message + +message - + KMessageTable__messages->KMessageData__message - - + + - + KGROOTGeometryPainter__root_geometry_painter - -root_geometry_painter + +root_geometry_painter - + KROOTWindow__root_window->KGROOTGeometryPainter__root_geometry_painter - - + + - + KSROOTMagFieldPainter__root_magfield_painter - -root_magfield_painter + +root_magfield_painter - + KROOTWindow__root_window->KSROOTMagFieldPainter__root_magfield_painter - - + + - + KROOTPad__root_pad - -root_pad + +root_pad - + KROOTWindow__root_window->KROOTPad__root_pad - - + + - + KSROOTPotentialPainter__root_potential_painter - -root_potential_painter + +root_potential_painter - + KROOTWindow__root_window->KSROOTPotentialPainter__root_potential_painter - - + + - + KSROOTTrackPainter__root_track_painter - -root_track_painter + +root_track_painter - + KROOTWindow__root_window->KSROOTTrackPainter__root_track_painter - - + + - + KSROOTZonalHarmonicsPainter__root_zh_painter - -root_zh_painter + +root_zh_painter - + KROOTWindow__root_window->KSROOTZonalHarmonicsPainter__root_zh_painter - - + + - + KNamedReference__app - -app + +app - + KApplicationRunner__run->KNamedReference__app - - + + - + KGVTKAxialMeshPainter__vtk_axial_mesh_painter - -vtk_axial_mesh_painter + +vtk_axial_mesh_painter - + KVTKWindow__vtk_window->KGVTKAxialMeshPainter__vtk_axial_mesh_painter - - + + - + KGVTKDistanceTester__vtk_distance_tester - -vtk_distance_tester + +vtk_distance_tester - + KVTKWindow__vtk_window->KGVTKDistanceTester__vtk_distance_tester - - + + - + KSVTKGeneratorPainter__vtk_generator_painter - -vtk_generator_painter + +vtk_generator_painter - + KVTKWindow__vtk_window->KSVTKGeneratorPainter__vtk_generator_painter - - + + - + KGVTKGeometryPainter__vtk_geometry_painter - -vtk_geometry_painter + +vtk_geometry_painter - + KVTKWindow__vtk_window->KGVTKGeometryPainter__vtk_geometry_painter - - + + - + KGVTKMeshPainter__vtk_mesh_painter - -vtk_mesh_painter + +vtk_mesh_painter - + KVTKWindow__vtk_window->KGVTKMeshPainter__vtk_mesh_painter - - + + - + KGVTKNormalTester__vtk_normal_tester - -vtk_normal_tester + +vtk_normal_tester - + KVTKWindow__vtk_window->KGVTKNormalTester__vtk_normal_tester - - + + - + KGVTKOutsideTester__vtk_outside_tester - -vtk_outside_tester + +vtk_outside_tester - + KVTKWindow__vtk_window->KGVTKOutsideTester__vtk_outside_tester - - + + - + KGVTKPointTester__vtk_point_tester - -vtk_point_tester + +vtk_point_tester - + KVTKWindow__vtk_window->KGVTKPointTester__vtk_point_tester - - + + - + KGVTKRandomPointTester__vtk_random_point_tester - -vtk_random_point_tester + +vtk_random_point_tester - + KVTKWindow__vtk_window->KGVTKRandomPointTester__vtk_random_point_tester - - + + - + KSVTKTrackPainter__vtk_track_painter - -vtk_track_painter + +vtk_track_painter - + KVTKWindow__vtk_window->KSVTKTrackPainter__vtk_track_painter - - + + - + KSVTKTrackTerminatorPainter__vtk_track_terminator_painter - -vtk_track_terminator_painter + +vtk_track_terminator_painter - + KVTKWindow__vtk_window->KSVTKTrackTerminatorPainter__vtk_track_terminator_painter - - + + KGBeam__beam - -beam + +beam KGWrappedSpace_KGBeam___beam_space->KGBeam__beam - - + + KGWrappedSurface_KGBeam___beam_surface->KGBeam__beam - - + + KGCircleWire__circle_wire - -circle_wire + +circle_wire KGWrappedSpace_KGCircleWire___circle_wire_space->KGCircleWire__circle_wire - - + + KGWrappedSurface_KGCircleWire___circle_wire_surface->KGCircleWire__circle_wire - - + + KGCircularWirePins__circular_wire_pins - -circular_wire_pins + +circular_wire_pins KGWrappedSpace_KGCircularWirePins___circular_wire_pins_space->KGCircularWirePins__circular_wire_pins - - + + KGWrappedSurface_KGCircularWirePins___circular_wire_pins_surface->KGCircularWirePins__circular_wire_pins - - + + KGComplexAnnulus__complex_annulus - -complex_annulus + +complex_annulus KGWrappedSurface_KGComplexAnnulus___complex_annulus_surface->KGComplexAnnulus__complex_annulus - - + + KGConicSectPortHousing__conic_section_port_housing - -conic_section_port_housing + +conic_section_port_housing KGWrappedSpace_KGConicSectPortHousing___conic_section_port_housing_space->KGConicSectPortHousing__conic_section_port_housing - - + + KGWrappedSurface_KGConicSectPortHousing___conic_section_port_housing_surface->KGConicSectPortHousing__conic_section_port_housing - - + + KGConicalWireArray__conical_wire_array - -conical_wire_array + +conical_wire_array KGWrappedSpace_KGConicalWireArray___conical_wire_array_space->KGConicalWireArray__conical_wire_array - - + + KGWrappedSurface_KGConicalWireArray___conical_wire_array_surface->KGConicalWireArray__conical_wire_array - - + + KGPlanarArcSegment__arc_segment - -arc_segment + +arc_segment KGExtrudedArcSegmentSurface__extruded_arc_segment_surface->KGPlanarArcSegment__arc_segment - - + + KGPlanarCircle__circle - -circle + +circle KGExtrudedCircleSpace__extruded_circle_space->KGPlanarCircle__circle - - + + KGExtrudedCircleSurface__extruded_circle_surface->KGPlanarCircle__circle - - + + KGPlanarLineSegment__line_segment - -line_segment + +line_segment KGExtrudedLineSegmentSurface__extruded_line_segment_surface->KGPlanarLineSegment__line_segment - - + + KGPlanarPolyLine__poly_line - -poly_line + +poly_line KGExtrudedPolyLineSurface__extruded_poly_line_surface->KGPlanarPolyLine__poly_line - - + + KGPlanarPolyLoop__poly_loop - -poly_loop + +poly_loop KGExtrudedPolyLoopSpace__extruded_poly_loop_space->KGPlanarPolyLoop__poly_loop - - + + KGExtrudedPolyLoopSurface__extruded_poly_loop_surface->KGPlanarPolyLoop__poly_loop - - + + KGExtrudedObject__extruded_object - -extruded_object + +extruded_object KGWrappedSpace_KGExtrudedObject___extruded_space->KGExtrudedObject__extruded_object - - + + KGWrappedSurface_KGExtrudedObject___extruded_surface->KGExtrudedObject__extruded_object - - + + KGFlattenedCircleSurface__flattened_circle_surface->KGPlanarCircle__circle - - + + KGFlattenedPolyLoopSurface__flattened_poly_loop_surface->KGPlanarPolyLoop__poly_loop - - + + KGLinearWireGrid__linear_wire_grid - -linear_wire_grid + +linear_wire_grid KGWrappedSpace_KGLinearWireGrid___linear_wire_grid_space->KGLinearWireGrid__linear_wire_grid - - + + KGWrappedSurface_KGLinearWireGrid___linear_wire_grid_surface->KGLinearWireGrid__linear_wire_grid - - + + KGPlyFile__ply_file - -ply_file + +ply_file KGWrappedSpace_KGPlyFile___ply_file_space->KGPlyFile__ply_file - - + + KGWrappedSurface_KGPlyFile___ply_file_surface->KGPlyFile__ply_file - - + + KGPortHousing__port_housing - -port_housing + +port_housing KGWrappedSpace_KGPortHousing___port_housing_space->KGPortHousing__port_housing - - + + KGWrappedSurface_KGPortHousing___port_housing_surface->KGPortHousing__port_housing - - + + KGQuadraticWireGrid__quadratic_wire_grid - -quadratic_wire_grid + +quadratic_wire_grid KGWrappedSpace_KGQuadraticWireGrid___quadratic_wire_grid_space->KGQuadraticWireGrid__quadratic_wire_grid - - + + KGWrappedSurface_KGQuadraticWireGrid___quadratic_wire_grid_surface->KGQuadraticWireGrid__quadratic_wire_grid - - + + KGRod__rod - -rod + +rod KGWrappedSpace_KGRod___rod_space->KGRod__rod - - + + KGWrappedSurface_KGRod___rod_surface->KGRod__rod - - + + KGRotatedArcSegmentSpace__rotated_arc_segment_space->KGPlanarArcSegment__arc_segment - - + + KGRotatedArcSegmentSurface__rotated_arc_segment_surface->KGPlanarArcSegment__arc_segment - - + + KGRotatedCircleSpace__rotated_circle_space->KGPlanarCircle__circle - - + + KGRotatedCircleSurface__rotated_circle_surface->KGPlanarCircle__circle - - + + KGRotatedLineSegmentSpace__rotated_line_segment_space->KGPlanarLineSegment__line_segment - - + + KGRotatedLineSegmentSurface__rotated_line_segment_surface->KGPlanarLineSegment__line_segment - - + + KGRotatedPolyLineSpace__rotated_poly_line_space->KGPlanarPolyLine__poly_line - - + + KGRotatedPolyLineSurface__rotated_poly_line_surface->KGPlanarPolyLine__poly_line - - + + KGRotatedPolyLoopSpace__rotated_poly_loop_space->KGPlanarPolyLoop__poly_loop - - + + KGRotatedPolyLoopSurface__rotated_poly_loop_surface->KGPlanarPolyLoop__poly_loop - - + + KGRotatedObject__rotated_object - -rotated_object + +rotated_object KGWrappedSpace_KGRotatedObject___rotated_space->KGRotatedObject__rotated_object - - + + KGWrappedSurface_KGRotatedObject___rotated_surface->KGRotatedObject__rotated_object - - + + KGShellArcSegmentSurface__shell_arc_segment_surface->KGPlanarArcSegment__arc_segment - - + + KGShellCircleSurface__shell_circle_surface->KGPlanarCircle__circle - - + + KGShellLineSegmentSurface__shell_line_segment_surface->KGPlanarLineSegment__line_segment - - + + KGShellPolyLineSurface__shell_poly_line_surface->KGPlanarPolyLine__poly_line - - + + KGShellPolyLoopSurface__shell_poly_loop_surface->KGPlanarPolyLoop__poly_loop - - + + KGSpace__space->KGSpace__space - - + + KGSpace__space->KGSurface__surface - - + + KTransformation__transformation - -transformation + +transformation KGSpace__space->KTransformation__transformation - - + + KGStlFile__stl_file - -stl_file + +stl_file KGWrappedSpace_KGStlFile___stl_file_space->KGStlFile__stl_file - - + + KGWrappedSurface_KGStlFile___stl_file_surface->KGStlFile__stl_file - - + + KGSurface__surface->KTransformation__transformation - - + + KGBeamLine__end_line - -end_line + +end_line KGBeam__beam->KGBeamLine__end_line - - + + KGBeamLine__start_line - -start_line + +start_line KGBeam__beam->KGBeamLine__start_line - - + + KGComplexAnnulusRing__ring - -ring + +ring KGComplexAnnulus__complex_annulus->KGComplexAnnulusRing__ring - - + + KGConicSectPortHousingOrthogonalPort__orthogonal_port - -orthogonal_port + +orthogonal_port KGConicSectPortHousing__conic_section_port_housing->KGConicSectPortHousingOrthogonalPort__orthogonal_port - - + + KGConicSectPortHousingParaxialPort__paraxial_port - -paraxial_port + +paraxial_port KGConicSectPortHousing__conic_section_port_housing->KGConicSectPortHousingParaxialPort__paraxial_port - - + + KGPlanarPolyLineArcArguments__next_arc - -next_arc + +next_arc KGPlanarPolyLine__poly_line->KGPlanarPolyLineArcArguments__next_arc - - + + KGPlanarPolyLineLineArguments__next_line - -next_line + +next_line KGPlanarPolyLine__poly_line->KGPlanarPolyLineLineArguments__next_line - - + + KGPlanarPolyLineArcArguments__previous_arc - -previous_arc + +previous_arc KGPlanarPolyLine__poly_line->KGPlanarPolyLineArcArguments__previous_arc - - + + KGPlanarPolyLineLineArguments__previous_line - -previous_line + +previous_line KGPlanarPolyLine__poly_line->KGPlanarPolyLineLineArguments__previous_line - - + + KGPlanarPolyLineStartPointArguments__start_point - -start_point + +start_point KGPlanarPolyLine__poly_line->KGPlanarPolyLineStartPointArguments__start_point - - + + KGPlanarPolyLoopLastArcArguments__last_arc - -last_arc + +last_arc KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopLastArcArguments__last_arc - - + + KGPlanarPolyLoopLastLineArguments__last_line - -last_line + +last_line KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopLastLineArguments__last_line - - + + KGPlanarPolyLoopArcArguments__next_arc - -next_arc + +next_arc KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopArcArguments__next_arc - - + + KGPlanarPolyLoopLineArguments__next_line - -next_line + +next_line KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopLineArguments__next_line - - + + KGPlanarPolyLoopArcArguments__previous_arc - -previous_arc + +previous_arc KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopArcArguments__previous_arc - - + + KGPlanarPolyLoopLineArguments__previous_line - -previous_line + +previous_line KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopLineArguments__previous_line - - + + KGPlanarPolyLoopStartPointArguments__start_point - -start_point + +start_point KGPlanarPolyLoop__poly_loop->KGPlanarPolyLoopStartPointArguments__start_point - - + + KGExtrudedObjectArc__inner_arc - -inner_arc + +inner_arc KGExtrudedObject__extruded_object->KGExtrudedObjectArc__inner_arc - - + + KGExtrudedObjectLine__inner_line - -inner_line + +inner_line KGExtrudedObject__extruded_object->KGExtrudedObjectLine__inner_line - - + + KGExtrudedObjectArc__outer_arc - -outer_arc + +outer_arc KGExtrudedObject__extruded_object->KGExtrudedObjectArc__outer_arc - - + + KGExtrudedObjectLine__outer_line - -outer_line + +outer_line KGExtrudedObject__extruded_object->KGExtrudedObjectLine__outer_line - - + + KGPortHousingCircularPort__circular_port - -circular_port + +circular_port KGPortHousing__port_housing->KGPortHousingCircularPort__circular_port - - + + KGPortHousingRectangularPort__rectangular_port - -rectangular_port + +rectangular_port KGPortHousing__port_housing->KGPortHousingRectangularPort__rectangular_port - - + + KGRodVertex__vertex - -vertex + +vertex KGRod__rod->KGRodVertex__vertex - - + + KGRotatedObjectArc__arc - -arc + +arc KGRotatedObject__rotated_object->KGRotatedObjectArc__arc - - + + KGRotatedObjectLine__line - -line + +line KGRotatedObject__rotated_object->KGRotatedObjectLine__line - - + + KSCommandGroup__command_group - -command_group + +command_group KSCommandGroup__ks_command_group->KSCommandGroup__command_group - - + + KElectrostaticConstantField__field_electric_constant - -field_electric_constant + +field_electric_constant KElectrostaticPotentialmapCalculator__ksfield_electric_potentialmap_calculator->KElectrostaticConstantField__field_electric_constant - - + + KElectricQuadrupoleField__field_electric_quadrupole - -field_electric_quadrupole + +field_electric_quadrupole KElectrostaticPotentialmapCalculator__ksfield_electric_potentialmap_calculator->KElectricQuadrupoleField__field_electric_quadrupole - - + + KGElectrostaticBoundaryField__field_electrostatic - -field_electrostatic + +field_electrostatic KElectrostaticPotentialmapCalculator__ksfield_electric_potentialmap_calculator->KGElectrostaticBoundaryField__field_electrostatic - - + + KIntegratingMagnetostaticFieldSolver__integrating_field_solver - -integrating_field_solver + +integrating_field_solver KGStaticElectromagnetField__ksfield_electromagnet->KIntegratingMagnetostaticFieldSolver__integrating_field_solver - - + + - + +KMagfieldCoilsFieldSolver__magfield_coil_field_solver + +magfield_coil_field_solver + + + +KGStaticElectromagnetField__ksfield_electromagnet->KMagfieldCoilsFieldSolver__magfield_coil_field_solver + + + + + KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver - -zonal_harmonic_field_solver + +zonal_harmonic_field_solver - + KGStaticElectromagnetField__ksfield_electromagnet->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver - - + + KBoundaryElementInfoDisplay__boundary_element_info - -boundary_element_info + +boundary_element_info - + KGElectrostaticBoundaryField__ksfield_electrostatic->KBoundaryElementInfoDisplay__boundary_element_info - - + + KCachedChargeDensitySolver__cached_bem_solver - -cached_bem_solver + +cached_bem_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KCachedChargeDensitySolver__cached_bem_solver - - + + KCachedChargeDensitySolver__cached_charge_density_solver - -cached_charge_density_solver + +cached_charge_density_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KCachedChargeDensitySolver__cached_charge_density_solver - - + + KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver - -explicit_superposition_cached_bem_solver + +explicit_superposition_cached_bem_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver - - + + KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver - -explicit_superposition_cached_charge_density_solver + +explicit_superposition_cached_charge_density_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver - - + + KElectricFastMultipoleFieldSolver__fast_multipole_field_solver - -fast_multipole_field_solver + +fast_multipole_field_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver - - + + KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver - -gauss_seidel_bem_solver + +gauss_seidel_bem_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver - - + + KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver - -gauss_seidel_charge_density_solver + +gauss_seidel_charge_density_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver - - + + KGaussianEliminationChargeDensitySolver__gaussian_elimination_bem_solver - -gaussian_elimination_bem_solver + +gaussian_elimination_bem_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KGaussianEliminationChargeDensitySolver__gaussian_elimination_bem_solver - - + + KGaussianEliminationChargeDensitySolver__gaussian_elimination_charge_density_solver - -gaussian_elimination_charge_density_solver + +gaussian_elimination_charge_density_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KGaussianEliminationChargeDensitySolver__gaussian_elimination_charge_density_solver - - + + KIntegratingElectrostaticFieldSolver__integrating_field_solver - -integrating_field_solver + +integrating_field_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KIntegratingElectrostaticFieldSolver__integrating_field_solver - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver - -krylov_bem_solver + +krylov_bem_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KKrylovChargeDensitySolverOld__krylov_bem_solver - - + + KKrylovChargeDensitySolver__krylov_bem_solver_new - -krylov_bem_solver_new + +krylov_bem_solver_new - + KGElectrostaticBoundaryField__ksfield_electrostatic->KKrylovChargeDensitySolver__krylov_bem_solver_new - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old - -krylov_bem_solver_old + +krylov_bem_solver_old - + KGElectrostaticBoundaryField__ksfield_electrostatic->KKrylovChargeDensitySolverOld__krylov_bem_solver_old - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver - -krylov_charge_density_solver + +krylov_charge_density_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KKrylovChargeDensitySolver__krylov_charge_density_solver - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old - -krylov_charge_density_solver_old + +krylov_charge_density_solver_old - + KGElectrostaticBoundaryField__ksfield_electrostatic->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old - - + + KRobinHoodChargeDensitySolver__robin_hood_bem_solver - -robin_hood_bem_solver + +robin_hood_bem_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KRobinHoodChargeDensitySolver__robin_hood_bem_solver - - + + KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver - -robin_hood_charge_density_solver + +robin_hood_charge_density_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver - - + + KElectrostaticBoundaryFieldTimer__timer - -timer + +timer - + KGElectrostaticBoundaryField__ksfield_electrostatic->KElectrostaticBoundaryFieldTimer__timer - - + + KVTKViewerAsBoundaryFieldVisitor__viewer - -viewer + +viewer - + KGElectrostaticBoundaryField__ksfield_electrostatic->KVTKViewerAsBoundaryFieldVisitor__viewer - - + + KElectricZHFieldSolver__zonal_harmonic_field_solver - -zonal_harmonic_field_solver + +zonal_harmonic_field_solver - + KGElectrostaticBoundaryField__ksfield_electrostatic->KElectricZHFieldSolver__zonal_harmonic_field_solver - - + + - + KStaticElectromagnetField__field_electromagnet - -field_electromagnet + +field_electromagnet - + KMagnetostaticFieldmapCalculator__ksfield_magnetic_fieldmap_calculator->KStaticElectromagnetField__field_electromagnet - - + + - + KMagnetostaticConstantField__field_magnetic_constant - -field_magnetic_constant + +field_magnetic_constant - + KMagnetostaticFieldmapCalculator__ksfield_magnetic_fieldmap_calculator->KMagnetostaticConstantField__field_magnetic_constant - - + + - + KMagneticDipoleFieldBuilder__field_magnetic_dipole - -field_magnetic_dipole + +field_magnetic_dipole - + KMagnetostaticFieldmapCalculator__ksfield_magnetic_fieldmap_calculator->KMagneticDipoleFieldBuilder__field_magnetic_dipole - - + + - + KMagneticSuperpositionFieldEntry__add_field - -add_field + +add_field - + KMagneticSuperpositionField__ksfield_magnetic_super_position->KMagneticSuperpositionFieldEntry__add_field - - + + - + KSGenValueFermi__phi_fermi - -phi_fermi + +phi_fermi - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFermi__phi_fermi - - + + - + KSGenValueFix__phi_fix - -phi_fix + +phi_fix - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFix__phi_fix - - + + - + KSGenValueFormula__phi_formula - -phi_formula + +phi_formula - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFormula__phi_formula - - + + - + KSGenValueGauss__phi_gauss - -phi_gauss + +phi_gauss - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenValueGeneralizedGauss__phi_generalized_gauss - -phi_generalized_gauss + +phi_generalized_gauss - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + - + KSGenValueHistogram__phi_histogram - -phi_histogram + +phi_histogram - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenValueList__phi_list - -phi_list + +phi_list - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueList__phi_list - - + + - + KSGenValueSet__phi_set - -phi_set + +phi_set - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueSet__phi_set - - + + - + KSGenValueUniform__phi_uniform - -phi_uniform + +phi_uniform - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenValueAngleCosine__theta_cosine - -theta_cosine + +theta_cosine - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueAngleCosine__theta_cosine - - + + - + KSGenValueFermi__theta_fermi - -theta_fermi + +theta_fermi - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFermi__theta_fermi - - + + - + KSGenValueFix__theta_fix - -theta_fix + +theta_fix - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFix__theta_fix - - + + - + KSGenValueFormula__theta_formula - -theta_formula + +theta_formula - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueFormula__theta_formula - - + + - + KSGenValueGauss__theta_gauss - -theta_gauss + +theta_gauss - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueGauss__theta_gauss - - + + - + KSGenValueGeneralizedGauss__theta_generalized_gauss - -theta_generalized_gauss + +theta_generalized_gauss - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + - + KSGenValueHistogram__theta_histogram - -theta_histogram + +theta_histogram - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueHistogram__theta_histogram - - + + - + KSGenValueList__theta_list - -theta_list + +theta_list - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueList__theta_list - - + + - + KSGenValueSet__theta_set - -theta_set + +theta_set - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueSet__theta_set - - + + - + KSGenValueAngleSpherical__theta_spherical - -theta_spherical + +theta_spherical - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenValueUniform__theta_uniform - -theta_uniform + +theta_uniform - + KSGenDirectionSphericalComposite__ksgen_direction_spherical_composite->KSGenValueUniform__theta_uniform - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueFix__phi_fix - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueFormula__phi_formula - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueGauss__phi_gauss - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueHistogram__phi_histogram - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueList__phi_list - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueSet__phi_set - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueUniform__phi_uniform - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueAngleCosine__theta_cosine - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueFix__theta_fix - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueFormula__theta_formula - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueGauss__theta_gauss - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueHistogram__theta_histogram - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueList__theta_list - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueSet__theta_set - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenDirectionSphericalMagneticField__ksgen_direction_spherical_magnetic_field->KSGenValueUniform__theta_uniform - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFermi__phi_fermi - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFix__phi_fix - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFormula__phi_formula - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueList__phi_list - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueSet__phi_set - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueAngleCosine__theta_cosine - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFermi__theta_fermi - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFix__theta_fix - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueFormula__theta_formula - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueGauss__theta_gauss - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueHistogram__theta_histogram - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueList__theta_list - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueSet__theta_set - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenDirectionSurfaceComposite__ksgen_direction_surface_composite->KSGenValueUniform__theta_uniform - - + + - + KSGenValueBoltzmann__energy_boltzmann - -energy_boltzmann + +energy_boltzmann - + KSGenEnergyComposite__ksgen_energy_composite->KSGenValueBoltzmann__energy_boltzmann - - + + - + KSGenValueFermi__energy_fermi - -energy_fermi + +energy_fermi - + KSGenEnergyComposite__ksgen_energy_composite->KSGenValueFermi__energy_fermi - - + + - + KSGenValueFix__energy_fix - -energy_fix + +energy_fix - + KSGenEnergyComposite__ksgen_energy_composite->KSGenValueFix__energy_fix - - + + - + KSGenValueFormula__energy_formula - -energy_formula + +energy_formula - + KSGenEnergyComposite__ksgen_energy_composite->KSGenValueFormula__energy_formula - - + + - + KSGenValueGauss__energy_gauss - -energy_gauss + +energy_gauss - + KSGenEnergyComposite__ksgen_energy_composite->KSGenValueGauss__energy_gauss - - + + - + KSGenValueGeneralizedGauss__energy_generalized_gauss - -energy_generalized_gauss + +energy_generalized_gauss - + KSGenEnergyComposite__ksgen_energy_composite->KSGenValueGeneralizedGauss__energy_generalized_gauss - - + + - + KSGenValueHistogram__energy_histogram - -energy_histogram + +energy_histogram - + KSGenEnergyComposite__ksgen_energy_composite->KSGenValueHistogram__energy_histogram - - + + - + KSGenValueList__energy_list - -energy_list + +energy_list - + KSGenEnergyComposite__ksgen_energy_composite->KSGenValueList__energy_list - - + + - + KSGenValueSet__energy_set - -energy_set + +energy_set - + KSGenEnergyComposite__ksgen_energy_composite->KSGenValueSet__energy_set - - + + - + KSGenValueUniform__energy_uniform - -energy_uniform + +energy_uniform - + KSGenEnergyComposite__ksgen_energy_composite->KSGenValueUniform__energy_uniform - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite - -direction_spherical_composite + +direction_spherical_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenDirectionSphericalComposite__direction_spherical_composite - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field - -direction_spherical_magnetic_field + +direction_spherical_magnetic_field - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite - -direction_surface_composite + +direction_surface_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenDirectionSurfaceComposite__direction_surface_composite - - + + - + KSGenEnergyBetaDecay__energy_beta_decay - -energy_beta_decay + +energy_beta_decay - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyBetaDecay__energy_beta_decay - - + + - + KSGenEnergyBetaRecoil__energy_beta_recoil - -energy_beta_recoil + +energy_beta_recoil - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyBetaRecoil__energy_beta_recoil - - + + - + KSGenEnergyComposite__energy_composite - -energy_composite + +energy_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyComposite__energy_composite - - + + - + KSGenEnergyKryptonEvent__energy_krypton_event - -energy_krypton_event + +energy_krypton_event - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyKryptonEvent__energy_krypton_event - - + + - + KSGenEnergyLeadEvent__energy_lead_event - -energy_lead_event + +energy_lead_event - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyLeadEvent__energy_lead_event - - + + - + KSGenEnergyRadonEvent__energy_radon_event - -energy_radon_event + +energy_radon_event - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyRadonEvent__energy_radon_event - - + + - + KSGenEnergyRydberg__energy_rydberg - -energy_rydberg + +energy_rydberg - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenEnergyRydberg__energy_rydberg - - + + - + KSGenLComposite__l_composite - -l_composite + +l_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenLComposite__l_composite - - + + - + KSGenLStatistical__l_statistical - -l_statistical + +l_statistical - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenLStatistical__l_statistical - - + + - + KSGenLUniformMaxN__l_uniform_max_n - -l_uniform_max_n + +l_uniform_max_n - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenLUniformMaxN__l_uniform_max_n - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite - -momentum_rectangular_composite + +momentum_rectangular_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenMomentumRectangularComposite__momentum_rectangular_composite - - + + - + KSGenNComposite__n_composite - -n_composite + +n_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenNComposite__n_composite - - + + - + KSGenValueFix__pid_fix - -pid_fix + +pid_fix - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueFix__pid_fix - - + + - + KSGenValueFormula__pid_formula - -pid_formula + +pid_formula - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueFormula__pid_formula - - + + - + KSGenValueGauss__pid_gauss - -pid_gauss + +pid_gauss - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueGauss__pid_gauss - - + + - + KSGenValueHistogram__pid_histogram - -pid_histogram + +pid_histogram - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueHistogram__pid_histogram - - + + - + KSGenValueList__pid_list - -pid_list + +pid_list - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueList__pid_list - - + + - + KSGenValuePareto__pid_pareto - -pid_pareto + +pid_pareto - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenValuePareto__pid_pareto - - + + - + KSGenValueSet__pid_set - -pid_set + +pid_set - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueSet__pid_set - - + + - + KSGenValueUniform__pid_uniform - -pid_uniform + +pid_uniform - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenValueUniform__pid_uniform - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite - -position_cylindrical_composite + +position_cylindrical_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionCylindricalComposite__position_cylindrical_composite - - + + - + KSGenPositionFluxTube__position_flux_tube - -position_flux_tube + +position_flux_tube - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionFluxTube__position_flux_tube - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite - -position_frustrum_composite + +position_frustrum_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionFrustrumComposite__position_frustrum_composite - - + + - + KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube - -position_homogeneous_flux_tube + +position_homogeneous_flux_tube - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube - - + + - + KSGenPositionMask__position_mask - -position_mask + +position_mask - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionMask__position_mask - - + + - + KSGenPositionMeshSurfaceRandom__position_mesh_surface_random - -position_mesh_surface_random + +position_mesh_surface_random - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionMeshSurfaceRandom__position_mesh_surface_random - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite - -position_rectangular_composite + +position_rectangular_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionRectangularComposite__position_rectangular_composite - - + + - + KSGenPositionSpaceRandom__position_space_random - -position_space_random + +position_space_random - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionSpaceRandom__position_space_random - - + + - + KSGenPositionSphericalComposite__position_spherical_composite - -position_spherical_composite + +position_spherical_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionSphericalComposite__position_spherical_composite - - + + - + KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step - -position_surface_adjustment_step + +position_surface_adjustment_step - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step - - + + - + KSGenPositionSurfaceRandom__position_surface_random - -position_surface_random + +position_surface_random - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenPositionSurfaceRandom__position_surface_random - - + + - + KSGenSpinComposite__spin_composite - -spin_composite + +spin_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenSpinComposite__spin_composite - - + + - + KSGenSpinRelativeComposite__spin_relative_composite - -spin_relative_composite + +spin_relative_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenSpinRelativeComposite__spin_relative_composite - - + + - + KSGenTimeComposite__time_composite - -time_composite + +time_composite - + KSGenGeneratorComposite__ksgen_generator_composite->KSGenTimeComposite__time_composite - - + + - + KSGenValueFix__l_fix - -l_fix + +l_fix - + KSGenLComposite__ksgen_l_composite->KSGenValueFix__l_fix - - + + - + KSGenValueFormula__l_formula - -l_formula + +l_formula - + KSGenLComposite__ksgen_l_composite->KSGenValueFormula__l_formula - - + + - + KSGenValueGauss__l_gauss - -l_gauss + +l_gauss - + KSGenLComposite__ksgen_l_composite->KSGenValueGauss__l_gauss - - + + - + KSGenValueList__l_list - -l_list + +l_list - + KSGenLComposite__ksgen_l_composite->KSGenValueList__l_list - - + + - + KSGenValueSet__l_set - -l_set + +l_set - + KSGenLComposite__ksgen_l_composite->KSGenValueSet__l_set - - + + - + KSGenValueUniform__l_uniform - -l_uniform + +l_uniform - + KSGenLComposite__ksgen_l_composite->KSGenValueUniform__l_uniform - - + + - + KSGenValueFix__x_fix - -x_fix + +x_fix - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFix__x_fix - - + + - + KSGenValueFormula__x_formula - -x_formula + +x_formula - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFormula__x_formula - - + + - + KSGenValueGauss__x_gauss - -x_gauss + +x_gauss - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueGauss__x_gauss - - + + - + KSGenValueHistogram__x_histogram - -x_histogram + +x_histogram - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueHistogram__x_histogram - - + + - + KSGenValueList__x_list - -x_list + +x_list - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueList__x_list - - + + - + KSGenValueSet__x_set - -x_set + +x_set - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueSet__x_set - - + + - + KSGenValueUniform__x_uniform - -x_uniform + +x_uniform - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueUniform__x_uniform - - + + - + KSGenValueFix__y_fix - -y_fix + +y_fix - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFix__y_fix - - + + - + KSGenValueFormula__y_formula - -y_formula + +y_formula - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFormula__y_formula - - + + - + KSGenValueGauss__y_gauss - -y_gauss + +y_gauss - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueGauss__y_gauss - - + + - + KSGenValueHistogram__y_histogram - -y_histogram + +y_histogram - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueHistogram__y_histogram - - + + - + KSGenValueList__y_list - -y_list + +y_list - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueList__y_list - - + + - + KSGenValueSet__y_set - -y_set + +y_set - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueSet__y_set - - + + - + KSGenValueUniform__y_uniform - -y_uniform + +y_uniform - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueUniform__y_uniform - - + + - + KSGenValueFix__z_fix - -z_fix + +z_fix - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFix__z_fix - - + + - + KSGenValueFormula__z_formula - -z_formula + +z_formula - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueFormula__z_formula - - + + - + KSGenValueGauss__z_gauss - -z_gauss + +z_gauss - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueGauss__z_gauss - - + + - + KSGenValueHistogram__z_histogram - -z_histogram + +z_histogram - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueHistogram__z_histogram - - + + - + KSGenValueList__z_list - -z_list + +z_list - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueList__z_list - - + + - + KSGenValueSet__z_set - -z_set + +z_set - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueSet__z_set - - + + - + KSGenValueUniform__z_uniform - -z_uniform + +z_uniform - + KSGenMomentumRectangularComposite__ksgen_momentum_rectangular_composite->KSGenValueUniform__z_uniform - - + + - + KSGenValueFix__n_fix - -n_fix + +n_fix - + KSGenNComposite__ksgen_n_composite->KSGenValueFix__n_fix - - + + - + KSGenValueFormula__n_formula - -n_formula + +n_formula - + KSGenNComposite__ksgen_n_composite->KSGenValueFormula__n_formula - - + + - + KSGenValueGauss__n_gauss - -n_gauss + +n_gauss - + KSGenNComposite__ksgen_n_composite->KSGenValueGauss__n_gauss - - + + - + KSGenValueList__n_list - -n_list + +n_list - + KSGenNComposite__ksgen_n_composite->KSGenValueList__n_list - - + + - + KSGenValuePareto__n_pareto - -n_pareto + +n_pareto - + KSGenNComposite__ksgen_n_composite->KSGenValuePareto__n_pareto - - + + - + KSGenValueSet__n_set - -n_set + +n_set - + KSGenNComposite__ksgen_n_composite->KSGenValueSet__n_set - - + + - + KSGenValueUniform__n_uniform - -n_uniform + +n_uniform - + KSGenNComposite__ksgen_n_composite->KSGenValueUniform__n_uniform - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFix__phi_fix - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFormula__phi_formula - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueList__phi_list - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueSet__phi_set - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFix__z_fix - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFormula__z_formula - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueGauss__z_gauss - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueHistogram__z_histogram - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueList__z_list - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueSet__z_set - - + + - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueUniform__z_uniform - - + + - + KSGenValueRadiusCylindrical__r_cylindrical - -r_cylindrical + +r_cylindrical - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueRadiusCylindrical__r_cylindrical - - + + - + KSGenValueFix__r_fix - -r_fix + +r_fix - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFix__r_fix - - + + - + KSGenValueFormula__r_formula - -r_formula + +r_formula - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueFormula__r_formula - - + + - + KSGenValueRadiusFraction__r_fraction - -r_fraction + +r_fraction - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueRadiusFraction__r_fraction - - + + - + KSGenValueGauss__r_gauss - -r_gauss + +r_gauss - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueGauss__r_gauss - - + + - + KSGenValueHistogram__r_histogram - -r_histogram + +r_histogram - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueHistogram__r_histogram - - + + - + KSGenValueList__r_list - -r_list + +r_list - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueList__r_list - - + + - + KSGenValueSet__r_set - -r_set + +r_set - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueSet__r_set - - + + - + KSGenValueUniform__r_uniform - -r_uniform + +r_uniform - + KSGenPositionCylindricalComposite__ksgen_position_cylindrical_composite->KSGenValueUniform__r_uniform - - + + - + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueFix__phi_fix - - + + - + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueGauss__phi_gauss - - + + - + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueSet__phi_set - - + + - + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueUniform__phi_uniform - - + + - + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueFix__z_fix - - + + - + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueFormula__z_formula - - + + - + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueGauss__z_gauss - - + + - + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueSet__z_set - - + + - + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueUniform__z_uniform - - + + - + KSGenPositionFluxTube__ksgen_position_flux_tube->KSGenValueFormula__r_formula - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__phi_fix - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFormula__phi_formula - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueList__phi_list - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueSet__phi_set - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__z_fix - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFormula__z_formula - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueGauss__z_gauss - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueHistogram__z_histogram - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueList__z_list - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueSet__z_set - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueUniform__z_uniform - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueRadiusCylindrical__r_cylindrical - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__r_fix - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFormula__r_formula - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueRadiusFraction__r_fraction - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueGauss__r_gauss - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueHistogram__r_histogram - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueList__r_list - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueSet__r_set - - + + - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueUniform__r_uniform - - + + - + KSGenValueFix__r1_fix - -r1_fix + +r1_fix - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__r1_fix - - + + - + KSGenValueFix__r2_fix - -r2_fix + +r2_fix - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__r2_fix - - + + - + KSGenValueFix__z1_fix - -z1_fix + +z1_fix - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__z1_fix - - + + - + KSGenValueFix__z2_fix - -z2_fix + +z2_fix - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueFix__z2_fix - - + + - + KSGenValueZFrustrum__z_frustrum - -z_frustrum + +z_frustrum - + KSGenPositionFrustrumComposite__ksgen_position_frustrum_composite->KSGenValueZFrustrum__z_frustrum - - + + - + KSGenPositionMask__ksgen_position_mask->KSGenPositionCylindricalComposite__position_cylindrical_composite - - + + - + KSGenPositionMask__ksgen_position_mask->KSGenPositionMeshSurfaceRandom__position_mesh_surface_random - - + + - + KSGenPositionMask__ksgen_position_mask->KSGenPositionRectangularComposite__position_rectangular_composite - - + + - + KSGenPositionMask__ksgen_position_mask->KSGenPositionSpaceRandom__position_space_random - - + + - + KSGenPositionMask__ksgen_position_mask->KSGenPositionSphericalComposite__position_spherical_composite - - + + - + KSGenPositionSurfaceRandom __position_surface_random - -position_surface_random + +position_surface_random - + KSGenPositionMask__ksgen_position_mask->KSGenPositionSurfaceRandom __position_surface_random - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFix__x_fix - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFormula__x_formula - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueGauss__x_gauss - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueHistogram__x_histogram - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueList__x_list - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueSet__x_set - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueUniform__x_uniform - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFix__y_fix - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFormula__y_formula - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueGauss__y_gauss - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueHistogram__y_histogram - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueList__y_list - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueSet__y_set - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueUniform__y_uniform - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFix__z_fix - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueFormula__z_formula - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueGauss__z_gauss - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueHistogram__z_histogram - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueList__z_list - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueSet__z_set - - + + - + KSGenPositionRectangularComposite__ksgen_position_rectangular_composite->KSGenValueUniform__z_uniform - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFix__phi_fix - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFormula__phi_formula - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueList__phi_list - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueSet__phi_set - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFix__theta_fix - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFormula__theta_formula - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueGauss__theta_gauss - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueHistogram__theta_histogram - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueList__theta_list - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueSet__theta_set - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueUniform__theta_uniform - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFix__r_fix - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueFormula__r_formula - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueGauss__r_gauss - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueHistogram__r_histogram - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueList__r_list - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueSet__r_set - - + + - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueUniform__r_uniform - - + + - + KSGenValueRadiusSpherical__r_spherical - -r_spherical + +r_spherical - + KSGenPositionSphericalComposite__ksgen_position_spherical_composite->KSGenValueRadiusSpherical__r_spherical - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueFix__phi_fix - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueFormula__phi_formula - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueList__phi_list - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueSet__phi_set - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueAngleCosine__theta_cosine - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueFix__theta_fix - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueFormula__theta_formula - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueGauss__theta_gauss - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueHistogram__theta_histogram - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueList__theta_list - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueSet__theta_set - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenSpinComposite__ksgen_spin_composite->KSGenValueUniform__theta_uniform - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueFix__phi_fix - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueFormula__phi_formula - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueGauss__phi_gauss - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueHistogram__phi_histogram - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueList__phi_list - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueSet__phi_set - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueUniform__phi_uniform - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueAngleCosine__theta_cosine - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueFix__theta_fix - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueFormula__theta_formula - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueGauss__theta_gauss - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueHistogram__theta_histogram - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueList__theta_list - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueSet__theta_set - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenSpinRelativeComposite__ksgen_spin_composite_relative->KSGenValueUniform__theta_uniform - - + + - + KSGenValueFermi__time_fermi - -time_fermi + +time_fermi - + KSGenTimeComposite__ksgen_time_composite->KSGenValueFermi__time_fermi - - + + - + KSGenValueFix__time_fix - -time_fix + +time_fix - + KSGenTimeComposite__ksgen_time_composite->KSGenValueFix__time_fix - - + + - + KSGenValueFormula__time_formula - -time_formula + +time_formula - + KSGenTimeComposite__ksgen_time_composite->KSGenValueFormula__time_formula - - + + - + KSGenValueGauss__time_gauss - -time_gauss + +time_gauss - + KSGenTimeComposite__ksgen_time_composite->KSGenValueGauss__time_gauss - - + + - + KSGenValueGeneralizedGauss__time_generalized_gauss - -time_generalized_gauss + +time_generalized_gauss - + KSGenTimeComposite__ksgen_time_composite->KSGenValueGeneralizedGauss__time_generalized_gauss - - + + - + KSGenValueHistogram__time_histogram - -time_histogram + +time_histogram - + KSGenTimeComposite__ksgen_time_composite->KSGenValueHistogram__time_histogram - - + + - + KSGenValueList__time_list - -time_list + +time_list - + KSGenTimeComposite__ksgen_time_composite->KSGenValueList__time_list - - + + - + KSGenValueSet__time_set - -time_set + +time_set - + KSGenTimeComposite__ksgen_time_composite->KSGenValueSet__time_set - - + + - + KSGenValueUniform__time_uniform - -time_uniform + +time_uniform - + KSGenTimeComposite__ksgen_time_composite->KSGenValueUniform__time_uniform - - + + - + KSCommandMemberAddElectricFieldData__add_electric_field - -add_electric_field + +add_electric_field - + KSGeoSide__ksgeo_side->KSCommandMemberAddElectricFieldData__add_electric_field - - + + - + KSCommandMemberAddMagneticFieldData__add_magnetic_field - -add_magnetic_field + +add_magnetic_field - + KSGeoSide__ksgeo_side->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + - + KSCommandMemberAddStepModifierData__add_step_modifier - -add_step_modifier + +add_step_modifier - + KSGeoSide__ksgeo_side->KSCommandMemberAddStepModifierData__add_step_modifier - - + + - + KSCommandMemberAddStepOutputData__add_step_output - -add_step_output + +add_step_output - + KSGeoSide__ksgeo_side->KSCommandMemberAddStepOutputData__add_step_output - - + + - + KSCommandMemberAddTerminatorData__add_terminator - -add_terminator + +add_terminator - + KSGeoSide__ksgeo_side->KSCommandMemberAddTerminatorData__add_terminator - - + + - + KSCommandMemberAddTrackOutputData__add_track_output - -add_track_output + +add_track_output - + KSGeoSide__ksgeo_side->KSCommandMemberAddTrackOutputData__add_track_output - - + + - + KSCommandMemberClearSurfaceInteractionData__clear_surface_interaction - -clear_surface_interaction + +clear_surface_interaction - + KSGeoSide__ksgeo_side->KSCommandMemberClearSurfaceInteractionData__clear_surface_interaction - - + + - + KSCommandMemberData__command - -command + +command - + KSGeoSide__ksgeo_side->KSCommandMemberData__command - - + + - + KSCommandMemberRemoveElectricFieldData__remove_magnetic_field - -remove_magnetic_field + +remove_magnetic_field - + KSGeoSide__ksgeo_side->KSCommandMemberRemoveElectricFieldData__remove_magnetic_field - - + + - + KSCommandMemberRemoveStepModifierData__remove_step_modifier - -remove_step_modifier + +remove_step_modifier - + KSGeoSide__ksgeo_side->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + - + KSCommandMemberRemoveStepOutputData__remove_step_output - -remove_step_output + +remove_step_output - + KSGeoSide__ksgeo_side->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + - + KSCommandMemberRemoveTerminatorData__remove_terminator - -remove_terminator + +remove_terminator - + KSGeoSide__ksgeo_side->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + - + KSCommandMemberRemoveTrackOutputData__remove_track_output - -remove_track_output + +remove_track_output - + KSGeoSide__ksgeo_side->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + - + KSCommandMemberSetSurfaceInteractionData__set_surface_interaction - -set_surface_interaction + +set_surface_interaction - + KSGeoSide__ksgeo_side->KSCommandMemberSetSurfaceInteractionData__set_surface_interaction - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberAddElectricFieldData__add_electric_field - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberAddStepModifierData__add_step_modifier - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberAddStepOutputData__add_step_output - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberAddTerminatorData__add_terminator - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberAddTrackOutputData__add_track_output - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberData__command - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + - + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + - + KSCommandMemberAddControlData__add_control - -add_control + +add_control - + KSGeoSpace__ksgeo_space->KSCommandMemberAddControlData__add_control - - + + - + KSCommandMemberAddSpaceInteractionData__add_space_interaction - -add_space_interaction + +add_space_interaction - + KSGeoSpace__ksgeo_space->KSCommandMemberAddSpaceInteractionData__add_space_interaction - - + + - + KSCommandMemberAddTermData__add_term - -add_term + +add_term - + KSGeoSpace__ksgeo_space->KSCommandMemberAddTermData__add_term - - + + - + KSCommandMemberClearDensityData__clear_density - -clear_density + +clear_density - + KSGeoSpace__ksgeo_space->KSCommandMemberClearDensityData__clear_density - - + + - + KSCommandMemberClearStepDataData__clear_step_data - -clear_step_data + +clear_step_data - + KSGeoSpace__ksgeo_space->KSCommandMemberClearStepDataData__clear_step_data - - + + - + KSCommandMemberClearStepPointData__clear_step_point - -clear_step_point + +clear_step_point - + KSGeoSpace__ksgeo_space->KSCommandMemberClearStepPointData__clear_step_point - - + + - + KSCommandMemberClearTrackDataData__clear_track_data - -clear_track_data + +clear_track_data - + KSGeoSpace__ksgeo_space->KSCommandMemberClearTrackDataData__clear_track_data - - + + - + KSCommandMemberClearTrackPointData__clear_track_point - -clear_track_point + +clear_track_point - + KSGeoSpace__ksgeo_space->KSCommandMemberClearTrackPointData__clear_track_point - - + + - + KSCommandMemberClearTrajectoryData__clear_trajectory - -clear_trajectory + +clear_trajectory - + KSGeoSpace__ksgeo_space->KSCommandMemberClearTrajectoryData__clear_trajectory - - + + - + KSGeoSide__geo_side - -geo_side + +geo_side - + KSGeoSpace__ksgeo_space->KSGeoSide__geo_side - - + + - + KSGeoSpace__geo_space - -geo_space + +geo_space - + KSGeoSpace__ksgeo_space->KSGeoSpace__geo_space - - + + - + KSGeoSurface__geo_surface - -geo_surface + +geo_surface - + KSGeoSpace__ksgeo_space->KSGeoSurface__geo_surface - - + + - + KSCommandMemberRemoveControlData__remove_control - -remove_control + +remove_control - + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveControlData__remove_control - - + + - + KSCommandMemberRemoveElectricFieldData__remove_electric_field - -remove_electric_field + +remove_electric_field - + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveElectricFieldData__remove_electric_field - - + + - + KSCommandMemberRemoveMagneticFieldData__remove_magnetic_field - -remove_magnetic_field + +remove_magnetic_field - + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveMagneticFieldData__remove_magnetic_field - - + + - + KSCommandMemberRemoveSpaceInteractionData__remove_space_interaction - -remove_space_interaction + +remove_space_interaction - + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveSpaceInteractionData__remove_space_interaction - - + + - + KSCommandMemberRemoveTermData__remove_term - -remove_term + +remove_term - + KSGeoSpace__ksgeo_space->KSCommandMemberRemoveTermData__remove_term - - + + - + KSCommandMemberSetDensityData__set_density - -set_density + +set_density - + KSGeoSpace__ksgeo_space->KSCommandMemberSetDensityData__set_density - - + + - + KSCommandMemberSetStepDataData__set_step_data - -set_step_data + +set_step_data - + KSGeoSpace__ksgeo_space->KSCommandMemberSetStepDataData__set_step_data - - + + - + KSCommandMemberSetStepPointData__set_step_point - -set_step_point + +set_step_point - + KSGeoSpace__ksgeo_space->KSCommandMemberSetStepPointData__set_step_point - - + + - + KSCommandMemberSetTrackDataData__set_track_data - -set_track_data + +set_track_data - + KSGeoSpace__ksgeo_space->KSCommandMemberSetTrackDataData__set_track_data - - + + - + KSCommandMemberSetTrackPointData__set_track_point - -set_track_point + +set_track_point - + KSGeoSpace__ksgeo_space->KSCommandMemberSetTrackPointData__set_track_point - - + + - + KSCommandMemberSetTrajectoryData__set_trajectory - -set_trajectory + +set_trajectory - + KSGeoSpace__ksgeo_space->KSCommandMemberSetTrajectoryData__set_trajectory - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberAddElectricFieldData__add_electric_field - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberAddStepModifierData__add_step_modifier - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberAddStepOutputData__add_step_output - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberAddTerminatorData__add_terminator - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberAddTrackOutputData__add_track_output - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberClearSurfaceInteractionData__clear_surface_interaction - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberData__command - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberRemoveElectricFieldData__remove_magnetic_field - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + - + KSGeoSurface__ksgeo_surface->KSCommandMemberSetSurfaceInteractionData__set_surface_interaction - - + + - + KSIntDecayCalculatorDeathConstRate__decay_death_const_rate - -decay_death_const_rate + +decay_death_const_rate - + KSIntDecay__ksint_decay->KSIntDecayCalculatorDeathConstRate__decay_death_const_rate - - + + - + KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr - -decay_ferenc_bbr + +decay_ferenc_bbr - + KSIntDecay__ksint_decay->KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr - - + + - + KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation - -decay_ferenc_ionisation + +decay_ferenc_ionisation - + KSIntDecay__ksint_decay->KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation - - + + - + KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous - -decay_ferenc_spontaneous + +decay_ferenc_spontaneous - + KSIntDecay__ksint_decay->KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous - - + + - + KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation - -decay_glukhov_deexcitation + +decay_glukhov_deexcitation - + KSIntDecay__ksint_decay->KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation - - + + - + KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation - -decay_glukhov_excitation + +decay_glukhov_excitation - + KSIntDecay__ksint_decay->KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation - - + + - + KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation - -decay_glukhov_ionisation + +decay_glukhov_ionisation - + KSIntDecay__ksint_decay->KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation - - + + - + KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous - -decay_glukhov_spontaneous + +decay_glukhov_spontaneous - + KSIntDecay__ksint_decay->KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous - - + + - + KSGenGeneratorComposite__decay_product_generator - -decay_product_generator + +decay_product_generator - + KSIntDecayCalculatorDeathConstRate__ksint_decay_calculator_death_const_rate->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorFerencBBRTransition__ksint_decay_calculator_ferenc_bbr_transition->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorFerencIonisation__ksint_decay_calculator_ferenc_ionisation->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorFerencSpontaneous__ksint_decay_calculator_ferenc_spontaneous->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorGlukhovDeExcitation__ksint_decay_calculator_glukhov_deexcitation->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorGlukhovExcitation__ksint_decay_calculator_glukhov_excitation->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorGlukhovIonisation__ksint_decay_calculator_glukhov_ionisation->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorGlukhovSpontaneous__ksint_decay_calculator_glukhov_spontaneous->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntCalculatorArgonSet__calculator_argon - -calculator_argon + +calculator_argon - + KSIntScattering__ksint_scattering->KSIntCalculatorArgonSet__calculator_argon - - + + - + KSIntCalculatorConstant__calculator_constant - -calculator_constant + +calculator_constant - + KSIntScattering__ksint_scattering->KSIntCalculatorConstant__calculator_constant - - + + - + KSIntCalculatorHydrogenSet__calculator_hydrogen - -calculator_hydrogen + +calculator_hydrogen - + KSIntScattering__ksint_scattering->KSIntCalculatorHydrogenSet__calculator_hydrogen - - + + - + KSIntCalculatorIon__calculator_ion - -calculator_ion + +calculator_ion - + KSIntScattering__ksint_scattering->KSIntCalculatorIon__calculator_ion - - + + - + KSIntCalculatorKESSSet__calculator_kess - -calculator_kess + +calculator_kess - + KSIntScattering__ksint_scattering->KSIntCalculatorKESSSet__calculator_kess - - + + - + KSIntDensityConstant__density_constant - -density_constant + +density_constant - + KSIntScattering__ksint_scattering->KSIntDensityConstant__density_constant - - + + - + KSTrajControlBChange__control_B_change - -control_B_change + +control_B_change - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlBChange__control_B_change - - + + - + KSTrajControlCyclotron__control_cyclotron - -control_cyclotron + +control_cyclotron - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlCyclotron__control_cyclotron - - + + - + KSTrajControlEnergy__control_energy - -control_energy + +control_energy - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlEnergy__control_energy - - + + - + KSTrajControlLength__control_length - -control_length + +control_length - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlLength__control_length - - + + - + KSTrajControlMagneticMoment__control_magnetic_moment - -control_magnetic_moment + +control_magnetic_moment - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlMagneticMoment__control_magnetic_moment - - + + - + KSTrajControlMomentumNumericalError__control_momentum_error - -control_momentum_error + +control_momentum_error - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlMomentumNumericalError__control_momentum_error - - + + - + KSTrajControlPositionNumericalError__control_position_error - -control_position_error + +control_position_error - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlPositionNumericalError__control_position_error - - + + - + KSTrajControlTime__control_time - -control_time + +control_time - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajControlTime__control_time - - + + - + KSTrajIntegratorRK54__integrator_rk54 - -integrator_rk54 + +integrator_rk54 - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRK54__integrator_rk54 - - + + - + KSTrajIntegratorRK65__integrator_rk65 - -integrator_rk65 + +integrator_rk65 - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRK65__integrator_rk65 - - + + - + KSTrajIntegratorRK8__integrator_rk8 - -integrator_rk8 + +integrator_rk8 - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRK8__integrator_rk8 - - + + - + KSTrajIntegratorRK86__integrator_rk86 - -integrator_rk86 + +integrator_rk86 - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRK86__integrator_rk86 - - + + - + KSTrajIntegratorRK87__integrator_rk87 - -integrator_rk87 + +integrator_rk87 - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRK87__integrator_rk87 - - + + - + KSTrajIntegratorRKDP54__integrator_rkdp54 - -integrator_rkdp54 + +integrator_rkdp54 - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + - + KSTrajIntegratorRKDP853__integrator_rkdp853 - -integrator_rkdp853 + +integrator_rkdp853 - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + - + KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - -interpolator_crk + +interpolator_crk - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + - + KSTrajInterpolatorFast__interpolator_fast - -interpolator_fast + +interpolator_fast - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajInterpolatorFast__interpolator_fast - - + + - + KSTrajInterpolatorHermite__interpolator_hermite - -interpolator_hermite + +interpolator_hermite - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajInterpolatorHermite__interpolator_hermite - - + + - + KSTrajTermDrift__term_drift - -term_drift + +term_drift - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTermDrift__term_drift - - + + - + KSTrajTermGyration__term_gyration - -term_gyration + +term_gyration - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTermGyration__term_gyration - - + + - + KSTrajTermPropagation__term_propagation - -term_propagation + +term_propagation - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTermPropagation__term_propagation - - + + - + KSTrajTermSynchrotron__term_synchrotron - -term_synchrotron + +term_synchrotron - + KSTrajTrajectoryAdiabatic__kstraj_trajectory_adiabatic->KSTrajTermSynchrotron__term_synchrotron - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlBChange__control_B_change - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlCyclotron__control_cyclotron - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlEnergy__control_energy - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlLength__control_length - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlMagneticMoment__control_magnetic_moment - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlMomentumNumericalError__control_momentum_error - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlPositionNumericalError__control_position_error - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlTime__control_time - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRK54__integrator_rk54 - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRK65__integrator_rk65 - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRK8__integrator_rk8 - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRK86__integrator_rk86 - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRK87__integrator_rk87 - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajInterpolatorFast__interpolator_fast - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajInterpolatorHermite__interpolator_hermite - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajTermPropagation__term_propagation - - + + - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajTermSynchrotron__term_synchrotron - - + + - + KSTrajControlMDot__control_m_dot - -control_m_dot + +control_m_dot - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlMDot__control_m_dot - - + + - + KSTrajControlSpinPrecession__control_spin_precession - -control_spin_precession + +control_spin_precession - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajControlSpinPrecession__control_spin_precession - - + + - + KSTrajTermGravity__term_gravity - -term_gravity + +term_gravity - + KSTrajTrajectoryAdiabaticSpin__kstraj_trajectory_adiabatic_spin->KSTrajTermGravity__term_gravity - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajControlBChange__control_B_change - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajControlLength__control_length - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajControlTime__control_time - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRK54__integrator_rk54 - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRK65__integrator_rk65 - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRK8__integrator_rk8 - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRK86__integrator_rk86 - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRK87__integrator_rk87 - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajInterpolatorFast__interpolator_fast - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajInterpolatorHermite__interpolator_hermite - - + + - + KSTrajTrajectoryElectric__kstraj_trajectory_electric->KSTrajTermPropagation__term_propagation - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlBChange__control_B_change - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlCyclotron__control_cyclotron - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlEnergy__control_energy - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlLength__control_length - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlMagneticMoment__control_magnetic_moment - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlMomentumNumericalError__control_momentum_error - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlPositionNumericalError__control_position_error - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajControlTime__control_time - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRK54__integrator_rk54 - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRK65__integrator_rk65 - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRK8__integrator_rk8 - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRK86__integrator_rk86 - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRK87__integrator_rk87 - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajInterpolatorFast__interpolator_fast - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajInterpolatorHermite__interpolator_hermite - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajTermPropagation__term_propagation - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajTermSynchrotron__term_synchrotron - - + + - + KSTrajTrajectoryExact__kstraj_trajectory_exact->KSTrajTermGravity__term_gravity - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlBChange__control_B_change - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlCyclotron__control_cyclotron - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlEnergy__control_energy - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlLength__control_length - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlMagneticMoment__control_magnetic_moment - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlMomentumNumericalError__control_momentum_error - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlPositionNumericalError__control_position_error - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlTime__control_time - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRK54__integrator_rk54 - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRK65__integrator_rk65 - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRK8__integrator_rk8 - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRK86__integrator_rk86 - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRK87__integrator_rk87 - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajInterpolatorFast__interpolator_fast - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajInterpolatorHermite__interpolator_hermite - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajTermPropagation__term_propagation - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajTermSynchrotron__term_synchrotron - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajControlSpinPrecession__control_spin_precession - - + + - + KSTrajTrajectoryExactSpin__kstraj_trajectory_exact_spin->KSTrajTermGravity__term_gravity - - + + - + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajControlLength__control_length - - + + - + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajControlTime__control_time - - + + - + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajIntegratorRK8__integrator_rk8 - - + + - + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajTermPropagation__term_propagation - - + + - + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajTermSynchrotron__term_synchrotron - - + + - + KSTrajIntegratorSym4__integrator_sym4 - -integrator_sym4 + +integrator_sym4 - + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajIntegratorSym4__integrator_sym4 - - + + - + KSTrajInterpolatorContinuousRungeKutta __interpolator_crk - -interpolator_crk + +interpolator_crk - + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajInterpolatorContinuousRungeKutta __interpolator_crk - - + + - + KSTrajInterpolatorFast __interpolator_fast - -interpolator_fast + +interpolator_fast - + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajInterpolatorFast __interpolator_fast - - + + - + KSTrajInterpolatorHermite __interpolator_hermite - -interpolator_hermite + +interpolator_hermite - + KSTrajTrajectoryExactTrapped__kstraj_trajectory_exact_trapped->KSTrajInterpolatorHermite __interpolator_hermite - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajControlBChange__control_B_change - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajControlLength__control_length - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajControlTime__control_time - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRK54__integrator_rk54 - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRK65__integrator_rk65 - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRK8__integrator_rk8 - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRK86__integrator_rk86 - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRK87__integrator_rk87 - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRKDP54__integrator_rkdp54 - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajIntegratorRKDP853__integrator_rkdp853 - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajInterpolatorContinuousRungeKutta__interpolator_crk - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajInterpolatorFast__interpolator_fast - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajInterpolatorHermite__interpolator_hermite - - + + - + KSTrajTrajectoryMagnetic__kstraj_trajectory_magnetic->KSTrajTermPropagation__term_propagation - - + + KSCommandGroup__command_group->KSCommandGroup__command_group - - + + KGElectrostaticBoundaryField__field_electrostatic->KBoundaryElementInfoDisplay__boundary_element_info - - + + KGElectrostaticBoundaryField__field_electrostatic->KCachedChargeDensitySolver__cached_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KCachedChargeDensitySolver__cached_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KGaussianEliminationChargeDensitySolver__gaussian_elimination_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KGaussianEliminationChargeDensitySolver__gaussian_elimination_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KIntegratingElectrostaticFieldSolver__integrating_field_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KKrylovChargeDensitySolverOld__krylov_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KKrylovChargeDensitySolver__krylov_bem_solver_new - - + + KGElectrostaticBoundaryField__field_electrostatic->KKrylovChargeDensitySolverOld__krylov_bem_solver_old - - + + KGElectrostaticBoundaryField__field_electrostatic->KKrylovChargeDensitySolver__krylov_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old - - + + KGElectrostaticBoundaryField__field_electrostatic->KRobinHoodChargeDensitySolver__robin_hood_bem_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver - - + + KGElectrostaticBoundaryField__field_electrostatic->KElectrostaticBoundaryFieldTimer__timer - - + + KGElectrostaticBoundaryField__field_electrostatic->KVTKViewerAsBoundaryFieldVisitor__viewer - - + + KGElectrostaticBoundaryField__field_electrostatic->KElectricZHFieldSolver__zonal_harmonic_field_solver - - + + KExplicitSuperpositionSolutionComponent__component - -component + +component KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver->KExplicitSuperpositionSolutionComponent__component - - + + KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver->KExplicitSuperpositionSolutionComponent__component - - + + KFMVTKElectrostaticTreeViewerData__viewer - -viewer + +viewer KElectricFastMultipoleFieldSolver__fast_multipole_field_solver->KFMVTKElectrostaticTreeViewerData__viewer - - + + KFMElectrostaticParameters__fftm_multiplication - -fftm_multiplication + +fftm_multiplication KKrylovChargeDensitySolverOld__krylov_bem_solver->KFMElectrostaticParameters__fftm_multiplication - - + + KFMElectrostaticParameters__preconditioner_electrostatic_parameters - -preconditioner_electrostatic_parameters + +preconditioner_electrostatic_parameters KKrylovChargeDensitySolverOld__krylov_bem_solver->KFMElectrostaticParameters__preconditioner_electrostatic_parameters - - + + KKrylovPreconditionerGenerator__krylov_preconditioner - -krylov_preconditioner + +krylov_preconditioner KKrylovChargeDensitySolver__krylov_bem_solver_new->KKrylovPreconditionerGenerator__krylov_preconditioner - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KFMElectrostaticParameters__fftm_multiplication - - + + KKrylovChargeDensitySolverOld__krylov_bem_solver_old->KFMElectrostaticParameters__preconditioner_electrostatic_parameters - - + + KKrylovChargeDensitySolver__krylov_charge_density_solver->KKrylovPreconditionerGenerator__krylov_preconditioner - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KFMElectrostaticParameters__fftm_multiplication - - + + KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old->KFMElectrostaticParameters__preconditioner_electrostatic_parameters - - + + KKrylovPreconditionerGenerator__krylov_preconditioner->KKrylovPreconditionerGenerator__krylov_preconditioner - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFermi__phi_fermi - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFix__phi_fix - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFormula__phi_formula - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueList__phi_list - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueSet__phi_set - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueAngleCosine__theta_cosine - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFermi__theta_fermi - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFix__theta_fix - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueFormula__theta_formula - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueGauss__theta_gauss - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueHistogram__theta_histogram - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueList__theta_list - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueSet__theta_set - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenDirectionSphericalComposite__direction_spherical_composite->KSGenValueUniform__theta_uniform - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueFix__phi_fix - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueFormula__phi_formula - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueGauss__phi_gauss - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueHistogram__phi_histogram - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueList__phi_list - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueSet__phi_set - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueUniform__phi_uniform - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueAngleCosine__theta_cosine - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueFix__theta_fix - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueFormula__theta_formula - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueGauss__theta_gauss - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueHistogram__theta_histogram - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueList__theta_list - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueSet__theta_set - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field->KSGenValueUniform__theta_uniform - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFermi__phi_fermi - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFix__phi_fix - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFormula__phi_formula - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueList__phi_list - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueSet__phi_set - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueAngleCosine__theta_cosine - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFermi__theta_fermi - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFix__theta_fix - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueFormula__theta_formula - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueGauss__theta_gauss - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueHistogram__theta_histogram - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueList__theta_list - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueSet__theta_set - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenDirectionSurfaceComposite__direction_surface_composite->KSGenValueUniform__theta_uniform - - + + - + KSGenEnergyComposite__energy_composite->KSGenValueBoltzmann__energy_boltzmann - - + + - + KSGenEnergyComposite__energy_composite->KSGenValueFermi__energy_fermi - - + + - + KSGenEnergyComposite__energy_composite->KSGenValueFix__energy_fix - - + + - + KSGenEnergyComposite__energy_composite->KSGenValueFormula__energy_formula - - + + - + KSGenEnergyComposite__energy_composite->KSGenValueGauss__energy_gauss - - + + - + KSGenEnergyComposite__energy_composite->KSGenValueGeneralizedGauss__energy_generalized_gauss - - + + - + KSGenEnergyComposite__energy_composite->KSGenValueHistogram__energy_histogram - - + + - + KSGenEnergyComposite__energy_composite->KSGenValueList__energy_list - - + + - + KSGenEnergyComposite__energy_composite->KSGenValueSet__energy_set - - + + - + KSGenEnergyComposite__energy_composite->KSGenValueUniform__energy_uniform - - + + - + KSGenLComposite__l_composite->KSGenValueFix__l_fix - - + + - + KSGenLComposite__l_composite->KSGenValueFormula__l_formula - - + + - + KSGenLComposite__l_composite->KSGenValueGauss__l_gauss - - + + - + KSGenLComposite__l_composite->KSGenValueList__l_list - - + + - + KSGenLComposite__l_composite->KSGenValueSet__l_set - - + + - + KSGenLComposite__l_composite->KSGenValueUniform__l_uniform - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFix__x_fix - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFormula__x_formula - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueGauss__x_gauss - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueHistogram__x_histogram - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueList__x_list - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueSet__x_set - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueUniform__x_uniform - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFix__y_fix - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFormula__y_formula - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueGauss__y_gauss - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueHistogram__y_histogram - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueList__y_list - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueSet__y_set - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueUniform__y_uniform - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFix__z_fix - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueFormula__z_formula - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueGauss__z_gauss - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueHistogram__z_histogram - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueList__z_list - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueSet__z_set - - + + - + KSGenMomentumRectangularComposite__momentum_rectangular_composite->KSGenValueUniform__z_uniform - - + + - + KSGenNComposite__n_composite->KSGenValueFix__n_fix - - + + - + KSGenNComposite__n_composite->KSGenValueFormula__n_formula - - + + - + KSGenNComposite__n_composite->KSGenValueGauss__n_gauss - - + + - + KSGenNComposite__n_composite->KSGenValueList__n_list - - + + - + KSGenNComposite__n_composite->KSGenValuePareto__n_pareto - - + + - + KSGenNComposite__n_composite->KSGenValueSet__n_set - - + + - + KSGenNComposite__n_composite->KSGenValueUniform__n_uniform - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFix__phi_fix - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFormula__phi_formula - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueList__phi_list - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueSet__phi_set - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFix__z_fix - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFormula__z_formula - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueGauss__z_gauss - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueHistogram__z_histogram - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueList__z_list - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueSet__z_set - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueUniform__z_uniform - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueRadiusCylindrical__r_cylindrical - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFix__r_fix - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueFormula__r_formula - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueRadiusFraction__r_fraction - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueGauss__r_gauss - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueHistogram__r_histogram - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueList__r_list - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueSet__r_set - - + + - + KSGenPositionCylindricalComposite__position_cylindrical_composite->KSGenValueUniform__r_uniform - - + + - + KSGenPositionFluxTube__position_flux_tube->KSGenValueFix__phi_fix - - + + - + KSGenPositionFluxTube__position_flux_tube->KSGenValueGauss__phi_gauss - - + + - + KSGenPositionFluxTube__position_flux_tube->KSGenValueSet__phi_set - - + + - + KSGenPositionFluxTube__position_flux_tube->KSGenValueUniform__phi_uniform - - + + - + KSGenPositionFluxTube__position_flux_tube->KSGenValueFix__z_fix - - + + - + KSGenPositionFluxTube__position_flux_tube->KSGenValueFormula__z_formula - - + + - + KSGenPositionFluxTube__position_flux_tube->KSGenValueGauss__z_gauss - - + + - + KSGenPositionFluxTube__position_flux_tube->KSGenValueSet__z_set - - + + - + KSGenPositionFluxTube__position_flux_tube->KSGenValueUniform__z_uniform - - + + - + KSGenPositionFluxTube__position_flux_tube->KSGenValueFormula__r_formula - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__phi_fix - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFormula__phi_formula - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueList__phi_list - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueSet__phi_set - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__z_fix - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFormula__z_formula - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueGauss__z_gauss - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueHistogram__z_histogram - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueList__z_list - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueSet__z_set - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueUniform__z_uniform - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueRadiusCylindrical__r_cylindrical - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__r_fix - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFormula__r_formula - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueRadiusFraction__r_fraction - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueGauss__r_gauss - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueHistogram__r_histogram - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueList__r_list - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueSet__r_set - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueUniform__r_uniform - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__r1_fix - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__r2_fix - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__z1_fix - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueFix__z2_fix - - + + - + KSGenPositionFrustrumComposite__position_frustrum_composite->KSGenValueZFrustrum__z_frustrum - - + + - + KSGenPositionMask__position_mask->KSGenPositionCylindricalComposite__position_cylindrical_composite - - + + - + KSGenPositionMask__position_mask->KSGenPositionMeshSurfaceRandom__position_mesh_surface_random - - + + - + KSGenPositionMask__position_mask->KSGenPositionRectangularComposite__position_rectangular_composite - - + + - + KSGenPositionMask__position_mask->KSGenPositionSpaceRandom__position_space_random - - + + - + KSGenPositionMask__position_mask->KSGenPositionSphericalComposite__position_spherical_composite - - + + - + KSGenPositionMask__position_mask->KSGenPositionSurfaceRandom __position_surface_random - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFix__x_fix - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFormula__x_formula - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueGauss__x_gauss - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueHistogram__x_histogram - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueList__x_list - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueSet__x_set - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueUniform__x_uniform - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFix__y_fix - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFormula__y_formula - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueGauss__y_gauss - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueHistogram__y_histogram - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueList__y_list - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueSet__y_set - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueUniform__y_uniform - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFix__z_fix - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueFormula__z_formula - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueGauss__z_gauss - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueHistogram__z_histogram - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueList__z_list - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueSet__z_set - - + + - + KSGenPositionRectangularComposite__position_rectangular_composite->KSGenValueUniform__z_uniform - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFix__phi_fix - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFormula__phi_formula - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueList__phi_list - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueSet__phi_set - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFix__theta_fix - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFormula__theta_formula - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueGauss__theta_gauss - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueHistogram__theta_histogram - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueList__theta_list - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueSet__theta_set - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueUniform__theta_uniform - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFix__r_fix - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueFormula__r_formula - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueGauss__r_gauss - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueHistogram__r_histogram - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueList__r_list - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueSet__r_set - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueUniform__r_uniform - - + + - + KSGenPositionSphericalComposite__position_spherical_composite->KSGenValueRadiusSpherical__r_spherical - - + + - + KSGenSpinComposite__spin_composite->KSGenValueFix__phi_fix - - + + - + KSGenSpinComposite__spin_composite->KSGenValueFormula__phi_formula - - + + - + KSGenSpinComposite__spin_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenSpinComposite__spin_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + - + KSGenSpinComposite__spin_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenSpinComposite__spin_composite->KSGenValueList__phi_list - - + + - + KSGenSpinComposite__spin_composite->KSGenValueSet__phi_set - - + + - + KSGenSpinComposite__spin_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenSpinComposite__spin_composite->KSGenValueAngleCosine__theta_cosine - - + + - + KSGenSpinComposite__spin_composite->KSGenValueFix__theta_fix - - + + - + KSGenSpinComposite__spin_composite->KSGenValueFormula__theta_formula - - + + - + KSGenSpinComposite__spin_composite->KSGenValueGauss__theta_gauss - - + + - + KSGenSpinComposite__spin_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + - + KSGenSpinComposite__spin_composite->KSGenValueHistogram__theta_histogram - - + + - + KSGenSpinComposite__spin_composite->KSGenValueList__theta_list - - + + - + KSGenSpinComposite__spin_composite->KSGenValueSet__theta_set - - + + - + KSGenSpinComposite__spin_composite->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenSpinComposite__spin_composite->KSGenValueUniform__theta_uniform - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueFix__phi_fix - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueFormula__phi_formula - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueGauss__phi_gauss - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueGeneralizedGauss__phi_generalized_gauss - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueHistogram__phi_histogram - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueList__phi_list - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueSet__phi_set - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueUniform__phi_uniform - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueAngleCosine__theta_cosine - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueFix__theta_fix - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueFormula__theta_formula - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueGauss__theta_gauss - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueGeneralizedGauss__theta_generalized_gauss - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueHistogram__theta_histogram - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueList__theta_list - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueSet__theta_set - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueAngleSpherical__theta_spherical - - + + - + KSGenSpinRelativeComposite__spin_relative_composite->KSGenValueUniform__theta_uniform - - + + - + KSGenTimeComposite__time_composite->KSGenValueFermi__time_fermi - - + + - + KSGenTimeComposite__time_composite->KSGenValueFix__time_fix - - + + - + KSGenTimeComposite__time_composite->KSGenValueFormula__time_formula - - + + - + KSGenTimeComposite__time_composite->KSGenValueGauss__time_gauss - - + + - + KSGenTimeComposite__time_composite->KSGenValueGeneralizedGauss__time_generalized_gauss - - + + - + KSGenTimeComposite__time_composite->KSGenValueHistogram__time_histogram - - + + - + KSGenTimeComposite__time_composite->KSGenValueList__time_list - - + + - + KSGenTimeComposite__time_composite->KSGenValueSet__time_set - - + + - + KSGenTimeComposite__time_composite->KSGenValueUniform__time_uniform - - + + - + KSGeoSide__geo_side->KSCommandMemberAddElectricFieldData__add_electric_field - - + + - + KSGeoSide__geo_side->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + - + KSGeoSide__geo_side->KSCommandMemberAddStepModifierData__add_step_modifier - - + + - + KSGeoSide__geo_side->KSCommandMemberAddStepOutputData__add_step_output - - + + - + KSGeoSide__geo_side->KSCommandMemberAddTerminatorData__add_terminator - - + + - + KSGeoSide__geo_side->KSCommandMemberAddTrackOutputData__add_track_output - - + + - + KSGeoSide__geo_side->KSCommandMemberClearSurfaceInteractionData__clear_surface_interaction - - + + - + KSGeoSide__geo_side->KSCommandMemberData__command - - + + - + KSGeoSide__geo_side->KSCommandMemberRemoveElectricFieldData__remove_magnetic_field - - + + - + KSGeoSide__geo_side->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + - + KSGeoSide__geo_side->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + - + KSGeoSide__geo_side->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + - + KSGeoSide__geo_side->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + - + KSGeoSide__geo_side->KSCommandMemberSetSurfaceInteractionData__set_surface_interaction - - + + - + KSGeoSpace__geo_space->KSCommandMemberAddElectricFieldData__add_electric_field - - + + - + KSGeoSpace__geo_space->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + - + KSGeoSpace__geo_space->KSCommandMemberAddStepModifierData__add_step_modifier - - + + - + KSGeoSpace__geo_space->KSCommandMemberAddStepOutputData__add_step_output - - + + - + KSGeoSpace__geo_space->KSCommandMemberAddTerminatorData__add_terminator - - + + - + KSGeoSpace__geo_space->KSCommandMemberAddTrackOutputData__add_track_output - - + + - + KSGeoSpace__geo_space->KSCommandMemberData__command - - + + - + KSGeoSpace__geo_space->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + - + KSGeoSpace__geo_space->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + - + KSGeoSpace__geo_space->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + - + KSGeoSpace__geo_space->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + - + KSGeoSpace__geo_space->KSCommandMemberAddControlData__add_control - - + + - + KSGeoSpace__geo_space->KSCommandMemberAddSpaceInteractionData__add_space_interaction - - + + - + KSGeoSpace__geo_space->KSCommandMemberAddTermData__add_term - - + + - + KSGeoSpace__geo_space->KSCommandMemberClearDensityData__clear_density - - + + - + KSGeoSpace__geo_space->KSCommandMemberClearStepDataData__clear_step_data - - + + - + KSGeoSpace__geo_space->KSCommandMemberClearStepPointData__clear_step_point - - + + - + KSGeoSpace__geo_space->KSCommandMemberClearTrackDataData__clear_track_data - - + + - + KSGeoSpace__geo_space->KSCommandMemberClearTrackPointData__clear_track_point - - + + - + KSGeoSpace__geo_space->KSCommandMemberClearTrajectoryData__clear_trajectory - - + + - + KSGeoSpace__geo_space->KSGeoSide__geo_side - - + + - + KSGeoSpace__geo_space->KSGeoSpace__geo_space - - + + - + KSGeoSpace__geo_space->KSGeoSurface__geo_surface - - + + - + KSGeoSpace__geo_space->KSCommandMemberRemoveControlData__remove_control - - + + - + KSGeoSpace__geo_space->KSCommandMemberRemoveElectricFieldData__remove_electric_field - - + + - + KSGeoSpace__geo_space->KSCommandMemberRemoveMagneticFieldData__remove_magnetic_field - - + + - + KSGeoSpace__geo_space->KSCommandMemberRemoveSpaceInteractionData__remove_space_interaction - - + + - + KSGeoSpace__geo_space->KSCommandMemberRemoveTermData__remove_term - - + + - + KSGeoSpace__geo_space->KSCommandMemberSetDensityData__set_density - - + + - + KSGeoSpace__geo_space->KSCommandMemberSetStepDataData__set_step_data - - + + - + KSGeoSpace__geo_space->KSCommandMemberSetStepPointData__set_step_point - - + + - + KSGeoSpace__geo_space->KSCommandMemberSetTrackDataData__set_track_data - - + + - + KSGeoSpace__geo_space->KSCommandMemberSetTrackPointData__set_track_point - - + + - + KSGeoSpace__geo_space->KSCommandMemberSetTrajectoryData__set_trajectory - - + + - + KSGeoSurface__geo_surface->KSCommandMemberAddElectricFieldData__add_electric_field - - + + - + KSGeoSurface__geo_surface->KSCommandMemberAddMagneticFieldData__add_magnetic_field - - + + - + KSGeoSurface__geo_surface->KSCommandMemberAddStepModifierData__add_step_modifier - - + + - + KSGeoSurface__geo_surface->KSCommandMemberAddStepOutputData__add_step_output - - + + - + KSGeoSurface__geo_surface->KSCommandMemberAddTerminatorData__add_terminator - - + + - + KSGeoSurface__geo_surface->KSCommandMemberAddTrackOutputData__add_track_output - - + + - + KSGeoSurface__geo_surface->KSCommandMemberClearSurfaceInteractionData__clear_surface_interaction - - + + - + KSGeoSurface__geo_surface->KSCommandMemberData__command - - + + - + KSGeoSurface__geo_surface->KSCommandMemberRemoveElectricFieldData__remove_magnetic_field - - + + - + KSGeoSurface__geo_surface->KSCommandMemberRemoveStepModifierData__remove_step_modifier - - + + - + KSGeoSurface__geo_surface->KSCommandMemberRemoveStepOutputData__remove_step_output - - + + - + KSGeoSurface__geo_surface->KSCommandMemberRemoveTerminatorData__remove_terminator - - + + - + KSGeoSurface__geo_surface->KSCommandMemberRemoveTrackOutputData__remove_track_output - - + + - + KSGeoSurface__geo_surface->KSCommandMemberSetSurfaceInteractionData__set_surface_interaction - - + + - + KSIntDecayCalculatorDeathConstRate__decay_death_const_rate->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorFerencBBRTransition__decay_ferenc_bbr->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorFerencIonisation__decay_ferenc_ionisation->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorFerencSpontaneous__decay_ferenc_spontaneous->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorGlukhovDeExcitation__decay_glukhov_deexcitation->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorGlukhovExcitation__decay_glukhov_excitation->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorGlukhovIonisation__decay_glukhov_ionisation->KSGenGeneratorComposite__decay_product_generator - - + + - + KSIntDecayCalculatorGlukhovSpontaneous__decay_glukhov_spontaneous->KSGenGeneratorComposite__decay_product_generator - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenDirectionSphericalComposite__direction_spherical_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenDirectionSphericalMagneticField__direction_spherical_magnetic_field - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenDirectionSurfaceComposite__direction_surface_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyBetaDecay__energy_beta_decay - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyBetaRecoil__energy_beta_recoil - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyComposite__energy_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyKryptonEvent__energy_krypton_event - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyLeadEvent__energy_lead_event - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyRadonEvent__energy_radon_event - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenEnergyRydberg__energy_rydberg - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenLComposite__l_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenLStatistical__l_statistical - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenLUniformMaxN__l_uniform_max_n - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenMomentumRectangularComposite__momentum_rectangular_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenNComposite__n_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenValueFix__pid_fix - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenValueFormula__pid_formula - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenValueGauss__pid_gauss - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenValueHistogram__pid_histogram - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenValueList__pid_list - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenValuePareto__pid_pareto - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenValueSet__pid_set - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenValueUniform__pid_uniform - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionCylindricalComposite__position_cylindrical_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionFluxTube__position_flux_tube - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionFrustrumComposite__position_frustrum_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionHomogeneousFluxTube__position_homogeneous_flux_tube - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionMask__position_mask - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionMeshSurfaceRandom__position_mesh_surface_random - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionRectangularComposite__position_rectangular_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionSpaceRandom__position_space_random - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionSphericalComposite__position_spherical_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionSurfaceAdjustmentStep__position_surface_adjustment_step - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenPositionSurfaceRandom__position_surface_random - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenSpinComposite__spin_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenSpinRelativeComposite__spin_relative_composite - - + + - + KSGenGeneratorComposite__decay_product_generator->KSGenTimeComposite__time_composite - - + + - + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectrostaticConstantField__field_electric_constant - - + + - + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KElectricQuadrupoleField__field_electric_quadrupole - - + + - + KElectrostaticPotentialmapCalculator__electric_potentialmap_calculator->KGElectrostaticBoundaryField__field_electrostatic - - + + - + KGStaticElectromagnetField__electromagnet_field->KIntegratingMagnetostaticFieldSolver__integrating_field_solver - - + + + + + +KGStaticElectromagnetField__electromagnet_field->KMagfieldCoilsFieldSolver__magfield_coil_field_solver + + - + KGStaticElectromagnetField__electromagnet_field->KZonalHarmonicMagnetostaticFieldSolver__zonal_harmonic_field_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KBoundaryElementInfoDisplay__boundary_element_info - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KCachedChargeDensitySolver__cached_bem_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KCachedChargeDensitySolver__cached_charge_density_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_bem_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KExplicitSuperpositionCachedChargeDensitySolver__explicit_superposition_cached_charge_density_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KElectricFastMultipoleFieldSolver__fast_multipole_field_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KGaussSeidelChargeDensitySolver__gauss_seidel_bem_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KGaussSeidelChargeDensitySolver__gauss_seidel_charge_density_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KGaussianEliminationChargeDensitySolver__gaussian_elimination_bem_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KGaussianEliminationChargeDensitySolver__gaussian_elimination_charge_density_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KIntegratingElectrostaticFieldSolver__integrating_field_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KKrylovChargeDensitySolverOld__krylov_bem_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KKrylovChargeDensitySolver__krylov_bem_solver_new - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KKrylovChargeDensitySolverOld__krylov_bem_solver_old - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KKrylovChargeDensitySolver__krylov_charge_density_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KKrylovChargeDensitySolverOld__krylov_charge_density_solver_old - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KRobinHoodChargeDensitySolver__robin_hood_bem_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KRobinHoodChargeDensitySolver__robin_hood_charge_density_solver - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KElectrostaticBoundaryFieldTimer__timer - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KVTKViewerAsBoundaryFieldVisitor__viewer - - + + - + KGElectrostaticBoundaryField__electrostatic_field->KElectricZHFieldSolver__zonal_harmonic_field_solver - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KStaticElectromagnetField__field_electromagnet - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagnetostaticConstantField__field_magnetic_constant - - + + - + KMagnetostaticFieldmapCalculator__magnetic_fieldmap_calculator->KMagneticDipoleFieldBuilder__field_magnetic_dipole - - + + - + KMagneticSuperpositionField__magnetic_superposition_field->KMagneticSuperpositionFieldEntry__add_field - - + + - + KROOTPad__root_pad->KGROOTGeometryPainter__root_geometry_painter - - + + - + KROOTPad__root_pad->KSROOTMagFieldPainter__root_magfield_painter - - + + - + KROOTPad__root_pad->KSROOTPotentialPainter__root_potential_painter - - + + - + KROOTPad__root_pad->KSROOTTrackPainter__root_track_painter - - + + - + KROOTPad__root_pad->KSROOTZonalHarmonicsPainter__root_zh_painter - - + + diff --git a/Documentation/Bindings/bindings_full.xml b/Documentation/Bindings/bindings_full.xml index f3b9baa47..049c55993 100644 --- a/Documentation/Bindings/bindings_full.xml +++ b/Documentation/Bindings/bindings_full.xml @@ -1938,6 +1938,18 @@ > + + + - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -852,12 +852,12 @@ Example: ##### KGPlanarPolyLineArcArguments Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -867,12 +867,12 @@ Example: ##### KGPlanarPolyLineLineArguments Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -961,12 +961,12 @@ Example: ##### KGPlanarPolyLoopArcArguments Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -976,12 +976,12 @@ Example: ##### KGPlanarPolyLoopLineArguments Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -1065,12 +1065,12 @@ Example: ##### KGExtrudedObjectArc Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -1080,12 +1080,12 @@ Example: ##### KGExtrudedObjectLine Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2157,7 +2157,7 @@ Example: ### KSCommandGroup Example: ``` - @@ -2167,7 +2167,7 @@ Example: > - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2192,12 +2192,12 @@ Example: ### KSComponentDeltaData Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2217,12 +2217,12 @@ Example: ### KSComponentIntegralData Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2247,12 +2247,12 @@ Example: ### KSComponentMaximumData Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2262,12 +2262,12 @@ Example: ### KSComponentMaximumAtData Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2277,12 +2277,12 @@ Example: ### KSComponentMemberData Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2307,12 +2307,12 @@ Example: ### KSComponentMinimumAtData Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2533,12 +2533,12 @@ Example: ### KElectrostaticConstantField Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2548,11 +2548,11 @@ Example: ### KInducedAzimuthalElectricField Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2562,12 +2562,12 @@ Example: ### KElectrostaticPotentialmap Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2577,7 +2577,7 @@ Example: ### KElectrostaticPotentialmapCalculator Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2655,7 +2655,7 @@ Example: ##### KExplicitSuperpositionCachedChargeDensitySolver Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2741,10 +2741,10 @@ Example: ##### KGaussianEliminationChargeDensitySolver Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2768,7 +2768,7 @@ Example: ##### KKrylovChargeDensitySolverOld Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2805,7 +2805,7 @@ Example: ##### KKrylovChargeDensitySolver Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2849,12 +2849,12 @@ Example: ##### KRobinHoodChargeDensitySolver Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -2934,19 +2934,19 @@ Example: ### KGStaticElectromagnetField Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| |-----|-----|-----|-----|-----|-----| -|`ksfield_electromagnet`|[*KStaticElectromagnetFieldBuilder.cc*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/KEMField/Source/Bindings/Fields/Magnetic/src/KStaticElectromagnetFieldBuilder.cc)
[*KSFieldKEMFieldObjectsBuilder.cxx*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/Kassiopeia/Bindings/Fields/Source/KSFieldKEMFieldObjectsBuilder.cxx)|[`integrating_field_solver`](#kintegratingmagnetostaticfieldsolver)
[`zonal_harmonic_field_solver`](#kzonalharmonicmagnetostaticfieldsolver)|*`KIntegratingMagnetostaticFieldSolver`*
*`KZonalHarmonicMagnetostaticFieldSolver`*|`directory`
`directory_magfield3`
`file`
`name`
`save_magfield3`
`spaces`
`surfaces`
`system`|*`string`*
*`string`*
*`string`*
*`string`*
*`bool`*
*`string`*
*`string`*
*`string`*| +|`ksfield_electromagnet`|[*KStaticElectromagnetFieldBuilder.cc*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/KEMField/Source/Bindings/Fields/Magnetic/src/KStaticElectromagnetFieldBuilder.cc)
[*KSFieldKEMFieldObjectsBuilder.cxx*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/Kassiopeia/Bindings/Fields/Source/KSFieldKEMFieldObjectsBuilder.cxx)|[`integrating_field_solver`](#kintegratingmagnetostaticfieldsolver)
[`magfield_coil_field_solver`](#kmagfieldcoilsfieldsolver)
[`zonal_harmonic_field_solver`](#kzonalharmonicmagnetostaticfieldsolver)|*`KIntegratingMagnetostaticFieldSolver`*
*`KMagfieldCoilsFieldSolver`*
*`KZonalHarmonicMagnetostaticFieldSolver`*|`directory`
`directory_magfield3`
`file`
`name`
`save_magfield3`
`spaces`
`surfaces`
`system`|*`string`*
*`string`*
*`string`*
*`string`*
*`bool`*
*`string`*
*`string`*
*`string`*| #### KIntegratingMagnetostaticFieldSolver Example: @@ -2958,6 +2958,21 @@ Example: |-----|-----|-----|-----|-----|-----| |`integrating_field_solver`|[*KIntegratingMagnetostaticFieldSolverBuilder.cc*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/KEMField/Source/Bindings/FieldSolvers/Magnetic/src/KIntegratingMagnetostaticFieldSolverBuilder.cc)|— |— |— |— | +#### KMagfieldCoilsFieldSolver +Example: +``` + + +``` + +|element name|source files|child elements|child types|attributes|attribute types| +|-----|-----|-----|-----|-----|-----| +|`magfield_coil_field_solver`|[*KMagfieldCoilsFieldSolverBuilder.cc*](https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/KEMField/Source/Bindings/FieldSolvers/Magnetic/src/KMagfieldCoilsFieldSolverBuilder.cc)|— |— |`directory`
`eps_tol`
`file`
`force_elliptic`
`n_elliptic`
`n_max`
`name`
`replace_file`|*`string`*
*`double`*
*`string`*
*`bool`*
*`unsigned`*
*`unsigned`*
*`string`*
*`bool`*| + #### KZonalHarmonicMagnetostaticFieldSolver Example: ``` @@ -2991,12 +3006,12 @@ Example: ### KMagneticDipoleField Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3021,14 +3036,14 @@ Example: ### KMagnetostaticFieldmapCalculator Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3058,12 +3073,12 @@ Example: ### KRampedMagneticField Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3073,7 +3088,7 @@ Example: ### KMagneticSuperpositionField Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3108,7 +3123,7 @@ Example: ### KSGenDirectionSphericalComposite Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3130,12 +3145,12 @@ Example: #### KSGenValueFermi Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3145,11 +3160,11 @@ Example: #### KSGenValueFix Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3159,12 +3174,12 @@ Example: #### KSGenValueFormula Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3174,12 +3189,12 @@ Example: #### KSGenValueGauss Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3189,12 +3204,12 @@ Example: #### KSGenValueGeneralizedGauss Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3204,12 +3219,12 @@ Example: #### KSGenValueHistogram Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3219,12 +3234,12 @@ Example: #### KSGenValueList Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3234,12 +3249,12 @@ Example: #### KSGenValueSet Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3249,12 +3264,12 @@ Example: #### KSGenValueUniform Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3264,12 +3279,12 @@ Example: #### KSGenValueAngleCosine Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3279,12 +3294,12 @@ Example: #### KSGenValueAngleSpherical Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3352,12 +3367,12 @@ Example: ### KSGenEnergyBetaRecoil Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3433,12 +3448,12 @@ Example: ### KSGenEnergyRadonEvent Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3448,12 +3463,12 @@ Example: ### KSGenEnergyRydberg Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3485,7 +3500,7 @@ Example: #### KSGenLComposite Example: ``` - @@ -3495,7 +3510,7 @@ Example: > - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3505,10 +3520,10 @@ Example: #### KSGenLStatistical Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3531,7 +3546,7 @@ Example: #### KSGenMomentumRectangularComposite Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3552,7 +3567,7 @@ Example: #### KSGenNComposite Example: ``` - @@ -3562,7 +3577,7 @@ Example: > - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3572,12 +3587,12 @@ Example: ##### KSGenValuePareto Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3636,7 +3651,7 @@ Example: #### KSGenPositionFluxTube Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3730,11 +3745,11 @@ Example: ##### KSGenPositionMeshSurfaceRandom Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3744,7 +3759,7 @@ Example: ##### KSGenPositionRectangularComposite Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3779,7 +3794,7 @@ Example: ##### KSGenPositionSphericalComposite Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3825,11 +3840,11 @@ Example: #### KSGenPositionSurfaceAdjustmentStep Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3839,11 +3854,11 @@ Example: #### KSGenPositionSurfaceRandom Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -3895,7 +3910,7 @@ Example: #### KSGenTimeComposite Example: ``` - @@ -3906,7 +3921,7 @@ Example: > - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -4093,13 +4108,13 @@ Example: ### KSGeoSpace Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -4316,11 +4331,11 @@ Example: ### KSIntCalculatorConstant Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -4330,11 +4345,11 @@ Example: ### KSIntCalculatorIon Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -4410,7 +4425,7 @@ Example: #### KSIntDecayCalculatorFerencIonisation Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -4520,7 +4535,7 @@ Example: #### KSIntDecayCalculatorGlukhovSpontaneous Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5152,12 +5167,12 @@ Example: ### KSTrajControlEnergy Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5181,11 +5196,11 @@ Example: ### KSTrajControlMDot Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5210,12 +5225,12 @@ Example: ### KSTrajControlMomentumNumericalError Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5240,11 +5255,11 @@ Example: ### KSTrajControlSpinPrecession Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5268,10 +5283,10 @@ Example: ### KSTrajIntegratorRK54 Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5281,10 +5296,10 @@ Example: ### KSTrajIntegratorRK65 Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5294,10 +5309,10 @@ Example: ### KSTrajIntegratorRK8 Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5320,10 +5335,10 @@ Example: ### KSTrajIntegratorRK87 Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5333,10 +5348,10 @@ Example: ### KSTrajIntegratorRKDP54 Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5359,10 +5374,10 @@ Example: ### KSTrajIntegratorSym4 Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5385,10 +5400,10 @@ Example: ### KSTrajInterpolatorFast Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5398,10 +5413,10 @@ Example: ### KSTrajInterpolatorHermite Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5438,11 +5453,11 @@ Example: ### KSTrajTermGravity Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| @@ -5479,12 +5494,12 @@ Example: ### KSTrajTermSynchrotron Example: ``` - - + ``` |element name|source files|child elements|child types|attributes|attribute types| diff --git a/KEMField/CMakeLists.txt b/KEMField/CMakeLists.txt index 01a763d7f..b99ab5586 100644 --- a/KEMField/CMakeLists.txt +++ b/KEMField/CMakeLists.txt @@ -76,6 +76,7 @@ add_subdirectory(${SOURCE}/LinearAlgebra/Preconditioners) add_subdirectory(${SOURCE}/LinearAlgebra/Visitors) add_subdirectory(${SOURCE}/FieldSolvers/Core) add_subdirectory(${SOURCE}/ExternalFields/Electromagnets) +add_subdirectory(${SOURCE}/ExternalFields/MagfieldCoils) add_subdirectory(${SOURCE}/FieldSolvers/Integrating) add_subdirectory(${SOURCE}/FieldSolvers/ZonalHarmonic/Generator) add_subdirectory(${SOURCE}/FieldSolvers/ZonalHarmonic/Solver) diff --git a/KEMField/Source/Applications/Calculation/CMakeLists.txt b/KEMField/Source/Applications/Calculation/CMakeLists.txt index 7aa39bd89..1d9f348f6 100644 --- a/KEMField/Source/Applications/Calculation/CMakeLists.txt +++ b/KEMField/Source/Applications/Calculation/CMakeLists.txt @@ -81,23 +81,4 @@ if (KEMField_ENABLE_APP) endif (KEMField_USE_ROOT) - #PCL Stuff - - #cmake_minimum_required(VERSION 2.8 FATAL_ERROR) - - #project(greedy_projection) - - #find_package(PCL 1.2 REQUIRED) - - #include_directories(${PCL_INCLUDE_DIRS}) - #link_directories(${PCL_LIBRARY_DIRS}) - #add_definitions(${PCL_DEFINITIONS}) - - #add_executable (greedy_projection ${CMAKE_CURRENT_SOURCE_DIR}/greedy_projection.cpp) - #target_link_libraries (greedy_projection ${PCL_LIBRARIES}) - - #kasper_install_executables ( - # greedy_projection - # ) - endif (KEMField_ENABLE_APP) diff --git a/KEMField/Source/Applications/Tools/CMakeLists.txt b/KEMField/Source/Applications/Tools/CMakeLists.txt index a8f088bb4..d1fcc5936 100644 --- a/KEMField/Source/Applications/Tools/CMakeLists.txt +++ b/KEMField/Source/Applications/Tools/CMakeLists.txt @@ -82,22 +82,4 @@ if (KEMField_ENABLE_APP) endif (KEMField_USE_VTK) - #PCL Stuff - #cmake_minimum_required(VERSION 2.8 FATAL_ERROR) - - #project(greedy_projection) - - #find_package(PCL 1.2 REQUIRED) - - #include_directories(${PCL_INCLUDE_DIRS}) - #link_directories(${PCL_LIBRARY_DIRS}) - #add_definitions(${PCL_DEFINITIONS}) - - #add_executable (greedy_projection ${CMAKE_CURRENT_SOURCE_DIR}/greedy_projection.cpp) - #target_link_libraries (greedy_projection ${PCL_LIBRARIES}) - - #kasper_install_executables ( - # greedy_projection - # ) - endif (KEMField_ENABLE_APP) diff --git a/KEMField/Source/Applications/Tools/TransferEMElement.cc b/KEMField/Source/Applications/Tools/TransferEMElement.cc index c20b4b73c..eeb477540 100644 --- a/KEMField/Source/Applications/Tools/TransferEMElement.cc +++ b/KEMField/Source/Applications/Tools/TransferEMElement.cc @@ -58,7 +58,7 @@ template<> struct TransferElementInTypelist TransferElementInTypelist(const std::string& elementName, std::string& /*unused*/, std::string& /*unused*/, std::string& /*unused*/, std::string& /*unused*/, std::vector& /*unused*/) { - KEMField::cout << "Unknown type <" << std::move(elementName) << ">" << KEMField::endl; + KEMField::cout << "Unknown type <" << elementName << ">" << KEMField::endl; } }; diff --git a/KEMField/Source/Applications/Tools/greedy_projection.cpp b/KEMField/Source/Applications/Tools/greedy_projection.cpp deleted file mode 100644 index 949429574..000000000 --- a/KEMField/Source/Applications/Tools/greedy_projection.cpp +++ /dev/null @@ -1,208 +0,0 @@ -#include -#include -#include -#include -#include - -int main(int argc, char** argv) -{ - // Load input file into a PointCloud with an appropriate type - pcl::PointCloud::Ptr cloud(new pcl::PointCloud); - pcl::PCLPointCloud2 cloud_blob; - pcl::io::loadPCDFile("/home/zach/Work/pcl-pcl-1.8.0/test/bun0.pcd", cloud_blob); - pcl::fromPCLPointCloud2(cloud_blob, *cloud); - //* the data should be available in cloud - - // Normal estimation* - pcl::NormalEstimation n; - pcl::PointCloud::Ptr normals(new pcl::PointCloud); - pcl::search::KdTree::Ptr tree(new pcl::search::KdTree); - tree->setInputCloud(cloud); - n.setInputCloud(cloud); - n.setSearchMethod(tree); - n.setKSearch(20); - n.compute(*normals); - //* normals should not contain the point normals + surface curvatures - - // Concatenate the XYZ and normal fields* - pcl::PointCloud::Ptr cloud_with_normals(new pcl::PointCloud); - pcl::concatenateFields(*cloud, *normals, *cloud_with_normals); - //* cloud_with_normals = cloud + normals - - // Create search tree* - pcl::search::KdTree::Ptr tree2(new pcl::search::KdTree); - tree2->setInputCloud(cloud_with_normals); - - // Initialize objects - pcl::GreedyProjectionTriangulation gp3; - pcl::PolygonMesh triangles; - - // Set the maximum distance between connected points (maximum edge length) - gp3.setSearchRadius(0.025); - - // Set typical values for the parameters - gp3.setMu(2.5); - gp3.setMaximumNearestNeighbors(100); - gp3.setMaximumSurfaceAngle(M_PI / 4); // 45 degrees - gp3.setMinimumAngle(M_PI / 18); // 10 degrees - gp3.setMaximumAngle(2 * M_PI / 3); // 120 degrees - gp3.setNormalConsistency(false); - - // Get result - gp3.setInputCloud(cloud_with_normals); - gp3.setSearchMethod(tree2); - gp3.reconstruct(triangles); - - // Additional vertex information - std::vector parts = gp3.getPartIDs(); - std::vector states = gp3.getPointStates(); - - // Finish - return (0); -} - -// #include -// #include -// #include -// #include -// -// #include -// #include -// #include -// #include -// #include -// -// #include -// -// int -// main (int argc, char** argv) -// { -// -// std::string usage = -// "\n" -// "Usage: WriteAsciiToMSH \n" -// "\n" -// "This program creates a triangular mesh from an MSH file.\n" -// "\n" -// "\tAvailable options:\n" -// "\t -h, --help (shows this message and exits)\n" -// "\t -f, --file (specify the input triangles.txt file)\n" -// "\n"; -// -// static struct option longOptions[] = { -// {"help", no_argument, 0, 'h'}, -// {"file", required_argument, 0, 'f'} -// }; -// -// static const char *optString = "ha:b:n:m:s:"; -// -// std::string inFile = ""; -// -// while(1) -// { -// char optId = getopt_long(argc, argv, optString, longOptions, NULL); -// if(optId == -1){ -// break; -// } -// switch(optId) { -// case('h'): // help -// std::cout< with an appropriate type -// pcl::PointCloud::Ptr cloud (new pcl::PointCloud); -// pcl::PCLPointCloud2 cloud_blob; -// pcl::io::loadPCDFile (inFile, cloud_blob); -// pcl::fromPCLPointCloud2 (cloud_blob, *cloud); -// //* the data should be available in cloud -// -// // Normal estimation* -// pcl::NormalEstimation n; -// pcl::PointCloud::Ptr normals (new pcl::PointCloud); -// pcl::search::KdTree::Ptr tree (new pcl::search::KdTree); -// tree->setInputCloud (cloud); -// n.setInputCloud (cloud); -// n.setSearchMethod (tree); -// n.setKSearch (20); -// n.compute (*normals); -// //* normals should not contain the point normals + surface curvatures -// -// // Concatenate the XYZ and normal fields* -// pcl::PointCloud::Ptr cloud_with_normals (new pcl::PointCloud); -// pcl::concatenateFields (*cloud, *normals, *cloud_with_normals); -// //* cloud_with_normals = cloud + normals -// -// //Simplified version using pre-determined normals -// -// // pcl::PointCloud::Ptr cloud_with_normals (new pcl::PointCloud); -// // pcl::PCLPointCloud2 cloud_blob; -// // pcl::io::loadPCDFile (inFile, cloud_blob); -// // pcl::fromPCLPointCloud2 (cloud_blob, *cloud_with_normals); -// -// //Everything else is the same whether normals are given or estimated -// -// // Create search tree* -// pcl::search::KdTree::Ptr tree2 (new pcl::search::KdTree); -// tree2->setInputCloud (cloud_with_normals); -// -// // Initialize objects -// pcl::GreedyProjectionTriangulation gp3; -// pcl::PolygonMesh triangles; -// -// // Set the maximum distance between connected points (maximum edge length) -// gp3.setSearchRadius (0.025); -// -// // Set typical values for the parameters -// gp3.setMu (2.5); -// gp3.setMaximumNearestNeighbors (100); -// gp3.setMaximumSurfaceAngle(M_PI/4); // 45 degrees -// gp3.setMinimumAngle(M_PI/18); // 10 degrees -// gp3.setMaximumAngle(2*M_PI/3); // 120 degrees -// gp3.setNormalConsistency(false); -// -// // Get result -// gp3.setInputCloud (cloud_with_normals); -// gp3.setSearchMethod (tree2); -// gp3.reconstruct (triangles); //crash occurs here -// -// // Additional vertex information -// std::vector parts = gp3.getPartIDs(); -// std::vector states = gp3.getPointStates(); -// -// pcl::io::saveVTKFile ("mesh.vtk", triangles); -// -// // Finish -// return (0); -// } diff --git a/KEMField/Source/Bindings/CMakeLists.txt b/KEMField/Source/Bindings/CMakeLists.txt index 49992ac0b..f5833e15b 100644 --- a/KEMField/Source/Bindings/CMakeLists.txt +++ b/KEMField/Source/Bindings/CMakeLists.txt @@ -42,6 +42,7 @@ set (KEMFIELD_BINDINGS_HEADERFILES ${CMAKE_CURRENT_SOURCE_DIR}/FieldSolvers/Electric/include/KElectricFastMultipoleFieldSolverBuilder.hh ${CMAKE_CURRENT_SOURCE_DIR}/FieldSolvers/Magnetic/include/KIntegratingMagnetostaticFieldSolverBuilder.hh ${CMAKE_CURRENT_SOURCE_DIR}/FieldSolvers/Magnetic/include/KZonalHarmonicMagnetostaticFieldSolverBuilder.hh + ${CMAKE_CURRENT_SOURCE_DIR}/FieldSolvers/Magnetic/include/KMagfieldCoilsFieldSolverBuilder.hh ${CMAKE_CURRENT_SOURCE_DIR}/Fields/Electric/include/KElectrostaticPotentialmapBuilder.hh ${CMAKE_CURRENT_SOURCE_DIR}/Fields/Magnetic/include/KMagnetostaticFieldmapBuilder.hh ${CMAKE_CURRENT_SOURCE_DIR}/Fields/Magnetic/include/KMagnetostaticConstantFieldBuilder.hh @@ -84,6 +85,7 @@ set (KEMFIELD_BINDINGS_SOURCEFILES ${CMAKE_CURRENT_SOURCE_DIR}/FieldSolvers/Electric/src/KElectricFastMultipoleFieldSolverBuilder.cc ${CMAKE_CURRENT_SOURCE_DIR}/FieldSolvers/Magnetic/src/KIntegratingMagnetostaticFieldSolverBuilder.cc ${CMAKE_CURRENT_SOURCE_DIR}/FieldSolvers/Magnetic/src/KZonalHarmonicMagnetostaticFieldSolverBuilder.cc + ${CMAKE_CURRENT_SOURCE_DIR}/FieldSolvers/Magnetic/src/KMagfieldCoilsFieldSolverBuilder.cc ${CMAKE_CURRENT_SOURCE_DIR}/Fields/Electric/src/KElectrostaticPotentialmapBuilder.cc ${CMAKE_CURRENT_SOURCE_DIR}/Fields/Magnetic/src/KMagnetostaticFieldmapBuilder.cc ${CMAKE_CURRENT_SOURCE_DIR}/Fields/Magnetic/src/KMagnetostaticConstantFieldBuilder.cc diff --git a/KEMField/Source/Bindings/FieldSolvers/Magnetic/include/KMagfieldCoilsFieldSolverBuilder.hh b/KEMField/Source/Bindings/FieldSolvers/Magnetic/include/KMagfieldCoilsFieldSolverBuilder.hh new file mode 100644 index 000000000..f33ed64dc --- /dev/null +++ b/KEMField/Source/Bindings/FieldSolvers/Magnetic/include/KMagfieldCoilsFieldSolverBuilder.hh @@ -0,0 +1,57 @@ +/* + * KMagfieldCoilsFieldSolverBuilder.hh + * + * Created on: 31 Jan 2023 + * Author: Jan Behrens + */ + +#ifndef KMagfieldCoilsFieldSolverBuilder_HH_ +#define KMagfieldCoilsFieldSolverBuilder_HH_ + +#include "KComplexElement.hh" +#include "KMagfieldCoilsFieldSolver.hh" +namespace katrin +{ + +typedef KComplexElement KMagfieldCoilsFieldSolverBuilder; + +template<> inline bool KMagfieldCoilsFieldSolverBuilder::AddAttribute(KContainer* aContainer) +{ + if (aContainer->GetName() == "name") { + aContainer->CopyTo(fObject, &KEMField::KMagfieldCoilsFieldSolver::SetObjectName); + return true; + } + if (aContainer->GetName() == "directory") { + aContainer->CopyTo(fObject, &KEMField::KMagfieldCoilsFieldSolver::SetDirName); + return true; + } + if (aContainer->GetName() == "file") { + aContainer->CopyTo(fObject, &KEMField::KMagfieldCoilsFieldSolver::SetCoilFileName); + return true; + } + if (aContainer->GetName() == "replace_file") { + aContainer->CopyTo(fObject, &KEMField::KMagfieldCoilsFieldSolver::SetReplaceFile); + return true; + } + if (aContainer->GetName() == "force_elliptic") { + aContainer->CopyTo(fObject, &KEMField::KMagfieldCoilsFieldSolver::SetForceElliptic); + return true; + } + if (aContainer->GetName() == "n_elliptic") { + aContainer->CopyTo(fObject, &KEMField::KMagfieldCoilsFieldSolver::SetNElliptic); + return true; + } + if (aContainer->GetName() == "n_max") { + aContainer->CopyTo(fObject, &KEMField::KMagfieldCoilsFieldSolver::SetNMax); + return true; + } + if (aContainer->GetName() == "eps_tol") { + aContainer->CopyTo(fObject, &KEMField::KMagfieldCoilsFieldSolver::SetEpsTol); + return true; + } + return false; +} + +} /* namespace katrin */ + +#endif /* KMagfieldCoilsFieldSolverBuilder_HH_ */ diff --git a/KEMField/Source/Bindings/FieldSolvers/Magnetic/src/KMagfieldCoilsFieldSolverBuilder.cc b/KEMField/Source/Bindings/FieldSolvers/Magnetic/src/KMagfieldCoilsFieldSolverBuilder.cc new file mode 100644 index 000000000..91139d27a --- /dev/null +++ b/KEMField/Source/Bindings/FieldSolvers/Magnetic/src/KMagfieldCoilsFieldSolverBuilder.cc @@ -0,0 +1,31 @@ +/* + * KMagfieldCoilsFieldSolverBuilder.cc + * + * Created on: 31 Jan 2023 + * Author: Jan Behrens + */ + +#include "KMagfieldCoilsFieldSolverBuilder.hh" + +#include "KStaticElectromagnetFieldBuilder.hh" + +using namespace KEMField; +namespace katrin +{ + +template<> KMagfieldCoilsFieldSolverBuilder::~KComplexElement() = default; + +STATICINT sKMagfieldCoilsFieldSolverStructure = + KMagfieldCoilsFieldSolverBuilder::Attribute("directory") + // dir name + KMagfieldCoilsFieldSolverBuilder::Attribute("name") + // object name + KMagfieldCoilsFieldSolverBuilder::Attribute("file") + // coil file name + KMagfieldCoilsFieldSolverBuilder::Attribute("replace_file") + // write coil file + KMagfieldCoilsFieldSolverBuilder::Attribute("force_elliptic") + + KMagfieldCoilsFieldSolverBuilder::Attribute("n_elliptic") + + KMagfieldCoilsFieldSolverBuilder::Attribute("n_max") + + KMagfieldCoilsFieldSolverBuilder::Attribute("eps_tol"); + +STATICINT sKStaticElectromagnetFieldStructure = + KStaticElectromagnetFieldBuilder::ComplexElement("magfield_coil_field_solver"); + +} /* namespace katrin */ diff --git a/KEMField/Source/BoundaryIntegrals/Core/include/KBoundaryIntegralMatrix.hh b/KEMField/Source/BoundaryIntegrals/Core/include/KBoundaryIntegralMatrix.hh index 11c95a62d..17bd5d265 100644 --- a/KEMField/Source/BoundaryIntegrals/Core/include/KBoundaryIntegralMatrix.hh +++ b/KEMField/Source/BoundaryIntegrals/Core/include/KBoundaryIntegralMatrix.hh @@ -6,6 +6,8 @@ #include "KSquareMatrix.hh" #include "KSurface.hh" #include "KSurfaceContainer.hh" +#include "KEMSimpleException.hh" + #define KEM_USE_CACHING true @@ -29,6 +31,10 @@ class KBoundaryIntegralMatrix : public KSquareMatrix::KBoundaryIntegralMatrix(cons unsigned int basisDim2 = Integrator::Basis::Dimension; basisDim2 *= basisDim2; + if (sqrt(__UINT32_MAX__) < c.size()) { + kem_cout(eError) << "Cannot create caches. Number of matrix elements exceeds numeric limits.\nMax size: " + << __UINT32_MAX__ << "\nAttempted size: " << (unsigned long long) c.size() * c.size() + << "\nPlease reduce the size of your problem or disable caching." << eom; + } unsigned int num_elements = c.size() * c.size(); unsigned int array_length = num_elements * basisDim2; unsigned int mem_size = array_length * (sizeof(ValueType) + sizeof(bool)); diff --git a/KEMField/Source/ExternalFields/Electromagnets/include/KCoil.hh b/KEMField/Source/ExternalFields/Electromagnets/include/KCoil.hh index 744cec925..3bee64950 100644 --- a/KEMField/Source/ExternalFields/Electromagnets/include/KCoil.hh +++ b/KEMField/Source/ExternalFields/Electromagnets/include/KCoil.hh @@ -75,6 +75,10 @@ class KCoil : public KElectromagnet { return fCurrent / fabs(fP1[0] - fP0[0]) / fabs(fP1[2] - fP0[2]); } + double GetCurrentPerTurn() const + { + return fCurrent / fNumberOfTurns; + } double GetR0() const { return fP0[0]; diff --git a/KEMField/Source/ExternalFields/MagfieldCoils/CMakeLists.txt b/KEMField/Source/ExternalFields/MagfieldCoils/CMakeLists.txt new file mode 100644 index 000000000..bfd5bdb4b --- /dev/null +++ b/KEMField/Source/ExternalFields/MagfieldCoils/CMakeLists.txt @@ -0,0 +1,56 @@ +# CMakeLists for KEMField/ExternalFields/MagfieldCoils +# Author: J. Behrens + +set (MAGFIELDCOILS_HEADER_BASENAMES + MagfieldCoils.h +) + +set( MAGFIELDCOILS_HEADER_PATH + ${CMAKE_CURRENT_SOURCE_DIR}/include +) + +foreach( BASENAME ${MAGFIELDCOILS_HEADER_BASENAMES} ) + list( APPEND MAGFIELDCOILS_HEADERFILES ${MAGFIELDCOILS_HEADER_PATH}/${BASENAME} ) +endforeach( BASENAME ) + +set (MAGFIELDCOILS_SOURCE_BASENAMES + MagfieldCoils.cxx + +# CarlsonEllipticIntegrals.cc +# GaussLegendreIntegration.cc +# Magfield.cc +# MagfieldCentral.cc +# MagfieldCoil.cc +# MagfieldElliptic.cc +# MagfieldGroup.cc +# MagfieldMagcharge.cc +# MagfieldRemote.cc +# MagfieldSPS.cc +# MagsourceCentral.cc +# MagsourceMagcharge.cc +# MagsourceRemote.cc +) + +set( MAGFIELDCOILS_SOURCE_PATH + ${CMAKE_CURRENT_SOURCE_DIR}/src +) + +foreach( BASENAME ${MAGFIELDCOILS_SOURCE_BASENAMES} ) + list( APPEND MAGFIELDCOILS_SOURCEFILES ${MAGFIELDCOILS_SOURCE_PATH}/${BASENAME} ) +endforeach( BASENAME ) + +set_property(SOURCE ${MAGFIELDCOILS_SOURCEFILES} APPEND_STRING PROPERTY COMPILE_OPTIONS -Wno-error) # FIXME + +add_library (KEMMagfieldCoils SHARED + ${MAGFIELDCOILS_SOURCEFILES} ${MAGFIELDCOILS_HEADERFILES}) +target_include_directories(KEMMagfieldCoils + PUBLIC $ $) +target_link_libraries (KEMMagfieldCoils + PUBLIC +# KEMCore +# KEMMath +# KEMFieldSolverCore +) + +kasper_install_headers (${MAGFIELDCOILS_HEADERFILES}) +kasper_install_libraries (KEMMagfieldCoils) diff --git a/KEMField/Source/ExternalFields/MagfieldCoils/include/MagfieldCoils.h b/KEMField/Source/ExternalFields/MagfieldCoils/include/MagfieldCoils.h new file mode 100755 index 000000000..956063319 --- /dev/null +++ b/KEMField/Source/ExternalFields/MagfieldCoils/include/MagfieldCoils.h @@ -0,0 +1,188 @@ +// MagfieldCoils.h: 3-dim magnetic field calculation of coils + +#ifndef MagfieldCoils_h +#define MagfieldCoils_h + +#include +#include +#include +#include +#include +#include +#include +#include + +using namespace std; + + +//////////////////////////////////// + +class MagfieldCoils +{ + public: + MagfieldCoils(string inputdirname, string inputobjectname, string inputcoilfilename, + int inputNelliptic, int inputnmax, double inputepstol); // constructor + MagfieldCoils(string inputdirname, string inputobjectname); + ~MagfieldCoils(); // deconstructor + bool Magfield(const double *P, double *B); + void MagfieldElliptic(const double *P, double *B); + void SetTrackingStart(); + private: +// MEMBER FUNCTIONS: +// General: + void CoilRead(); + void CoilGroupWrite(); + void CoilGroupRead(); + void MagsourceRead(); + void DynamicMemoryAllocations(); +// Elliptic: + void Magfield2EllipticCoil(int i, double z, double r, double& Bz,double& Br); + void MagfieldEllipticCoil(int i, const double *P, double *B); +// Source Remote: + double Funrorem(int i, double z0); + void Magsource2RemoteCoil(int i, double z0, double rorem); + void MagsourceRemoteCoils(); + void MagsourceRemoteGroups(); + void RemoteSourcepointGroup(int g); +// Source Magcharge: + void MagsourceMagchargeCoils(); +// Source Central: + double Funrocen(int i, double z0); + double FunrocenG(int g, double z0); + void Magsource2CentralCoil(int i, double z0, double rocen); + void MagsourceCentralCoils(); + void CentralSourcepointsCoil(int i); + void MagsourceCentralGroups(); + void CentralSourcepointsGroup(int g); +// Magfield Remote: + bool Magfield2Remote(bool coil, int ig, double z, double r, double& Bz,double& Br,double& rc); +// Magfield Magcharge: + bool Magfield2Magcharge(int i, double z, double r, double& Bz, double& Br, double& rc); + bool Hfield(int i, double z, double r, double& Hz, double& Hr, double& rc); +// Magfield Central: + bool Magfield2Central(bool coil, int ig, int j, double z, double r, double& Bz,double& Br,double& rc); +// Magfield Coil, Group: + bool MagfieldCoil(int i, const double *P, double *B); + bool MagfieldGroup(int g, const double *P, double *B); + bool SourcePointSearching(bool coil, int ig, double z, double r, int type, int& jbest, double& rcbest); +// Integration: + void GaussLegendreIntegration(int& N, double a, double b, double* x, double* w); +// Carlson elliptic: + double RF_Carlson(double x,double y,double z); + double RD_Carlson(double x,double y,double z); + double RJ_Carlson(double x,double y,double z,double p); + double RC_Carlson(double x,double y); +// Simple: + double pow2(double x); + double FMIN(double a, double b); + double FMAX(double a, double b); + double FMIN3(double a, double b, double c); + double FMAX3(double a, double b, double c); + double Mag(double* vec); + double Mag(double x, double y, double z); +// VARIABLES: + int Ncoil; // number of coils; coil indexing: i=0, ..., Ncoil-1 + double** coil; // coil parameters: coil[i][j], i=0, ..., Ncoil-1; j=0,...,13. + string dirname; // name of directory where the coil and source coefficient data files are stored + string coilfilename; // name of coil input file + string objectname; // this string identifies the Magfield object (used as starting part of the source files) + int Nelliptic; // radial numerical integration parameter for magnetic field calc. with elliptic integrals + int nmax; // number of source coefficients for fixed z: nmax+1 + double epstol; // small tolerance parameter needed for the symmetry group definitions (distance: in meter) + int Ng; // number of coil symmetry groups; group indexing: g=0, ..., Ng-1 + int* G; // coil with global index i is in symmetry group g=G[i], i=0,...,Ncoil-1 + int* Nc; // number of coils in symmetry group g: Nc[g]; local coil indexing in group g: c=0,..., Nc[g]-1 + int** Cin; // global coil indices i in symmetry group g: i=Cin[g][c],...,c=0 to Nc[g]-1 (g=0,...,Ng-1) + double** Line; // symmetry group axis line of symmetry group g (g=0,...,Ng-1): +// line point: Line[g][0], Line[g][1], Line[g][2]; line direction unit vector: Line[g][3], Line[g][4], Line[g][5]; + double** Z; // local z coordinate of coil center in symmetry group g: Z[g][c], c=0,..., Nc[g]-1; Z[g][0]=0 + // (g: group index, c: local coil index) + double *C0, *C1, *c1, *c2, *c3, *c4, *c5, *c6, *c7, *c8, *c9, *c10, *c11, *c12; + + double* Pp, *P; // Legendre polynomial P and first derivative Pp + double* Bzplus, *Brplus; // used in Bz and Br mag. field calc. +// Remote source constant variables: + double* Brem1; // 1-dim. remote source constants Brem1[n], n=2,...,nmax. + double* rorem; // remote convergence radius for coil i: rorem[i] + double** Brem; // remote source constant for coil i: Brem[i][n] (coil index i, source constant index n) + double* z0remG; // remote source point for group G: z0remG[g] + double* roremG; // remote convergence radius for group G: roremG[g] + double** BremG; // remote source constant for symmetry group g: BremG[g][n] (group index g, source constant index n) +// Magnetic charge source constant variables: + double** Vrem; // magnetic charge remote source constant for coil i: Vrem[i][n] (coil index i, source const. index n) +// Central source constant variables: + double* Bcen1; // 1-dim. central source constants Bcen1[n], n=0,...,nmax. + int* Nsp; // number of central source points for coil i: Nsp[i] (i=0,...,Ncoil-1) + double** z0cen; // central source point local z value for coil i: z0cen[i][j] (coil index i, source point index j) + double** rocen; // central convergence radius for coil i: rocen[i][j] (coil index i, source point index j) + double*** Bcen; // central source constant for coil i: Bcen[i][j][n] (coil index i, source point index j, source constant index n) + int* NspG; // number of central source points for group g: Nsp[g] (g=0,...,Ng-1) + double** z0cenG; // central source point local z value: z0cenG[g][j] (group index g, source point index j) + double** rocenG; // central convergence radius: rocenG[g][j] (group index g, source point index j) + double*** BcenG; // central source constant: BcenG[g][j][n] (group index g, source point index j, source const. index n) + int *jlast, *jlastG; // last central source point index for coil and group calculation +double rclimit; +}; + + +//////////////////////////////////////////////////////// + +inline double MagfieldCoils::pow2(double x) +{ + return x*x; +} + +//////////////////////////////////////////////////////// + +inline double MagfieldCoils::FMIN(double a, double b) +{ + return ((a)<=(b)?(a):(b)); +} + +//////////////////////////////////////////////////////// + +inline double MagfieldCoils::FMAX(double a, double b) +{ + return ((a)>(b)?(a):(b)); +} + +//////////////////////////////////////////////////////// + +inline double MagfieldCoils::FMIN3(double a, double b, double c) +{ + return (FMIN(a,b)<=(c)?(FMIN(a,b)):(c)); +} + +//////////////////////////////////////////////////////// + +inline double MagfieldCoils::FMAX3(double a, double b, double c) +{ + return (FMAX(a,b)>(c)?(FMAX(a,b)):(c)); +} + +//////////////////////////////////////////////////////// + +inline double MagfieldCoils::Mag(double* vec) +{ + return sqrt(vec[0]*vec[0]+vec[1]*vec[1]+vec[2]*vec[2]); +} + +//////////////////////////////////////////////////////// + +inline double MagfieldCoils::Mag(double x, double y, double z) +{ + return sqrt(x*x+y*y+z*z); +} + +//////////////////////////////////////////////////////// + +inline void MagfieldCoils::SetTrackingStart() +{ + for(int i=0; i> Ncoil; + if (Ncoil<1) + { + puts("Message from function MagfieldCoils::CoilRead:"); + puts("Ncoil is not positive !"); + puts("Program running is stopped !!! "); + exit(1); + } +// Dynamic memory allocation for the coil parameters: + coil=new double*[Ncoil]; + for(int i=0; i> cu >> Cx >> Cy >> Cz >> alpha >> beta >> tu >> L >> Rmin >> Rmax ; +// Coil parameter determination: + coil[i][0]=cu; coil[i][1]=Cx; coil[i][2]=Cy; coil[i][3]=Cz; + coil[i][4]=alpha; coil[i][5]=beta; coil[i][6]=tu; + coil[i][7]=L; coil[i][8]=Rmin; coil[i][9]=Rmax; + coil[i][10]=cu*tu/(L*(Rmax-Rmin)); // current density + coil[i][11]=sin(beta/180.*M_PI)*sin(alpha/180.*M_PI); // coil direction unit vector comp. ux + coil[i][12]=-sin(beta/180.*M_PI)*cos(alpha/180.*M_PI); // coil direction unit vector comp. uy + coil[i][13]=cos(beta/180.*M_PI); // coil direction unit vector comp. uz + } + input.close(); +// +// Test of coil parameters: + for(int i=0; i=coil[i][9]) + { + printf("Message from function MagfieldCoils::CoilRead1:\ + Rmin>=Rmax!!!\ + Program running is stopped !!! i= %9i \n",i); + exit(1); + } + } + +//------------------------------------------------------ +// +// Coil symmetry group calculations: +// + G=new int[Ncoil]; // coil with index i is in symmetry group g=G[i] + for(int i=0; i alpha, betac-> beta; +// If uc is opposite to u: change of current sign + for(int k=0; k<3; k++) + vec[k]=u[k]-uc[k]; + if(Mag(vec)>0.5) + coil[ic][0]*=-1.; + coil[ic][4]=alpha; coil[ic][5]=beta; + coil[ic][11]=sin(beta/180.*M_PI)*sin(alpha/180.*M_PI); // coil direction unit vector comp. ux + coil[ic][12]=-sin(beta/180.*M_PI)*cos(alpha/180.*M_PI); // coil direction unit vector comp. uy + coil[ic][13]=cos(beta/180.*M_PI); // coil direction unit vector comp. uz +// After that, all coils within a symmetry group have the same coil directions (alpha, beta). + } // end of epstol-if + } // end of symmetry group loop ic + } // end of symmetry group if + } // end of coil index loop i +// Nc, Cin, Line and Z array calculation: + Nc=new int[Ng]; + for(int g=0; g>Ncoil >> Ng; + if(Ncoil<1 || Ng<1) + { + printf("Message from function MagfieldCoils::CoilRead2:\ + Ncoil<1 or Ng<1 !!!\ + Computation is stopped !!! Ncoil, Ng= %9i %9i \n",Ncoil,Ng); + exit(1); + } + input >> Nelliptic >> nmax; +// Dynamic memory allocation for the coil and symmetry group parameters: + coil=new double*[Ncoil]; + for(int i=0; i> ix ; + input >> coil[i][0] >> coil[i][1] >> coil[i][2] >> coil[i][3] ; + input >> coil[i][4] >> coil[i][5] >> coil[i][6] ; + input >> coil[i][7] >> coil[i][8] >> coil[i][9] >> coil[i][10] ; + input >> coil[i][11] >> coil[i][12] >> coil[i][13] ; + } +// Dynamic memory allocation for the symmetry group arrays: + Nc=new int[Ng]; + Line=new double*[Ng]; + Cin=new int*[Ng]; + Z=new double*[Ng]; +// We read the symmetry group parameters: + int gx; + for(int g=0; g> gx >> Nc[g] ; +// Cin[g][c]: // global coil index corresponding to local coil index c in group g +// Z[g][c]: local z coordinate of coil center in symmetry group g; c=0,..., Nc[g]-1; Z[g][0]=0 +// Symmetry axis line point: Line[g][0], Line[g][1], Line[g][2]; line direction unit vector: Line[g][3], Line[g][4], Line[g][5]; + Line[g]= new double[6]; + input >> Line[g][0] >> Line[g][1] >> Line[g][2] ; + input >> Line[g][3] >> Line[g][4] >> Line[g][5] ; + Cin[g]= new int[Nc[g]]; + Z[g]= new double[Nc[g]]; + for(int c=0; c> Cin[g][c] >> Z[g][c] ; + } + + + input.close(); + + G=new int[Ncoil]; + Brem1=new double[nmax+1]; + Bcen1=new double[nmax+1]; + + return; +} + + +///////////////////////////////////////////////////////////////////////////////////// + +void MagfieldCoils::MagsourceRead() +{ +// This function reads the source constants from the data files +// dirname+objectname+magsource_central.txt and dirname+objectname+magsource_remote.txt. +// Part 1: reading the remote source constants: + string filename=dirname+objectname+"magsource_remote.txt"; + ifstream input; + input.open(filename.c_str()); + if (!input.is_open()) + { + puts("Message from function MagfieldCoils::MagsourceRead:"); + puts("Cannot open the input source file magsource_remote.txt!"); + puts("Program running is stopped !!! "); + exit(1); + } +// Dynamic memory allocations (rorem, Brem): + rorem=new double[Ncoil]; + Brem=new double*[Ncoil]; + for(int i=0; i> ix >> rorem[i] ; + for(int n=2; n<=nmax; n++) + input >> nx >>Brem[i][n] ; + } +// Dynamic memory allocations (Vrem): + Vrem=new double*[Ncoil]; + for(int i=0; i> ix ; + for(int n=0; n<=nmax; n++) + input >> nx >>Vrem[i][n] ; + } +// Dynamic memory allocations (z0remG, roremG, BremG): + z0remG=new double[Ng]; + roremG=new double[Ng]; + BremG=new double*[Ng]; + for(int g=0; g> gx >> Ncg >> z0remG[g] >> roremG[g] ; + for(int n=2; n<=nmax; n++) + input >> nx >>BremG[g][n] ; + } + input.close(); +// +// Part 2: reading the central source coefficients: + filename=dirname+objectname+"magsource_central.txt"; + input.open(filename.c_str()); + if (!input.is_open()) + { + puts("Message from function MagfieldCoils::MagsourceRead:"); + puts("Cannot open the input source file magsource_central.txt!"); + puts("Program running is stopped !!! "); + exit(1); + } + int jx; +// Dynamic memory allocations (Nsp, z0cen, rocen, Bcen): + Nsp=new int[Ncoil]; + z0cen=new double*[Ncoil]; + rocen=new double*[Ncoil]; + Bcen=new double**[Ncoil]; +// Coil index loop: + string text; +// input >> text; + for(int i=0; i> ix >> Nsp[i]; +// Source point loop: + z0cen[i]= new double[Nsp[i]]; + rocen[i]= new double[Nsp[i]]; + Bcen[i]=new double*[Nsp[i]]; + for(int j=0; j> jx >> z0cen[i][j] >> rocen[i][j] ; + Bcen[i][j]=new double[nmax+1]; + for(int n=0; n<=nmax; n++) + input >> nx >>Bcen[i][j][n] ; + } + } +// Dynamic memory allocations (NspG, z0cenG, rocenG, BcenG): + NspG=new int[Ng]; + z0cenG=new double*[Ng]; + rocenG=new double*[Ng]; + BcenG=new double**[Ng]; +// Group index loop: +// input >> text; + for(int g=0; g> gx >> NspG[g]; +// Source point loop: + z0cenG[g]= new double[NspG[g]]; + rocenG[g]= new double[NspG[g]]; + BcenG[g]=new double*[NspG[g]]; + for(int j=0; j> jx >> z0cenG[g][j] >> rocenG[g][j] ; + BcenG[g][j]=new double[nmax+1]; + for(int n=0; n<=nmax; n++) + input >> nx >>BcenG[g][j][n] ; + } + } + input.close(); +} + + +///////////////////////////////////////////////////////////////////////////////////// + +void MagfieldCoils::DynamicMemoryAllocations() +{ +// This function makes dynamic memory allocations for the variables +// C0, C1, c0 to c12, P, Pp, Bzplus, Brplus. +// It also computes the values C0[n], C1[n], c0[n] -- c12[n] (n=2,...,nmax). + C0=new double[nmax+1]; C1=new double[nmax+1]; + c1=new double[nmax+1]; c2=new double[nmax+1]; c3=new double[nmax+1]; + c4=new double[nmax+1]; c5=new double[nmax+1]; c6=new double[nmax+1]; + c7=new double[nmax+1]; c8=new double[nmax+1]; c9=new double[nmax+1]; + c10=new double[nmax+1]; c11=new double[nmax+1]; c12=new double[nmax+1]; + + C0[1]=1.; + for(int n=2; n<=nmax; n++) + { + C0[n]=1./(1.*n); + C1[n]=1./(1.*(n-1.)); + c1[n]=(2.*n-1.)/(1.*n); + c2[n]=(n-1.)/(1.*n); + c3[n]=(2.*n-1.)/(1.*(n-1.)); + c4[n]=(1.*n)/(1.*(n-1.)); + c5[n]=(1.)/(n*1.); + c6[n]=(1.)/(n+1.); + if(n>=4) + { + int m=n-2; + double M=(m+1.)*(m+2.)*(2.*m-1.); + double Mp=(m)*(m+1.)*(2.*m-1.); + double A=(2.*m-1.)*(2.*m+1.)*(2.*m+3.); + double Ap=A; + double B=2.*m*m*(2.*m+3.)-1.; + double Bp=2.*m*(m+2.)*(2.*m-1.)-3.; + double C=m*(m-1.)*(2.*m+3.); + double Cp=m*(m+1.)*(2.*m+3.); + c7[n]=A/M; + c8[n]=B/M; + c9[n]=C/M; + c10[n]=Ap/Mp; + c11[n]=Bp/Mp; + c12[n]=Cp/Mp; + } + } +// Dynamic memory for P, Pp, Bzplus, Brplus, jlast, jlastG: + P=new double[nmax+2]; + Pp=new double[nmax+2]; + Bzplus=new double[nmax+1]; + Brplus=new double[nmax+1]; +// + jlast=new int[Ncoil]; + for(int i=0; i=Rmin-(Rmax-Rmin)*1.e-8 && + r<=Rmax+(Rmax-Rmin)*1.e-8) + z=Zmin-1.e-8; + if(fabs(z-Zmax)<1.e-8 && r>=Rmin-(Rmax-Rmin)*1.e-8 && + r<=Rmax+(Rmax-Rmin)*1.e-8) + z=Zmax+1.e-8; +// Radial numerical integration node definition: + int N[2]; + N[0]=N[1]=Nelliptic; +// +// R-integration limits: + int M; + if(z>Zmin && zRmin && rr) + delRr=(r+R)*1.e-9; + else if(R x, y, z components)! + double Bi[3]; + for(int k=0; k<=2; k++) + B[k]=0.; + for(int i=0; i x,y,z components)! +// The return value is true, if only zonal harmonic expansions are used for the magnetic field calc.; +// if elliptic integral calc. is used (even for 1 coil): the return value is false. + double Bgroup[3]; + bool magfield=true; + for(int k=0; k<3; k++) + B[k]=0.; + for(int g=0; g0.) + return sqrt((z0-Zmin)*(z0-Zmin)+Rmax*Rmax); + else + return sqrt((z0-Zmax)*(z0-Zmax)+Rmax*Rmax); +} + +///////////////////////////////////////////////////// + +// Remote source coefficient calculation for 1 coil: +// (local axisymmetric case) + +void MagfieldCoils::Magsource2RemoteCoil(int i, double z0, double rorem) +// This subroutine computes the magnetic field remote source constants Brem1[n] +// (n=2,...,nmax) of coil i, at the local coil axis source point z0 +// (defined relative to the coil center; positive z0 in coil direction u), +// with remote convergence radius rorem as input parameter. +// Radial integration number: N; this depends on the radial thickness: +// N is small if the(Rmax-Rmin)/Rmin ratio is small, and it is large +// if this ratio is large. +{ + const double mu0=4.*M_PI*1.e-7; + double x[1001], w[1001]; // nodes and weights + double L, sigma, Zmin, Zmax, Rmin, Rmax, st; +// Coil parameters: + L=coil[i][7]; // coil length + Zmin=-L/2.; Zmax=L/2.; // coil endpoints relative to coil center + Rmin=coil[i][8]; Rmax=coil[i][9]; // coil inner and outer radii + sigma=coil[i][10]; // current density +// Radial integration number N: + int N; + double ratio=(Rmax-Rmin)/Rmin; + if(ratio<0.2) + N=32; + else + N=32*ratio/0.2; + if(N>1000) + N=1000; +// Initialization of Brem1[n] and Pp[n]: + for(int n=2; n<=nmax; n++) + Brem1[n]=0.; + Pp[0]=0.; Pp[1]=1.; +// C: + double C=mu0*sigma/(2.*rorem*rorem); +// Radial integration nodes and weights: + GaussLegendreIntegration(N, Rmin, Rmax, x, w); +// Zminmax, sign: + double Zminmax[2]={Zmin, Zmax}; + int sign[2]={-1, 1}; +// Gauss-Legendre integration loop: + for(int integ=0; integ z0remG[g] (in group Z-coordinate system): + double z0rem, zmin=1.e9, zmax=-1.e9; + for(int c=0; czmax) zmax=zB; + } + z0rem=z0remG[g]=(zmin+zmax)/2.; // group center in group Z-coordinate system +// Remote convergence radius of group --> roremG[g] : + double rorem=0.; + for(int c=0; crorem) rorem=roremc; + } + roremG[g]=rorem; +} + + + + + +// #include "MagsourceMagcharge.cc" + +///////////////////////////////////////////////////// + +// Magnetic charge remote source constant calculation for all coils + +void MagfieldCoils::MagsourceMagchargeCoils() +// This function computes the Vrem[i][n] (i=0,...,Ncoil-1; n=0,...,nmax) +// magnetic charge remote source constants for all coils. +// The results are written into the data file dirname+objectname+magsource_remote.txt: +// Ncoil: number of coils, +// nmax: number of source coefficients for a fixed coil is nmax+1 (n=0,...,nmax), +// i: coil index, n source constant index. +{ +// Output to file dirname+objectname+magsource_remote.txt : + double Rmin, Rmax, L, rorem, sigma; + string filename=dirname+objectname+"magsource_remote.txt"; + ofstream output; + output.precision(16); + output.open(filename.c_str(), ios::app); +// Dynamic memory allocations (Vrem): + Vrem=new double*[Ncoil]; + for(int i=0; i0 && n%2==0) // even positive n + P[n]=-(n-1.)/double(n)*P[n-2]; + if(n%2==1) + Vrem[i][n]=0.; + else + Vrem[i][n]=sigma*P[n]*Rmax*Rmax/(2.*(n+2.)*(n+3.))*(1.-ration3); + if(n%2==1) + output << scientific << setprecision(1) << setw(15) << n << setw(28) <=Zmax) + rocen=sqrt((Z0-Zmax)*(Z0-Zmax)+Rmin*Rmin); + else + rocen=Rmin; + if(rocen1000) + N=1000; +// Initialization of Bcen1[n] and Pp[n]: + for(int n=0; n<=nmax; n++) + Bcen1[n]=0.; + Pp[0]=0.; Pp[1]=1.; +// C: + double C=-0.5*mu0*sigma*Rocen; +// Radial integration nodes and weights: + GaussLegendreIntegration(N, Rmin, Rmax, x, w); +// Zminmax, sign: + double Zminmax[2]={Zmin, Zmax}; + const int sign[2]={-1, 1}; +// Gauss-Legendre integration loop: + for(int integ=0; integ Z0cen; + Z0cen.push_back(0.); + double z0; + double roremC=rorem[i]; + double z0max=2.5*roremC; + int nsp=0; // number of central source points on positive z side + int k=0; + do + { + k+=1; + double rocen1=Funrocen(i, Z0cen[k-1]); + double del1=rocen1/4.; + z0=Z0cen[k-1]+del1; + rocen1=Funrocen(i, z0); + double del2=rocen1/4.; + double del=FMIN(del1, del2); + z0=Z0cen[k-1]+del; + Z0cen.push_back(z0); + if(z0 Z0cen; + double z0, rocen; + double roremC=roremG[g]; + double z0min=z0remG[g]-2.*roremC; + double z0max=z0remG[g]+2.*roremC; + Z0cen.push_back(z0min); // j=0 + int nsp=1; // number of central source points in group g + int j=0; // --> z0min + do + { + j+=1; + double rocen1=FunrocenG(g, Z0cen[j-1]); + double del1=rocen1/4.; + z0=Z0cen[j-1]+del1; + rocen1=FunrocenG(g, z0); + double del2=rocen1/4.; + double del=FMIN(del1, del2); + z0=Z0cen[j-1]+del; + Z0cen.push_back(z0); + if(z0rclimit, and the return value is false +// (in this case one should use another computation method !!!) +// +// z0, Rorem, ro, u, sr, rc, rcn: +{ + double z0, Rorem; // source point and conv. radius + if(bcoil==true) + { z0=0.; Rorem=rorem[ig]; } + else + { z0=z0remG[ig]; Rorem=roremG[ig]; } + double delz=z-z0; + double ro=sqrt(r*r+delz*delz); + if(ro<1.e-9) // field point is very close to the source point --> rc>1 ! + ro=1.e-9; + double u=delz/ro; + double sr=r/ro; + rc=Rorem/ro; // convergence ratio + double rcn=rc*rc; +// If rc>rclimit: the Legendre polynomial series is too slow, or not convergent (for rc>1) !!! + if(rc>rclimit) + { + return false; + } +// First 2 terms of Legendre polynomial P and its derivative Pp (P-primed) + P[0]=1.; P[1]=u; + Pp[0]=0.; Pp[1]=1.; +// + bool even=false; // true: only the even n terms are used + if(bcoil==false) // group calculation + { + double sum=0., sumodd=0.; + for(int n=2; n<=12; n++) + sum+=fabs(BremG[ig][n]); + for(int n=3; n<=12; n+=2) + sumodd+=fabs(BremG[ig][n]); + if(sumodd5) + { + double Beps=1.e-15*(fabs(Bz)+fabs(Br)); + double Bdelta=fabs(Bzplus[n])+fabs(Brplus[n])+fabs(Bzplus[n-1])+fabs(Brplus[n-1])+ + fabs(Bzplus[n-2])+fabs(Brplus[n-2])+fabs(Bzplus[n-3])+fabs(Brplus[n-3]); + if(Bdelta=nmax-2) + return false; + else + return true; +} + + + + +///////////////////////////////////////////////// + + + + + + +// #include "MagfieldMagcharge.cc" + +///////////////////////////////////////////////////// + +// Magnetic field calculation with remote magnetic charge method +// (local axisymmetric case) + +bool MagfieldCoils::Magfield2Magcharge(int i, double z, double r, double& Bz, double& Br, double& rc) +{ +// This function computes the magnetic field components Bz and Br at fieldpoint z and r by remote +// magnetic charge expansion, for coil i. +// It computes also the remote convergence ratio rc. +// The Vrem[i][n], n=0,...,nmax magnetic charge remote source constants for coil i are used. +// z: it is relative to the coil center (z=0). +// nmax: maximal index of the source constants (maximum of n). +// SI units are used ! +// If the convergence of the Legendre-series expansion is too slow: +// rc>rclimit, and the return value is false +// (in this case one should use another computation method !!!) +// + const double mu0=4.*M_PI*1.e-7; + double Hzmax, Hrmax, Hzmin, Hrmin, Hz, Hr, Mz, rcmin, rcmax; + double L, Zmin, Zmax, Rmin, Rmax, sigma; + L=coil[i][7]; Rmin=coil[i][8]; Rmax=coil[i][9]; // coil length, inner and outer radius + sigma=coil[i][10]; // current density + Zmin=-L/2.; Zmax=L/2.; // coil endpoints relative to coil center + bool hfieldmax=Hfield(i, z-Zmax, r, Hzmax, Hrmax, rcmax); + bool hfieldmin=Hfield(i, z-Zmin, r, Hzmin, Hrmin, rcmin); + rc=FMAX(rcmin, rcmax); +// If rc>rclimit: the Legendre polynomial series is too slow, or not convergent (for rc>1) !!! + if(hfieldmax==false || hfieldmin==false) + { + return false; + } + Hz=Hzmax-Hzmin; + Hr=Hrmax-Hrmin; + if(z>=Zmin && z<=Zmax && r<=Rmin) + Mz=sigma*(Rmax-Rmin); + else if(z>=Zmin && z<=Zmax && r>Rmin && r<=Rmax) + Mz=sigma*(Rmax-r); + else + Mz=0.; + Bz=mu0*(Mz+Hz); + Br=mu0*Hr; +// cout.precision(15); +// cout << scientific <=rclimit, and the return value is false +// (in this case one should use another computation method !!!) +// +// z0, Rocen, ro, u, sr, rc, rcn: +{ + const double mu0=4.*M_PI*1.e-7; + double z0, Rocen; // source point and conv. radius + if(bcoil==true) + { z0=z0cen[ig][j]; Rocen=rocen[ig][j]; } + else + { z0=z0cenG[ig][j]; Rocen=rocenG[ig][j]; } + double delz=z-z0; + double ro=sqrt(r*r+delz*delz); +// If the field point is very close to the source point: + if(ro<1.e-14) + { + if(bcoil==true) + Bz=Bcen[ig][j][0]; + else + Bz=BcenG[ig][j][0]; + Br=0.; + rc=0.; + return true; + } + double u=delz/ro; + double sr=r/ro; + rc=ro/Rocen; // convergence ratio + double rcn=rc; +// If rc>=rclimit: the Legendre polynomial series is too slow, or not convergent (for rc>1) !!! + if(rc>=rclimit) + { + return false; + } +// First 2 terms of Legendre polynomial P and its derivative Pp (P-primed) + P[0]=1.; P[1]=u; + Pp[0]=0.; Pp[1]=1.; +// First 2 terms of the series: + if(bcoil==true) + { + Bz=Bcen[ig][j][0]+Bcen[ig][j][1]*rc*u; + Br=-sr*Bcen[ig][j][1]/2.*rc; + } + else + { + Bz=BcenG[ig][j][0]+BcenG[ig][j][1]*rc*u; + Br=-sr*BcenG[ig][j][1]/2.*rc; + } + if(rc<1.e-10) goto label; +// +// We start here the central series expansion: + int nlast; + double bcen; + for(int n=2; n<=nmax-1; n++) + { + if(bcoil==true) + bcen=Bcen[ig][j][n]; + else + bcen=BcenG[ig][j][n]; + nlast=n; + rcn*=rc; + double uPp=u*Pp[n-1]; double uP=u*P[n-1]; + P[n]=2.*uP-P[n-2] - (uP - P[n-2])*C0[n]; + Pp[n]=2.*uPp-Pp[n-2] +(uPp - Pp[n-2])*C1[n]; +// P[n]=c1[n]*u*P[n-1]-c2[n]*P[n-2]; +// Pp[n]=c3[n]*u*Pp[n-1]-c4[n]*Pp[n-2]; + Bzplus[n]=bcen*rcn*P[n]; + Brplus[n]=-sr*bcen*c6[n]*rcn*Pp[n]; + Bz+=Bzplus[n]; Br+=Brplus[n]; + if(n>5) + { + double Beps=1.e-15*(fabs(Bz)+fabs(Br)); + double Bdelta=fabs(Bzplus[n])+fabs(Brplus[n])+fabs(Bzplus[n-1])+fabs(Brplus[n-1])+ + fabs(Bzplus[n-2])+fabs(Brplus[n-2])+fabs(Bzplus[n-3])+fabs(Brplus[n-3]); + if(Bdelta=nmax-1) + { + rc=1.; + return false; + } +label: ; +// Effective central correction for Bz: + if(bcoil==true) + { + double Lhalf=coil[ig][7]*0.5; + if(z>-Lhalf && zRmax) + Bz+=-mu0*sigma*(Rmax-Rmin); + else if(r>Rmin && r components x, y, z)! +// The coil is defined by the coil parameters coil[i][j], j=0,...,13. +// The return value is true, if only zonal harmonic expansions are used for the magnetic field calc.; +// if elliptic integral calc. is used: the return value is false. +// +// We start now the magnetic field calculation. +// First we define the local coordinate system of the coil, and the +// z and r local coordinates of the field point P. +// Local coordinate system: +// origo at coil center, +// local z axis parallel to coil axis, in u vector direction. + bool magfieldcoil=true; + double C[3], u[3]; + for(int k=0; k<3; k++) + C[k]=coil[i][1+k]; // coil center + u[0]=coil[i][11]; // coil direction unit vector component ux + u[1]=coil[i][12]; // coil direction unit vector component uy + u[2]=coil[i][13]; // coil direction unit vector component uz +// Local cylindrical z and r coordinates of the field point P (relative to coil center and direction): + double Ploc[3], Pr[3], w[3]; + for(int k=0; k<3; k++) + Ploc[k]=P[k]-C[k]; + double z=Ploc[1]*u[1]+Ploc[2]*u[2]+Ploc[0]*u[0]; + for(int k=0; k<3; k++) + Pr[k]=Ploc[k]-z*u[k]; + double r=sqrt(Pr[1]*Pr[1]+Pr[2]*Pr[2]+Pr[0]*Pr[0]); + double r2=r*r; +// +// Starting now Bz and Br calculation. + bool sps; + int jbest; double rcbest; +// --------------------------- +// Step 1. Probably most of the coils are far from the field point, therefore +// we try first the remote series expansion +// (with remote source point at the coil center) + double ro2=r2+z*z; + double rorem2=rorem[i]*rorem[i]; + double Bz, Br, rc; + if(ro2>rorem2*2.) + { + bool magfield=Magfield2Remote(true, i, z, r, Bz, Br, rc); + if(magfield==true) + goto labelend; + } +// Step 2. We try the central zonal method in the beginning of tracking, +// by searching all central source points. + if(jlast[i]==-2) + { + jlast[i]=-1; + sps=SourcePointSearching(true, i, z, r, 0, jbest, rcbest); + if(sps==true) + { + bool magfield=Magfield2Central(true, i, jbest, z, r, Bz, Br, rc); + if(magfield==true) + { + magfieldcoil=magfield; + goto labelend; + } + } + } +// --------------------------- +// Step 3. The field point is close to the coil. We try next the central +// Legendre polynomial expansion. If some source point for this coil +// has been already used (jlast[i]>-1), we search the central source +// point j close to the old source point jlast[i]. + sps=false; + if(jlast[i]>-1) + sps=SourcePointSearching(true, i, z, r, 1, jbest, rcbest); + if(jlast[i]>-1 && sps==false) + sps=SourcePointSearching(true, i, z, r, 2, jbest, rcbest); + if(sps==true) + { + bool magfield=Magfield2Central(true, i, jbest, z, r, Bz, Br, rc); + if(magfield==true) + goto labelend; + } +// --------------------------- +// Step 4. We try again the remote series expansion +// (with remote source point at the coil center) + if(ro2>rorem2*1.0204) + { + bool magfield=Magfield2Remote(true, i, z, r, Bz, Br, rc); + if(magfield==true) + goto labelend; + } +// --------------------------- +// --------------------------- +// Step 5. We try now the magnetic charge method + { + double L=coil[i][7]; double Rmax=coil[i][9]; // coil length and outer radius + double Zmin=-L/2.; double Zmax=L/2.; // coil endpoints relative to coil center + double romax2=r2+(z-Zmax)*(z-Zmax); + double romin2=r2+(z-Zmin)*(z-Zmin); + rorem2=Rmax*Rmax; + if(romax2>rorem2*1.0204 && romin2>rorem2*1.0204) + { + bool magfield=Magfield2Magcharge(i, z, r, Bz, Br, rc); + if(magfield==true) + goto labelend; + } + } +// --------------------------- +// Step 6. We try again the central zonal method, by searching now all central source points. + sps=SourcePointSearching(true, i, z, r, 0, jbest, rcbest); + if(sps==true) + { + bool magfield=Magfield2Central(true, i, jbest, z, r, Bz, Br, rc); + if(magfield==true) + { + magfieldcoil=magfield; + goto labelend; + } + } +// ----------------------------- +// Step 7. Unfortunately, no appropriate central, remote or magnetic charge expansion +// was found. We have to use elliptic integrals: +// cout << "step 6 " << endl; + Magfield2EllipticCoil(i, z, r, Bz, Br); + magfieldcoil=false; +// +// B[k],k=0,1,2 calculation from Bz, Br: +labelend: ; + if(r<1.e-15 || fabs(Br) components x, y, z)! +// The return value is true, if only zonal harmonic expansions are used for the magnetic field calc.; +// if elliptic integral calc. is also used: the return value is false. +// If the group has only 1 coil --> coil calculation: + if(Nc[g]==1) + return MagfieldCoil(Cin[g][0], P, B); +// +// We start now the magnetic field calculation. +// First we define the local coordinate system of the group, and the +// z and r local coordinates of the field point P. +// Local coordinate system: +// origo at Z[g][0], local z axis parallel to group axis, in u vector direction. + bool magfieldgroup=true; + double C[3], u[3], w[3]; + for(int k=0; k<3; k++) + C[k]=Line[g][k]; // group origo + for(int k=0; k<3; k++) + u[k]=Line[g][3+k]; // group direction unit vector +// Local cylindrical z and r coordinates of the field point P (relative to group origo and direction): + double Ploc[3], Pr[3]; + for(int k=0; k<3; k++) + Ploc[k]=P[k]-C[k]; + double z=Ploc[1]*u[1]+Ploc[2]*u[2]+Ploc[0]*u[0]; + for(int k=0; k<3; k++) + Pr[k]=Ploc[k]-z*u[k]; + double r=sqrt(Pr[1]*Pr[1]+Pr[2]*Pr[2]+Pr[0]*Pr[0]); + double r2=r*r; +// +// Starting now Bz and Br calculation. + bool sps; + int jbest; double rcbest; +// --------------------------- +// Step 1. We try first the remote series expansion +// (with remote source point at the group center) + double ro2=r2+(z-z0remG[g])*(z-z0remG[g]); + double rorem2=roremG[g]*roremG[g]; + double Bz, Br, rc; + if(ro2>rorem2*2.) + { + bool magfield=Magfield2Remote(false, g, z, r, Bz, Br, rc); + if(magfield==true) + goto labelend; + } +// --------------------------- +// Step 2. We try the central zonal method in the beginning of tracking, +// by searching all central source points. + if(jlastG[g]==-2) + { + jlastG[g]=-1; + sps=SourcePointSearching(false, g, z, r, 0, jbest, rcbest); + if(sps==true) + { + bool magfield=Magfield2Central(false, g, jbest, z, r, Bz, Br, rc); + if(magfield==true) + goto labelend; + } + } +// --------------------------- +// Step 3. The field point is close to the group. We try next the central +// Legendre polynomial expansion. If some source point for this group +// has been already used (jlastG[g]>-1), we search the central source +// point j close to the old source point jlastG[g]. + sps=false; + if(jlastG[g]>-1) + sps=SourcePointSearching(false, g, z, r, 1, jbest, rcbest); + if(jlastG[g]>-1 && sps==false) + sps=SourcePointSearching(false, g, z, r, 2, jbest, rcbest); + if(sps==true) + { + bool magfield=Magfield2Central(false, g, jbest, z, r, Bz, Br, rc); + if(magfield==true) + goto labelend; + } +// --------------------------- +// Step 4. We try again the remote series expansion +// (with remote source point at the group center) + if(ro2>rorem2*1.0204) + { + bool magfield=Magfield2Remote(false, g, z, r, Bz, Br, rc); + if(magfield==true) + goto labelend; + } +// --------------------------- +// Step 5. We try again the central zonal method, by searching now all central source points. + sps=SourcePointSearching(false, g, z, r, 0, jbest, rcbest); + if(sps==true) + { + bool magfield=Magfield2Central(false, g, jbest, z, r, Bz, Br, rc); + if(magfield==true) + goto labelend; + } +// ----------------------------- +// Step 6. Unfortunately, no appropriate central or remote expansion +// was found. We have to use coil calculations: + { + B[0]=B[1]=B[2]=0.; + double Bcoil[3]; + bool magfieldcoil; + for(int c=0; c-1) + { rcbest=sqrt(rcmin2); jlast[i]=jbest; return true; } + else + return false; + } // end of coil=true, type=0 case + else // only the 3 or the 11 source points near the last source point jlast are searched + { + if(jlast[i]<0) + return false; + int delj; + if(type==1) + delj=1; + else + delj=5; + int jmin=jlast[i]-delj; if(jmin<0) jmin=0; + int jmax=jlast[i]+delj; if(jmax>Nsp[i]-1) jmax=Nsp[i]-1; + rcmin2=rclimit*rclimit; jbest=-1; + for(int j=jmin; j<=jmax; j++) + { + delz=z-z0cen[i][j]; ro2=r2+delz*delz; rocen2=rocen[i][j]*rocen[i][j]; + if(ro2-1) + { rcbest=sqrt(rcmin2); jlast[i]=jbest; return true; } + else + return false; + } // end of coil=true, type=1 or 2 case + } // end of coil case + else // group case + { + int g=ig; + if(type==0) // all central source points of the group are searched + { + rcmin2=rclimit*rclimit; jbest=-1; + for(int j=0; j-1) + { rcbest=sqrt(rcmin2); jlastG[g]=jbest; return true; } + else + return false; + } // end of coil=false, type=0 case + else // only the 3 or the 11 source points near the last source point jlast are searched + { + if(jlastG[g]<0) + return false; + int delj; + if(type==1) + delj=1; + else + delj=5; + int jmin=jlastG[g]-delj; if(jmin<0) jmin=0; + int jmax=jlastG[g]+delj; if(jmax>NspG[g]-1) jmax=NspG[g]-1; + rcmin2=rclimit*rclimit; jbest=-1; + for(int j=jmin; j<=jmax; j++) + { + delz=z-z0cenG[g][j]; ro2=r2+delz*delz; rocen2=rocenG[g][j]*rocenG[g][j]; + if(ro2-1) + { rcbest=sqrt(rcmin2); jlastG[g]=jbest; return true; } + else + return false; + } // end of coil=false, type=1 or 2 case + } // end of group case +} + + + + + + +// #include "CarlsonEllipticIntegrals.cc" +///////////////////////////////////////////////////// + +// Complete elliptic integral calculations of Carlson +// (according to Numerical Recipes) + +///////////////////////////////////////////////////// + + +double MagfieldCoils::RF_Carlson(double x,double y,double z) +{ +// This function computes Carlson's elliptic integral of the first kind: +// R_F(x,y,z). x, y, z must be nonnegative, and at most one can be zero +// (see: Press et al., Numerical Recipes, Sec. 6.11). + const double ERRTOL=0.002,TINY=1.e-38,BIG=1.e38,C1=1./24.,C2=0.1, + C3=3./44.,C4=1./14.,THIRD=1./3.; + double alamb,ave,delx,dely,delz,e2,e3,sqrtx,sqrty,sqrtz,xt,yt,zt; + if(FMIN3(x,y,z)<0. || FMIN3(x+y,x+z,y+z)BIG) + { + puts("Message from function MagfieldCoils::RF_Carlson: invalid arguments !!!"); + puts("Program running is stopped !!! "); + exit(1); + } + xt=x; yt=y; zt=z; + do + { + sqrtx=sqrt(xt); sqrty=sqrt(yt); sqrtz=sqrt(zt); + alamb=sqrtx*(sqrty+sqrtz)+sqrty*sqrtz; + xt=0.25*(xt+alamb); yt=0.25*(yt+alamb); zt=0.25*(zt+alamb); + ave=THIRD*(xt+yt+zt); + delx=(ave-xt)/ave; dely=(ave-yt)/ave; delz=(ave-zt)/ave; + } + while (FMAX3(fabs(delx),fabs(dely),fabs(delz))>ERRTOL); + e2=delx*dely-delz*delz; + e3=delx*dely*delz; + return (1.+(C1*e2-C2-C3*e3)*e2+C4*e3)/sqrt(ave); +} + +/////////////////////////////////////////////////////////////// + +double MagfieldCoils::RD_Carlson(double x,double y,double z) +{ +// This function computes Carlson's elliptic integral of the second kind: +// R_D(x,y,z). x and y must be nonnegative, and at most one can be zero. +// z must be positive +// (see: Press et al., Numerical Recipes, Sec. 6.11). + const double ERRTOL=0.0015,TINY=1.e-25,BIG=1.e22,C1=3./14.,C2=1./6., + C3=9./22.,C4=3./26.,C5=0.25*C3,C6=1.5*C4; + double alamb,ave,delx,dely,delz,ea,eb,ec,ed,ee,fac,sum, + sqrtx,sqrty,sqrtz,xt,yt,zt; + if(FMIN(x,y)<0. || FMIN(x+y,z)BIG) + { + puts("Message from function MagfieldCoils::RD_Carlson: invalid arguments !!!"); + puts("Program running is stopped !!! "); + exit(1); + } + xt=x; yt=y; zt=z; + sum=0.; fac=1.; + do + { + sqrtx=sqrt(xt); sqrty=sqrt(yt); sqrtz=sqrt(zt); + alamb=sqrtx*(sqrty+sqrtz)+sqrty*sqrtz; + sum+=fac/(sqrtz*(zt+alamb)); + fac=0.25*fac; + xt=0.25*(xt+alamb); yt=0.25*(yt+alamb); zt=0.25*(zt+alamb); + ave=0.2*(xt+yt+3.*zt); + delx=(ave-xt)/ave; dely=(ave-yt)/ave; delz=(ave-zt)/ave; + } + while (FMAX3(fabs(delx),fabs(dely),fabs(delz))>ERRTOL); + ea=delx*dely; eb=delz*delz; + ec=ea-eb; ed=ea-6.*eb; ee=ed+ec+ec; + return 3.*sum+fac*(1.+ed*(-C1+C5*ed-C6*delz*ee)+ + delz*(C2*ee+delz*(-C3*ec+delz*C4*ea)))/(ave*sqrt(ave)); +} + +/////////////////////////////////////////////////////////////// + +double MagfieldCoils::RJ_Carlson(double x,double y,double z,double p) +{ +// This function computes Carlson's elliptic integral of the third kind: +// R_J(x,y,z,p). x, y and z must be nonnegative, and at most one can be zero. +// p must be nonzero. If p<0, the Cauchy principal value is returned. +// (see: Press et al., Numerical Recipes, Sec. 6.11). + const double ERRTOL=0.0015,TINY=1.e-20,BIG=1.e12,C1=3./14.,C2=1./3., + C3=3./22.,C4=3./26.,C5=0.75*C3,C6=1.5*C4,C7=0.5*C2,C8=2.*C3; + double a,alamb,alpha,ans,ave,b,beta,delp,delx,dely,delz,ea,eb,ec,ed,ee, + fac,pt,rcx,rho,sum,sqrtx,sqrty,sqrtz,tau,xt,yt,zt; + if(FMIN3(x,y,z)<0. || FMIN(FMIN(x+y,x+z),FMIN(y+z,fabs(p)))BIG) + { + puts("Message from function MagfieldCoils::RJ_Carlson: invalid arguments !!!"); + puts("Program running is stopped !!! "); + exit(1); + } + sum=0.; fac=1.; + if(p>0.) + { xt=x; yt=y; zt=z; pt=p; } + else + { + xt=FMIN3(x,y,z); + zt=FMAX3(x,y,z); + yt=x+y+z-xt-zt; + a=1./(yt-p); + b=a*(zt-yt)*(yt-xt); + pt=yt+b; + rho=xt*zt/yt; + tau=p*pt/yt; + rcx=RC_Carlson(rho,tau); + } + do + { + sqrtx=sqrt(xt); sqrty=sqrt(yt); sqrtz=sqrt(zt); + alamb=sqrtx*(sqrty+sqrtz)+sqrty*sqrtz; + alpha=pow2(pt*(sqrtx+sqrty+sqrtz)+sqrtx*sqrty*sqrtz); + beta=pt*pow2(pt+alamb); + sum+=fac*RC_Carlson(alpha,beta);; + fac=0.25*fac; + xt=0.25*(xt+alamb); yt=0.25*(yt+alamb); zt=0.25*(zt+alamb); + pt=0.25*(pt+alamb); + ave=0.2*(xt+yt+zt+2.*pt); + delx=(ave-xt)/ave; dely=(ave-yt)/ave; delz=(ave-zt)/ave; + delp=(ave-pt)/ave; + } + while (FMAX(FMAX(fabs(delx),fabs(dely)),FMAX(fabs(delz),fabs(delp))) + >ERRTOL); + ea=delx*(dely+delz)+dely*delz; + eb=delx*dely*delz; + ec=delp*delp; + ed=ea-3.*ec; + ee=eb+2.*delp*(ea-ec); + ans=3.*sum+fac*(1.+ed*(-C1+C5*ed-C6*ee)+eb*(C7+delp*(-C8+delp*C4))+ + delp*ea*(C2-delp*C3)-C2*delp*ec)/(ave*sqrt(ave)); + if(p<0.) + ans=a*(b*ans+3.*(rcx-RF_Carlson(xt,yt,zt))); + return ans; +} + +/////////////////////////////////////////////////////////////// + +double MagfieldCoils::RC_Carlson(double x,double y) +{ +// This function computes Carlson's degenerate elliptic integral: +// R_C(x,y). x must be nonnegative, and y must be nonzero. +// If y<0, the Cauchy principal value is returned. +// (see: Press et al., Numerical Recipes, Sec. 6.11). + const double ERRTOL=0.001,TINY=1.e-38,BIG=1.e38,SQRTNY=1.e-19,TNBG=TINY*BIG, + COMP1=2.236/SQRTNY,COMP2=TNBG*TNBG/25.,THIRD=1./3., + C1=0.3,C2=1./7.,C3=0.375,C4=9./22.; + double alamb,ave,s,w,xt,yt; + if(x<0. || y==0. || (x+fabs(y))BIG || + (y<-COMP1 && x>0. && x0.) + { xt=x; yt=y; w=1.;} + else + { xt=x-y; yt=-y; w=sqrt(x)/sqrt(xt); } + do + { + alamb=2.*sqrt(xt)*sqrt(yt)+yt; + xt=0.25*(xt+alamb); yt=0.25*(yt+alamb); + ave=THIRD*(xt+yt+yt); + s=(yt-ave)/ave; + } + while (fabs(s)>ERRTOL); + return w*(1.+s*s*(C1+s*(C2+s*(C3+s*C4))))/sqrt(ave); +} + +// #include "GaussLegendreIntegration.cc" + +//////////////////////////////////////////////////////////////////////////////////////////// + +// Calculation of integration nodes and weights for Gauss-Legendre integration + +void MagfieldCoils::GaussLegendreIntegration(int& N, double a, double b, double* x, double* w) +// This function computes the nodes x[i] and weights w[i], i=0,...,N-1, for numerical Gauss-Legendre integration +// from a to b. +// This code can change the input integer N! +// Dimension of arrays x and w has to be minimum N! +{ + const double x2[1]={0.5773502691896257}; + const double w2[1]={1.}; + const double x3[2]={0.,0.7745966692414834}; + const double w3[2]={0.8888888888888888,0.5555555555555556}; + const double x4[2]={0.3399810435848563,0.8611363115940526}; + const double w4[2]={0.6521451548625461,0.3478548451374538}; + const double x6[3]={0.2386191860831969,0.6612093864662645,0.9324695142031521}; + const double w6[3]={0.4679139345726910,0.3607615730481386,0.1713244923791704}; + const double x8[4]={0.1834346424956498,0.5255324099163290,0.7966664774136267,0.9602898564975363 }; + const double w8[4]={0.3626837833783620,0.3137066458778873,0.2223810344533745,0.1012285362903763}; + const double x16[8]={0.09501250983763744,0.28160355077925891,0.45801677765722739,0.61787624440264375, + 0.75540440835500303,0.86563120238783174,0.94457502307323258 ,0.98940093499164993}; + const double w16[8]={0.189450610455068496,0.182603415044923589,0.169156519395002532,0.149595988816576731, + 0.124628971255533872,0.095158511682492785,0.062253523938647892,0.027152459411754095}; + const double x32[16]={0.048307665687738316,0.144471961582796493,0.239287362252137075 ,0.331868602282127650, + 0.421351276130635345,0.506899908932229390,0.587715757240762329,0.663044266930215201, + 0.732182118740289680,0.794483795967942407,0.849367613732569970,0.896321155766052124, + 0.934906075937739689,0.964762255587506431,0.985611511545268335,0.997263861849481564}; + const double w32[16]={0.09654008851472780056,0.09563872007927485942,0.09384439908080456564,0.09117387869576388471, + 0.08765209300440381114,0.08331192422694675522,0.07819389578707030647,0.07234579410884850625, + 0.06582222277636184684,0.05868409347853554714,0.05099805926237617619,0.04283589802222680057, + 0.03427386291302143313,0.02539206530926205956,0.01627439473090567065,0.00701861000947009660}; + static double X[33][32]; + static double W[33][32]; + static bool start=true; + int m, n; + if(start==true) + { + m=2; + X[m][0]=-x2[0]; X[m][1]=x2[0]; + W[m][0]=w2[0]; W[m][1]=w2[0]; + m=3; + X[m][0]=-x3[1]; X[m][1]=x3[0]; X[m][2]=x3[1]; + W[m][0]=w3[1]; W[m][1]=w3[0]; W[m][2]=w3[1]; + m=4; n=m/2; + for(int i=0; i=5 && N<=6) + N=6; + else if(N>=7 && N<=11) + N=8; + else if(N>=12 && N<=20) + N=16; + else if(N>=21 && N<=45) + N=32; + else if(N>=46) + { + int M=N/32+1; N=32*M; + } +// + double Cp=(b+a)/2.; double Cm=(b-a)/2.; + if(N<=32) + { + for(int i=0; i(std::string("GMRES: "))); + gmres.AddVisitor(new KIterationTracker()); } #ifdef KEMFIELD_USE_VTK if (fUsePlot) { @@ -676,6 +678,7 @@ void KFMElectrostaticFastMultipoleBoundaryValueSolver::SolveGMRES_Jacobi(KSurfac if (fUseDisplay) { pgmres.AddVisitor(new KIterationDisplay(std::string("GMRES: "))); + pgmres.AddVisitor(new KIterationTracker()); } #ifdef KEMFIELD_USE_VTK if (fUsePlot) { @@ -780,6 +783,7 @@ void KFMElectrostaticFastMultipoleBoundaryValueSolver::SolveGMRES_ImplicitKrylov if (fUseDisplay) { pgmres.AddVisitor(new KIterationDisplay("GMRES: ")); + pgmres.AddVisitor(new KIterationTracker()); } #ifdef KEMFIELD_USE_VTK if (fUsePlot) { @@ -883,6 +887,7 @@ void KFMElectrostaticFastMultipoleBoundaryValueSolver::SolveGMRES_IndependentImp if (fUseDisplay) { pgmres.AddVisitor(new KIterationDisplay("GMRES: ")); + pgmres.AddVisitor(new KIterationTracker()); } #ifdef KEMFIELD_USE_VTK if (fUsePlot) { @@ -974,6 +979,7 @@ void KFMElectrostaticFastMultipoleBoundaryValueSolver::SolveBICGSTAB(KSurfaceCon if (fUseDisplay) { bicgstab.AddVisitor(new KIterationDisplay(std::string("BICGSTAB: "))); + bicgstab.AddVisitor(new KIterationTracker()); } #ifdef KEMFIELD_USE_VTK if (fUsePlot) { @@ -1069,6 +1075,7 @@ void KFMElectrostaticFastMultipoleBoundaryValueSolver::SolveBICGSTAB_Jacobi(KSur if (fUseDisplay) { pbicgstab.AddVisitor(new KIterationDisplay(std::string("BICGSTAB"))); + pbicgstab.AddVisitor(new KIterationTracker()); } #ifdef KEMFIELD_USE_VTK if (fUsePlot) { @@ -1176,6 +1183,7 @@ void KFMElectrostaticFastMultipoleBoundaryValueSolver::SolveBICGSTAB_ImplicitKry if (fUseDisplay) { pbicgstab.AddVisitor(new KIterationDisplay("BICGSTAB: ")); + pbicgstab.AddVisitor(new KIterationTracker()); } #ifdef KEMFIELD_USE_VTK if (fUsePlot) { @@ -1281,6 +1289,7 @@ void KFMElectrostaticFastMultipoleBoundaryValueSolver::SolveBICGSTAB_Independent if (fUseDisplay) { pbicgstab.AddVisitor(new KIterationDisplay("BICGSTAB: ")); + pbicgstab.AddVisitor(new KIterationTracker()); } #ifdef KEMFIELD_USE_VTK if (fUsePlot) { diff --git a/KEMField/Source/FieldSolvers/ZonalHarmonic/Solver/src/KElectromagnetZonalHarmonicFieldSolver.cc b/KEMField/Source/FieldSolvers/ZonalHarmonic/Solver/src/KElectromagnetZonalHarmonicFieldSolver.cc index 5a1d20fef..443e97fb3 100644 --- a/KEMField/Source/FieldSolvers/ZonalHarmonic/Solver/src/KElectromagnetZonalHarmonicFieldSolver.cc +++ b/KEMField/Source/FieldSolvers/ZonalHarmonic/Solver/src/KElectromagnetZonalHarmonicFieldSolver.cc @@ -80,8 +80,8 @@ KFieldVector KZonalHarmonicFieldSolver::VectorPotential(con } fDirectExecCount++; - kem_cout(eInfo) << "Magnetic ZH solver falling back to direct integration at point <" - << P.Z() << " " << P.Perp() << ">" << eom; + kem_cout_debug("Magnetic ZH solver falling back to direct integration at point <" + << P.Z() << " " << P.Perp() << ">" << eom); return fIntegratingFieldSolver.VectorPotential(P); } @@ -129,8 +129,8 @@ KFieldVector KZonalHarmonicFieldSolver::MagneticField(const } fDirectExecCount++; - kem_cout(eInfo) << "Magnetic ZH solver falling back to direct integration at point <" - << P.Z() << " " << P.Perp() << ">" << eom; + kem_cout_debug("Magnetic ZH solver falling back to direct integration at point <" + << P.Z() << " " << P.Perp() << ">" << eom); return fIntegratingFieldSolver.MagneticField(P); } @@ -178,8 +178,8 @@ KGradient KZonalHarmonicFieldSolver::MagneticFieldGradient( } fDirectExecCount++; - kem_cout(eInfo) << "Magnetic ZH solver falling back to direct integration at point <" - << P.Z() << " " << P.Perp() << ">" << eom; + kem_cout_debug("Magnetic ZH solver falling back to direct integration at point <" + << P.Z() << " " << P.Perp() << ">" << eom); return fIntegratingFieldSolver.MagneticFieldGradient(P); } @@ -239,8 +239,8 @@ KZonalHarmonicFieldSolver::MagneticFieldAndGradient(const K } fDirectExecCount += 2; - kem_cout(eInfo) << "Magnetic ZH solver falling back to direct integration at point <" - << P.Z() << " " << P.Perp() << ">" << eom; + kem_cout_debug("Magnetic ZH solver falling back to direct integration at point <" + << P.Z() << " " << P.Perp() << ">" << eom); B = fIntegratingFieldSolver.MagneticField(P); g = fIntegratingFieldSolver.MagneticFieldGradient(P); diff --git a/KEMField/Source/FieldSolvers/ZonalHarmonic/Solver/src/KElectrostaticZonalHarmonicFieldSolver.cc b/KEMField/Source/FieldSolvers/ZonalHarmonic/Solver/src/KElectrostaticZonalHarmonicFieldSolver.cc index ab47b005b..dca8677fa 100644 --- a/KEMField/Source/FieldSolvers/ZonalHarmonic/Solver/src/KElectrostaticZonalHarmonicFieldSolver.cc +++ b/KEMField/Source/FieldSolvers/ZonalHarmonic/Solver/src/KElectrostaticZonalHarmonicFieldSolver.cc @@ -58,8 +58,8 @@ double KZonalHarmonicFieldSolver::Potential(const KPosition } fDirectExecCount++; - kem_cout(eInfo) << "Electric ZH solver falling back to direct integration at point <" - << P.Z() << " " << P.Perp() << ">" << eom; + kem_cout_debug("Electric ZH solver falling back to direct integration at point <" + << P.Z() << " " << P.Perp() << ">" << eom); return fIntegratingFieldSolver.Potential(P); } @@ -88,8 +88,8 @@ KFieldVector KZonalHarmonicFieldSolver::ElectricField(const } fDirectExecCount++; - kem_cout(eInfo) << "Electric ZH solver falling back to direct integration at point <" - << P.Z() << " " << P.Perp() << ">" << eom; + kem_cout_debug("Electric ZH solver falling back to direct integration at point <" + << P.Z() << " " << P.Perp() << ">" << eom); return fIntegratingFieldSolver.ElectricField(P); } @@ -120,8 +120,8 @@ KZonalHarmonicFieldSolver::ElectricFieldAndPotential(const } fDirectExecCount++; - kem_cout(eInfo) << "Electric ZH solver falling back to direct integration at point <" - << P.Z() << " " << P.Perp() << ">" << eom; + kem_cout_debug("Electric ZH solver falling back to direct integration at point <" + << P.Z() << " " << P.Perp() << ">" << eom); return std::make_pair(fIntegratingFieldSolver.ElectricField(P), fIntegratingFieldSolver.Potential(P)); } diff --git a/KEMField/Source/Interface/FieldSolvers/Magnetic/CMakeLists.txt b/KEMField/Source/Interface/FieldSolvers/Magnetic/CMakeLists.txt index 1b245d0e0..73fb92dbd 100644 --- a/KEMField/Source/Interface/FieldSolvers/Magnetic/CMakeLists.txt +++ b/KEMField/Source/Interface/FieldSolvers/Magnetic/CMakeLists.txt @@ -6,6 +6,7 @@ set( FIELDSOLVER_MAGNETIC_HEADER_BASENAMES KMagneticFieldSolver.hh KIntegratingMagnetostaticFieldSolver.hh KZonalHarmonicMagnetostaticFieldSolver.hh + KMagfieldCoilsFieldSolver.hh ) set( FIELDSOLVER_MAGNETIC_HEADER_PATH @@ -20,6 +21,7 @@ endforeach( BASENAME ) set( FIELDSOLVER_MAGNETIC_SOURCE_BASENAMES KIntegratingMagnetostaticFieldSolver.cc KZonalHarmonicMagnetostaticFieldSolver.cc + KMagfieldCoilsFieldSolver.cc ) set( FIELDSOLVER_MAGNETIC_SOURCE_PATH @@ -40,6 +42,7 @@ target_link_libraries( KEMMagneticFieldSolvers KEMFileManipulation PUBLIC KEMElectromagnets + KEMMagfieldCoils KEMZHSolver ) #set_target_properties( KEMMagneticFieldSolvers PROPERTIES COMPILE_FLAGS -Wno-overloaded-virtual ) diff --git a/KEMField/Source/Interface/FieldSolvers/Magnetic/include/KMagfieldCoilsFieldSolver.hh b/KEMField/Source/Interface/FieldSolvers/Magnetic/include/KMagfieldCoilsFieldSolver.hh new file mode 100644 index 000000000..228172c4c --- /dev/null +++ b/KEMField/Source/Interface/FieldSolvers/Magnetic/include/KMagfieldCoilsFieldSolver.hh @@ -0,0 +1,66 @@ +/* + * KMagfieldCoilsFieldSolver.hh + * + * Created on: 31 Jan 2023 + * Author: Jan Behrens + */ + +#ifndef KMagfieldCoilsFieldSolver_HH_ +#define KMagfieldCoilsFieldSolver_HH_ + +#include "KMagneticFieldSolver.hh" +#include "MagfieldCoils.h" + +#include + +namespace katrin +{ +class KTextFile; +}; + +namespace KEMField +{ + +class KMagfieldCoilsFieldSolver : public KMagneticFieldSolver +{ + + public: + KMagfieldCoilsFieldSolver(); + + void SetDirName(const std::string& aName) { fDirName = aName; } + void SetObjectName(const std::string& aName) { fObjectName = aName; } + void SetCoilFileName(const std::string& aName) { fCoilFileName = aName; } + void SetReplaceFile(bool aFlag) { fReplaceFile = aFlag; } + void SetForceElliptic(bool aFlag) { fForceElliptic = aFlag; } + void SetNElliptic(int aNumber) { fNElliptic = aNumber; } + void SetNMax(int aNumber) { fNMax = aNumber; } + void SetEpsTol(double aNumber) { fEpsTol = aNumber; } + + private: + void InitializeCore(KElectromagnetContainer& aContainer) override; + void DeinitializeCore() override; + + KFieldVector MagneticPotentialCore(const KPosition& P) const override; + KFieldVector MagneticFieldCore(const KPosition& P) const override; + KGradient MagneticGradientCore(const KPosition& P) const override; + + std::string WriteCoilFile(katrin::KTextFile* aFile, KElectromagnetContainer& aContainer); + + private: + std::shared_ptr fSolver; + + std::string fDirName; + std::string fObjectName; + std::string fCoilFileName; + bool fReplaceFile; + bool fForceElliptic; + int fNElliptic; + int fNMax; + double fEpsTol; + + mutable unsigned int fApproxExecCount, fDirectExecCount; +}; + +} /* namespace KEMField */ + +#endif /* KMagfieldCoilsFieldSolver_HH_ */ diff --git a/KEMField/Source/Interface/FieldSolvers/Magnetic/include/KMagneticFieldSolver.hh b/KEMField/Source/Interface/FieldSolvers/Magnetic/include/KMagneticFieldSolver.hh index f23c6fdd3..2927af560 100644 --- a/KEMField/Source/Interface/FieldSolvers/Magnetic/include/KMagneticFieldSolver.hh +++ b/KEMField/Source/Interface/FieldSolvers/Magnetic/include/KMagneticFieldSolver.hh @@ -14,6 +14,7 @@ namespace KEMField { +class KMagneticField; class KMagneticFieldSolver { @@ -57,6 +58,9 @@ class KMagneticFieldSolver return MagneticFieldAndGradientCore(P); } + void SetFieldObject(const KMagneticField* o) { fFieldObject = o; } + const KMagneticField* GetFieldObject() { return fFieldObject; } + private: virtual void InitializeCore(KElectromagnetContainer& container) = 0; virtual void DeinitializeCore() = 0; @@ -71,6 +75,7 @@ class KMagneticFieldSolver } bool fInitialized; + const KMagneticField* fFieldObject; }; diff --git a/KEMField/Source/Interface/FieldSolvers/Magnetic/src/KMagfieldCoilsFieldSolver.cc b/KEMField/Source/Interface/FieldSolvers/Magnetic/src/KMagfieldCoilsFieldSolver.cc new file mode 100644 index 000000000..0e2f51637 --- /dev/null +++ b/KEMField/Source/Interface/FieldSolvers/Magnetic/src/KMagfieldCoilsFieldSolver.cc @@ -0,0 +1,226 @@ +/* + * KMagfieldCoilsFieldSolver.cc + * + * Created on: 31 Jan 2023 + * Author: Jan Behrens + */ + +#include "KMagfieldCoilsFieldSolver.hh" +#include "../../../Fields/Magnetic/include/KMagneticField.hh" + +#include "KEMCoreMessage.hh" +#include "KTextFile.h" +#include "KRotation.hh" + +namespace KEMField +{ + + +KMagfieldCoilsFieldSolver::KMagfieldCoilsFieldSolver() : + fNElliptic(32), + fNMax(500), + fEpsTol(1.e-8), + fApproxExecCount(0), + fDirectExecCount(0) +{} + +std::string KMagfieldCoilsFieldSolver::WriteCoilFile(katrin::KTextFile* aFile, KElectromagnetContainer& aContainer) +{ + aFile->Open(katrin::KFile::eWrite); + if (!aFile->IsOpen()) { + kem_cout(eWarning) << "magfield coil file could not be opened" << eom; + return ""; + } + + auto tFileName = aFile->GetName(); + + // First line: number of coils (Ncoil). + // Then there are Ncoil number of lines; each line contains: + // cu Cx Cy Cz alpha beta tu L Rmin Rmax + // cu: current of coil (A) + // Cx: x component of coil center (m) + // Cy: y component of coil center (m) + // Cz: z component of coil center (m) + // alpha, beta: coil direction Euler angles in degrees. + // Coil direction unit vector (ux, uy, uz) is defined by + // ux=sin(beta)*sin(alpha), uy=-sin(beta)*cos(alpha), uz=cos(beta), + // (e.g. beta=0: u in+z direction; beta=180: u in -z direction) + // tu: number of coil turns (double) + // L: coil length (m) + // Rmin: inner radius of coil (m) + // Rmax: outer radius of coil (m). + + kem_cout(eDebug) << "writing magfield coils to file: " << tFileName << eom; + auto* tStream = aFile->File(); + + unsigned tNumCoils = 0; + for (size_t i = 0; i < aContainer.size(); ++i ) { + auto tCoil = dynamic_cast(aContainer.at(i)); + if (tCoil) + tNumCoils++; + } + + *tStream << tNumCoils << "\n"; + + for (size_t i = 0; i < aContainer.size(); ++i ) { + auto tCoil = dynamic_cast(aContainer.at(i)); + if (tCoil) { + + // do not use coil->GetP0|P1() because it is defined as (r,0,z); z-axis is flipped here! + auto p0 = tCoil->GetCoordinateSystem().ToGlobal(KEMField::KPosition(0, 0, tCoil->GetZ0())); + auto p1 = tCoil->GetCoordinateSystem().ToGlobal(KEMField::KPosition(0, 0, tCoil->GetZ1())); + + katrin::KThreeVector tCenter = 0.5 * (p1 + p0); + double tLength = (p1 - p0).Magnitude(); + +#if 1 + double tAlpha, tBeta, tGamma; + katrin::KRotation tRotation; + tRotation.SetRotatedFrame(tCoil->GetCoordinateSystem().GetXAxis(), + tCoil->GetCoordinateSystem().GetYAxis(), + tCoil->GetCoordinateSystem().GetZAxis()); + tRotation.GetEulerAnglesInDegrees(tAlpha, tBeta, tGamma); +#else + // from Ferenc's CoilInputTransformMod.cc (coordinate conversion) + { + double ux = (p1.X() - p0.X()) / tLength; + double uy = (p1.Y() - p0.Y()) / tLength; + double uz = (p1.Z() - p0.Z()) / tLength; + double ur = sqrt(ux*ux+uy*uy); + + double beta = 180./M_PI * acos(uz); + double alpha; + const double eps = 1.e-11; + if (ur < eps) { + alpha = 0.; + } + else { + double uxur = ux/ur; + if (uxur > 1.) + uxur = 1.; + if (uxur < -1.) + uxur = -1.; + if (uy < eps) + alpha = 180./M_PI * asin(uxur); + else + alpha = 180. - 180./M_PI * asin(uxur); + } +#if 0 // DEBUGGING + if (alpha < 0.) + alpha += 360.; + if (tAlpha < 0.) + tAlpha += 360.; + if (alpha != tAlpha || beta != tBeta) { + cout << "i, ux, uy, uz= " << i << scientific << " " << ux << " " << uy<< " " << uz << endl; + cout << "i, alpha, beta= " << i << scientific << " " << alpha << " " << beta<< endl; + cout << "i, tAlpha, tBeta= " << i << scientific << " " << tAlpha << " " << tBeta<< endl; + cout << endl; +#endif + } + tAlpha = alpha; + tBeta = beta; + } +#endif + + *tStream << std::scientific << std::setprecision(12) + << tCoil->GetCurrentPerTurn() << "\t" + << tCenter.X() << "\t" + << tCenter.Y() << "\t" + << -1*tCenter.Z() << "\t" + << tAlpha << "\t" + << tBeta << "\t" + << tCoil->GetNumberOfTurns() << "\t" + << tLength << "\t" + << tCoil->GetR0() << "\t" + << tCoil->GetR1() << "\t" + << "\n"; + } + } + + aFile->Close(); + return tFileName; +} + +void KMagfieldCoilsFieldSolver::InitializeCore(KElectromagnetContainer& aContainer) +{ + if (fSolver) + return; + + string tDirName = fDirName.empty() ? SCRATCH_DEFAULT_DIR : fDirName; + if (tDirName.at(tDirName.length()-1) != '/') + tDirName += '/'; + + string tObjectName = fObjectName.empty() ? GetFieldObject()->GetName() : fObjectName; + tObjectName += '_'; + + auto tCoilFile = katrin::KTextFile::CreateOutputTextFile(tDirName, fCoilFileName); + string tCoilFileName = tDirName + fCoilFileName; + + if (fReplaceFile) { + tCoilFileName = WriteCoilFile(tCoilFile, aContainer); // update filename of created file + kem_cout(eNormal) << "initializing MagfieldCoils solver with file <" << tCoilFileName << ">" << eom; + } + else { + if (katrin::KFile::Test(tCoilFileName)) + kem_cout(eNormal) << "initializing MagfieldCoils solver with existing file <" << tCoilFileName << ">" << eom; + else + kem_cout(eError) << "cannot initialize MagfieldCoils solver with missing file <" << tCoilFileName << ">" << eom; + } + + kem_cout_debug("sourcepoint files are begin written to <" << tDirName + tObjectName+"*.txt" << eom); + fSolver = std::make_shared(tDirName, tObjectName, tCoilFileName, fNElliptic, fNMax, fEpsTol); +} + +void KMagfieldCoilsFieldSolver::DeinitializeCore() +{ + const auto& A = fApproxExecCount; + const auto& D = fDirectExecCount; + const auto& T = fApproxExecCount+fDirectExecCount; + kem_cout(eNormal) << "MagfieldCoils solver execution counts:" << ret + << "approx: " << A << " (" << std::floor(100.*A/T) << "%)" << ret + << "direct: " << D << " (" << std::floor(100.*D/T) << "%)" << eom; +} + +KFieldVector KMagfieldCoilsFieldSolver::MagneticPotentialCore(const KPosition& /*P*/) const +{ + return KFieldVector::sInvalid; +} + +KFieldVector KMagfieldCoilsFieldSolver::MagneticFieldCore(const KPosition& P) const +{ + KFieldVector b; + if (fForceElliptic) { + fSolver->MagfieldElliptic(P.Components(), b.Components()); + fDirectExecCount++; + return b; + } + + if (! fSolver->Magfield(P.Components(), b.Components())) { // automatic fallback to elliptic + fDirectExecCount++; + kem_cout_debug("MagfieldCoils solver falling back to direct integration at point <" + << P.Z() << " " << P.Perp() << ">" << eom); + } + else { + fApproxExecCount++; + } + return b; +} + +KGradient KMagfieldCoilsFieldSolver::MagneticGradientCore(const KPosition& P) const +{ + KGradient g; + double epsilon = 1.e-6; + for (unsigned int i = 0; i < 3; i++) { + KPosition Pplus = P; + Pplus[i] += epsilon; + KPosition Pminus = P; + Pminus[i] -= epsilon; + KFieldVector Bplus = MagneticField(Pplus); + KFieldVector Bminus = MagneticField(Pminus); + for (unsigned int j = 0; j < 3; j++) + g[j + 3 * i] = (Bplus[j] - Bminus[j]) / (2. * epsilon); + } + return g; +} + +} /* namespace KEMField */ diff --git a/KEMField/Source/Interface/Fields/Magnetic/src/KStaticElectromagnetField.cc b/KEMField/Source/Interface/Fields/Magnetic/src/KStaticElectromagnetField.cc index c86e0d299..541f966b3 100644 --- a/KEMField/Source/Interface/Fields/Magnetic/src/KStaticElectromagnetField.cc +++ b/KEMField/Source/Interface/Fields/Magnetic/src/KStaticElectromagnetField.cc @@ -95,6 +95,7 @@ void KStaticElectromagnetField::InitializeCore() KEMFileInterface::GetInstance()->ActiveDirectory(fDirectory); KEMFileInterface::GetInstance()->ActiveFile(KEMFileInterface::GetInstance()->ActiveDirectory() + "/" + fFile); + fFieldSolver->SetFieldObject(this); fFieldSolver->Initialize(*fContainer); } diff --git a/KEMField/Source/Interface/KGeoBag/src/KGElectromagnetConverter.cc b/KEMField/Source/Interface/KGeoBag/src/KGElectromagnetConverter.cc index b5411156c..908c2a915 100644 --- a/KEMField/Source/Interface/KGeoBag/src/KGElectromagnetConverter.cc +++ b/KEMField/Source/Interface/KGeoBag/src/KGElectromagnetConverter.cc @@ -170,11 +170,11 @@ void KGElectromagnetConverter::VisitWrappedSpace(KGRodSpace* rod) for (unsigned int i = 0; i < rod->GetObject()->GetNCoordinates() - 1; i++) { KEMField::KPosition p0(rod->GetObject()->GetCoordinate(i, 0), - rod->GetObject()->GetCoordinate(i, 1), - rod->GetObject()->GetCoordinate(i, 2)); + rod->GetObject()->GetCoordinate(i, 1), + rod->GetObject()->GetCoordinate(i, 2)); KEMField::KPosition p1(rod->GetObject()->GetCoordinate(i + 1, 0), - rod->GetObject()->GetCoordinate(i + 1, 1), - rod->GetObject()->GetCoordinate(i + 1, 2)); + rod->GetObject()->GetCoordinate(i + 1, 1), + rod->GetObject()->GetCoordinate(i + 1, 2)); auto* lineCurrent = new KEMField::KLineCurrent(); lineCurrent->SetValues(p0, p1, tCurrent); @@ -239,17 +239,21 @@ void KGElectromagnetConverter::VisitCylinderTubeSpace(KGCylinderTubeSpace* cylin if (fMagfield3File && fMagfield3File->IsOpen()) { auto* tStream = fMagfield3File->File(); - // do not use coil->GetP0|P1() because it is defined as (r,0,z) + // do not use coil->GetP0|P1() because it is defined as (r,0,z); z-axis is flipped here! auto p0 = coil->GetCoordinateSystem().ToGlobal(KEMField::KPosition(0, 0, tZMin)); auto p1 = coil->GetCoordinateSystem().ToGlobal(KEMField::KPosition(0, 0, tZMax)); double tLineCurrent = fCurrentElectromagnetSpace->GetLineCurrent(); std::string tName = fCurrentElectromagnetSpace->GetName(); - (*tStream) << ' ' << coil->GetCurrentDensity() << '\t' << p0.X() << '\t' << p0.Y() << '\t' << p0.Z() << '\t' - << p1.X() << '\t' << p1.Y() << '\t' << p1.Z() << '\t' << coil->GetR0() << '\t' << coil->GetR1() - << '\t' << coil->GetIntegrationScale() << '\t' << tLineCurrent << '\t' << tNumTurns << "\t# " - << tName << std::endl; + (*tStream) << std::scientific << std::setprecision(12) + << coil->GetCurrentDensity() << '\t' + << p0.X() << '\t' << p0.Y() << '\t' << -1*p0.Z() << '\t' + << p1.X() << '\t' << p1.Y() << '\t' << -1*p1.Z() << '\t' + << coil->GetR0() << '\t' << coil->GetR1() + << '\t' << coil->GetIntegrationScale() << '\t' + << tLineCurrent << '\t' << tNumTurns << '\t' + << "# " << tName << std::endl; } } } diff --git a/KEMField/Source/Plugins/VTK/include/KEMVTKViewer.hh b/KEMField/Source/Plugins/VTK/include/KEMVTKViewer.hh index ea9c3be0e..2b33a81cc 100644 --- a/KEMField/Source/Plugins/VTK/include/KEMVTKViewer.hh +++ b/KEMField/Source/Plugins/VTK/include/KEMVTKViewer.hh @@ -124,8 +124,6 @@ class KEMVTKViewer : public KSurfaceAction double fLineSegmentRadiusMin; - int fQualityMeasure; - // polygon cross-section for line segments (otherwise, they have no surface) unsigned int fLineSegmentPolyApprox; unsigned int fArcPolyApprox; diff --git a/KEMField/Source/Plugins/VTK/src/KEMVTKElectromagnetViewer.cc b/KEMField/Source/Plugins/VTK/src/KEMVTKElectromagnetViewer.cc index ecfbebd76..1a268c137 100644 --- a/KEMField/Source/Plugins/VTK/src/KEMVTKElectromagnetViewer.cc +++ b/KEMField/Source/Plugins/VTK/src/KEMVTKElectromagnetViewer.cc @@ -42,7 +42,7 @@ void KEMVTKElectromagnetViewer::Visit(KCoil& aCoil) void KEMVTKElectromagnetViewer::GenerateGeometryFile(const std::string& fileName) { - KEMField::cout << "Generating file " << std::move(fileName) << KEMField::endl; + KEMField::cout << "Generating file " << fileName << KEMField::endl; } void KEMVTKElectromagnetViewer::ViewGeometry() diff --git a/KEMField/Source/Plugins/VTK/src/KEMVTKViewer.cc b/KEMField/Source/Plugins/VTK/src/KEMVTKViewer.cc index e16cb05f3..fa9cbf975 100644 --- a/KEMField/Source/Plugins/VTK/src/KEMVTKViewer.cc +++ b/KEMField/Source/Plugins/VTK/src/KEMVTKViewer.cc @@ -78,8 +78,6 @@ KEMVTKViewer::KEMVTKViewer(KSurfaceContainer& aSurfaceContainer) fLineSegmentPolyApprox = 6; fArcPolyApprox = 120; - fQualityMeasure = VTK_QUALITY_SCALED_JACOBIAN; - for (KSurfaceContainer::iterator it = aSurfaceContainer.begin(); it != aSurfaceContainer.end(); it++) { if (! *it) continue; @@ -93,8 +91,8 @@ KEMVTKViewer::KEMVTKViewer(KSurfaceContainer& aSurfaceContainer) // Calculate functions of quality of the elements of a mesh. auto qualityFilter = vtkSmartPointer::New(); qualityFilter->SetInputData(fPolyData); - qualityFilter->SetTriangleQualityMeasure(fQualityMeasure); - qualityFilter->SetQuadQualityMeasure(fQualityMeasure); + qualityFilter->SetTriangleQualityMeasureToScaledJacobian(); + qualityFilter->SetQuadQualityMeasureToScaledJacobian(); qualityFilter->Update(); vtkDataSet* qualityMesh = qualityFilter->GetOutput(); diff --git a/KGeoBag/Source/Core/Source/KGInterface.cc b/KGeoBag/Source/Core/Source/KGInterface.cc index 881b63742..6211c1f47 100644 --- a/KGeoBag/Source/Core/Source/KGInterface.cc +++ b/KGeoBag/Source/Core/Source/KGInterface.cc @@ -71,7 +71,7 @@ vector KGInterface::RetrieveSurfaces(const string& aSpecifier) coremsg_debug("retrieving surfaces for <" << aSpecifier << ">..." << eom); vector tAccumulator; - RetrieveSurfacesBySpecifier(tAccumulator, fRoot, std::move(aSpecifier)); + RetrieveSurfacesBySpecifier(tAccumulator, fRoot, aSpecifier); coremsg_debug("...done" << eom); @@ -114,7 +114,7 @@ vector KGInterface::RetrieveSpaces(const string& aSpecifier) coremsg_debug("retrieving spaces for <" << aSpecifier << ">..." << eom); vector tAccumulator; - RetrieveSpacesBySpecifier(tAccumulator, fRoot, std::move(aSpecifier)); + RetrieveSpacesBySpecifier(tAccumulator, fRoot, aSpecifier); coremsg_debug("...done" << eom); diff --git a/KGeoBag/Source/Math/SpaceTree/Include/KGBall.hh b/KGeoBag/Source/Math/SpaceTree/Include/KGBall.hh index a9645f303..71140b207 100644 --- a/KGeoBag/Source/Math/SpaceTree/Include/KGBall.hh +++ b/KGeoBag/Source/Math/SpaceTree/Include/KGBall.hh @@ -24,18 +24,9 @@ template class KGBall public: KGBall() { - for (size_t i = 0; i < NDIM + 1; i++) { - fData[i] = 0.0; - } + fData.fill(0.0); }; - KGBall(const KGBall& copyObject) - { - for (size_t i = 0; i < NDIM + 1; i++) { - fData[i] = copyObject.fData[i]; - } - } - KGBall(KGPoint center, double radius) { @@ -46,7 +37,6 @@ template class KGBall } virtual ~KGBall() = default; - ; size_t GetDimension() const { @@ -64,9 +54,9 @@ template class KGBall KGPoint GetCenter() const { - return KGPoint(fData); + return KGPoint(fData.data()); }; - void SetCenter(KGPoint center) + void SetCenter(const KGPoint& center) { for (size_t i = 0; i < NDIM; i++) { fData[i] = center[i]; @@ -124,20 +114,8 @@ template class KGBall double& operator[](size_t i); const double& operator[](size_t i) const; - - inline KGBall& operator=(const KGBall& rhs) - { - if (&rhs != this) { - for (size_t i = 0; i < NDIM + 1; i++) { - fData[i] = rhs.fData[i]; - } - } - return *this; - } - - private: - double fData[NDIM + 1]; //center position + length, last element is length + std::array fData; //center position + length, last element is length }; diff --git a/KGeoBag/Source/Math/SpaceTree/Include/KGPoint.hh b/KGeoBag/Source/Math/SpaceTree/Include/KGPoint.hh index 3f9fd037a..6895930fe 100644 --- a/KGeoBag/Source/Math/SpaceTree/Include/KGPoint.hh +++ b/KGeoBag/Source/Math/SpaceTree/Include/KGPoint.hh @@ -32,12 +32,9 @@ template class KGPoint KGPoint(const double* p) { - std::copy(p, p + NDIM, fData.begin()); - } - - KGPoint(const KGPoint& p) - { - fData = p.fData; + for (unsigned int i=0; i class KGPoint return fData.data(); } - // // access - commented out, since these are ambiguous with the above type cast - // double& operator[] (size_t index) { return fData[index]; } - // const double& operator[] (size_t index) const { return fData[index]; } - - // assignment - KGPoint& operator=(const KGPoint& p) - { - fData = p.fData; - return *this; - } - double MagnitudeSquared() const { double result = 0.0; diff --git a/KGeoBag/Source/Visualization/Basic/Source/KGGeometryPrinter.cc b/KGeoBag/Source/Visualization/Basic/Source/KGGeometryPrinter.cc index c3d9f7d5d..7cf4477d1 100644 --- a/KGeoBag/Source/Visualization/Basic/Source/KGGeometryPrinter.cc +++ b/KGeoBag/Source/Visualization/Basic/Source/KGGeometryPrinter.cc @@ -483,7 +483,7 @@ void KGGeometryPrinter::VisitConeSurface(KGConeSurface* aSurface) fPrivate->Put(tRoot + "/global_coords/point1", P1); fPrivate->Put(tRoot + "/global_coords/point2", P2); - fPrivate->Put(tRoot + "/global_coords/normal", N); + fPrivate->Put(tRoot + "/global_coords/normal", N / N.Magnitude()); //clear surface fCurrentSurface = nullptr; @@ -516,7 +516,7 @@ void KGGeometryPrinter::VisitCutConeSurface(KGCutConeSurface* aSurface) fPrivate->Put(tRoot + "/global_coords/point1", P1); fPrivate->Put(tRoot + "/global_coords/point2", P2); - fPrivate->Put(tRoot + "/global_coords/normal", N); + fPrivate->Put(tRoot + "/global_coords/normal", N / N.Magnitude()); //clear surface fCurrentSurface = nullptr; @@ -545,7 +545,7 @@ void KGGeometryPrinter::VisitCylinderSurface(KGCylinderSurface* aSurface) fPrivate->Put(tRoot + "/global_coords/point1", P1); fPrivate->Put(tRoot + "/global_coords/point2", P2); - fPrivate->Put(tRoot + "/global_coords/normal", N); + fPrivate->Put(tRoot + "/global_coords/normal", N / N.Magnitude()); //clear surface fCurrentSurface = nullptr; @@ -599,7 +599,7 @@ void KGGeometryPrinter::VisitWrappedSurface(KGRodSurface* aSurface) if (Pi.size() == 2) { KThreeVector N = Pi[1] - Pi[0]; - fPrivate->Put(tRoot + "/global/normal", N); + fPrivate->Put(tRoot + "/global/normal", N / N.Magnitude()); } //clear space @@ -675,7 +675,7 @@ void KGGeometryPrinter::VisitConeSpace(KGConeSpace* aSpace) fPrivate->Put(tRoot + "/global_coords/point1", P1); fPrivate->Put(tRoot + "/global_coords/point2", P2); - fPrivate->Put(tRoot + "/global_coords/normal", N); + fPrivate->Put(tRoot + "/global_coords/normal", N / N.Magnitude()); //clear surface fCurrentSpace = nullptr; @@ -706,7 +706,7 @@ void KGGeometryPrinter::VisitCutConeSpace(KGCutConeSpace* aSpace) fPrivate->Put(tRoot + "/global_coords/point1", P1); fPrivate->Put(tRoot + "/global_coords/point2", P2); - fPrivate->Put(tRoot + "/global_coords/normal", N); + fPrivate->Put(tRoot + "/global_coords/normal", N / N.Magnitude()); //clear space fCurrentSpace = nullptr; @@ -743,7 +743,7 @@ void KGGeometryPrinter::VisitCutConeTubeSpace(KGCutConeTubeSpace* aSpace) fPrivate->Put(tRoot + "/global_coords/point1", P1); fPrivate->Put(tRoot + "/global_coords/point2", P2); - fPrivate->Put(tRoot + "/global_coords/normal", N); + fPrivate->Put(tRoot + "/global_coords/normal", N / N.Magnitude()); //clear space fCurrentSpace = nullptr; @@ -772,7 +772,7 @@ void KGGeometryPrinter::VisitCylinderSpace(KGCylinderSpace* aSpace) fPrivate->Put(tRoot + "/global_coords/point1", P1); fPrivate->Put(tRoot + "/global_coords/point2", P2); - fPrivate->Put(tRoot + "/global_coords/normal", N); + fPrivate->Put(tRoot + "/global_coords/normal", N / N.Magnitude()); //clear space fCurrentSpace = nullptr; @@ -804,7 +804,7 @@ void KGGeometryPrinter::VisitCylinderTubeSpace(KGCylinderTubeSpace* aSpace) fPrivate->Put(tRoot + "/global_coords/point1", P1); fPrivate->Put(tRoot + "/global_coords/point2", P2); - fPrivate->Put(tRoot + "/global_coords/normal", N); + fPrivate->Put(tRoot + "/global_coords/normal", N / N.Magnitude()); //clear space fCurrentSpace = nullptr; @@ -836,7 +836,7 @@ void KGGeometryPrinter::VisitWrappedSpace(KGRodSpace* aSpace) if (Pi.size() == 2) { KThreeVector N = Pi[1] - Pi[0]; - fPrivate->Put(tRoot + "/global/normal", N); + fPrivate->Put(tRoot + "/global/normal", N / N.Magnitude()); } //clear space diff --git a/Kassiopeia/Documentation/Reference/README.txt b/Kassiopeia/Documentation/Reference/README.txt index cd49c5feb..b57774393 100644 --- a/Kassiopeia/Documentation/Reference/README.txt +++ b/Kassiopeia/Documentation/Reference/README.txt @@ -25,11 +25,12 @@ This latex source file can then be turned into a .pdf document using pdflatex. The sphinx documetation requires doxygen, python and sphinx. The python document generator (sphinx) can be installed using: -# pip install sphinx +# pip install "sphinx<7" -the Kassiopeia user-guide also requires sphinxjp.themes.basicstrap (for theme and style) +the Kassiopeia user-guide also requires sphinxjp.themes.basicstrap and sphinx_rtd_theme (for theme and style) and Doxylink (in order to allow the Doxygen generated API reference to be visible in the user guide). These can be installed using: +# pip install sphinx-rtd-theme # pip install sphinxjp.themes.basicstrap -# pip install sphinx-contrib.doxylink +# pip install sphinxcontrib-doxylink diff --git a/Kassiopeia/Documentation/Reference/conf.py b/Kassiopeia/Documentation/Reference/conf.py index f6e06b126..049c18f73 100644 --- a/Kassiopeia/Documentation/Reference/conf.py +++ b/Kassiopeia/Documentation/Reference/conf.py @@ -76,7 +76,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = u"en" # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: @@ -311,7 +311,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'Example intersphinx mapping': ('https://docs.python.org/', None)} #Doxylink tag files to pull in doxygen generated API doxylink = { diff --git a/Kommon/Base/Utility/KBaseStringUtils.h b/Kommon/Base/Utility/KBaseStringUtils.h index db82c181c..e58536666 100644 --- a/Kommon/Base/Utility/KBaseStringUtils.h +++ b/Kommon/Base/Utility/KBaseStringUtils.h @@ -17,6 +17,8 @@ #include #include #include +#include +#include #include // needed to convert typename to string @@ -147,8 +149,14 @@ template inline XDataType KBaseStringUtils::Convert(std::str XDataType Data; Converter >> Data; std::string rest; - if (Converter.fail() || (Data != Data)) // also check for NaN + if (Converter.fail()) { + if (std::numeric_limits::has_quiet_NaN) { + if (str == std::string("nan") || str == std::string("NaN") || str == std::string("NAN")) { + return std::numeric_limits::quiet_NaN(); + } + } + // Throwing exception as there is no possible way for a scientifically reasonable recovery when conversion fails throw KException() << "Error processing <" << EscapeMostly(str) << "> with type <" << TypeName() << ">."; diff --git a/Kommon/Base/Utility/KVariant.cxx b/Kommon/Base/Utility/KVariant.cxx index acdd9bb2a..00e1b57f5 100644 --- a/Kommon/Base/Utility/KVariant.cxx +++ b/Kommon/Base/Utility/KVariant.cxx @@ -6,7 +6,13 @@ #include #include + +//#define USE_KBASE_STRING_UTILS 1 +#ifdef USE_KBASE_STRING_UTILS #include "KBaseStringUtils.h" +#else +#include +#endif using namespace std; using namespace katrin; @@ -27,7 +33,17 @@ bool KVariant::AsBool() const return fPrimitive.fDoubleValue != 0; } else if (fType == Type_String) { +#ifdef USE_KBASE_STRING_UTILS return KBaseStringUtils::Convert(*fPrimitive.fStringValue); +#else + //... TODO: implement YAML-compatible type rules??? Maybe not??? ...// + if (*fPrimitive.fStringValue == "true") { + return true; + } + else if (*fPrimitive.fStringValue == "false") { + return false; + } +#endif } else if (fType == Type_Unknown) { return fPrimitive.fUnknownValue != nullptr; @@ -51,7 +67,24 @@ long long KVariant::AsLong() const return (long long) fPrimitive.fDoubleValue; } else if (fType == Type_String) { +#ifdef USE_KBASE_STRING_UTILS return KBaseStringUtils::Convert(*fPrimitive.fStringValue); +#else + long Value; + const char* Start = fPrimitive.fStringValue->c_str(); + char* End; + errno = 0; + if (strncmp(Start, "0x", 2) == 0) { + Value = strtol(Start, &End, 0); + } + else { + Value = strtol(Start, &End, 10); + } + if (((Value == 0) && (errno != 0)) || (*End != '\0')) { + throw KException() << "bad string to convert to int: \"" << *fPrimitive.fStringValue << "\""; + } + return Value; +#endif } throw KException() << "bad type to convert to int: \"" << AsString() << "\""; @@ -73,7 +106,19 @@ double KVariant::AsDouble() const return fPrimitive.fDoubleValue; } else if (fType == Type_String) { +#ifdef USE_KBASE_STRING_UTILS return KBaseStringUtils::Convert(*fPrimitive.fStringValue); +#else + double Value; + const char* Start = fPrimitive.fStringValue->c_str(); + char* End; + errno = 0; + Value = strtod(Start, &End); + if (((Value == 0) && (errno != 0)) || (*End != '\0')) { + throw KException() << "bad string to convert to double: \"" << *fPrimitive.fStringValue << "\""; + } + return Value; +#endif } throw KException() << "bad type to convert to int: \"" << AsString() << "\""; diff --git a/Kommon/Boost/Utility/KPathUtils.h b/Kommon/Boost/Utility/KPathUtils.h index 1783bcc15..795f2453d 100644 --- a/Kommon/Boost/Utility/KPathUtils.h +++ b/Kommon/Boost/Utility/KPathUtils.h @@ -3,6 +3,7 @@ #include #include +#include namespace katrin { diff --git a/Kommon/Math/Geometry/include/KThreeVector.hh b/Kommon/Math/Geometry/include/KThreeVector.hh index a4d0cc850..24b8fe3ad 100644 --- a/Kommon/Math/Geometry/include/KThreeVector.hh +++ b/Kommon/Math/Geometry/include/KThreeVector.hh @@ -81,6 +81,7 @@ class KThreeVector const double& Z() const; const double& GetZ() const; + double* Components(); const double* Components() const; const std::vector AsVector() const; const std::array AsArray() const; @@ -307,6 +308,10 @@ inline const double& KThreeVector::GetZ() const { return fData[2]; } +inline double* KThreeVector::Components() +{ + return (double*) fData; +} inline const double* KThreeVector::Components() const { return (const double*) fData; diff --git a/Kommon/Math/include/KMathIntegrator.h b/Kommon/Math/include/KMathIntegrator.h index 81e6856ea..1cb6422e6 100644 --- a/Kommon/Math/include/KMathIntegrator.h +++ b/Kommon/Math/include/KMathIntegrator.h @@ -17,6 +17,7 @@ #include #include #include +#include #ifdef KASPER_USE_GSL #include diff --git a/Kommon/Math/include/KMathRegulaFalsi.h b/Kommon/Math/include/KMathRegulaFalsi.h index e3eee1674..5767fdb40 100644 --- a/Kommon/Math/include/KMathRegulaFalsi.h +++ b/Kommon/Math/include/KMathRegulaFalsi.h @@ -13,6 +13,7 @@ #include #include #include +#include namespace katrin { diff --git a/Kommon/TBB/CMakeLists.txt b/Kommon/TBB/CMakeLists.txt deleted file mode 100644 index 92f3ada20..000000000 --- a/Kommon/TBB/CMakeLists.txt +++ /dev/null @@ -1,29 +0,0 @@ -find_package( TBB REQUIRED ) - -# headers -set( KOMMON_TBB_HEADER_FILES - Utility/KMathIntegratorThreaded.h -) - -# source -#set( KOMMON_TBB_SOURCE_FILES -# Utility/KMathIntegratorThreaded.cxx -#) - - -# get header paths from collected header files -foreach(HEADER ${KOMMON_BOOST_HEADER_FILES}) - get_filename_component(DIRNAME ${CMAKE_CURRENT_SOURCE_DIR}/${HEADER} DIRECTORY) - target_include_directories(KommonCore PUBLIC $) -endforeach(HEADER) -target_include_directories(KommonCore PUBLIC $) - -target_include_directories(KommonCore PRIVATE ${TBB_INCLUDE_DIRS}) -target_compile_definitions(KommonCore PUBLIC KASPER_USE_TBB) -target_link_libraries(KommonCore - PRIVATE - ${TBB_LIBRARIES} -) - -#kasper_install_libraries( KommonCore ) -kasper_install_headers( ${KOMMON_TBB_HEADER_FILES} ) diff --git a/Kommon/TBB/Utility/KMathIntegratorThreaded.h b/Kommon/TBB/Utility/KMathIntegratorThreaded.h deleted file mode 100644 index c38a4910a..000000000 --- a/Kommon/TBB/Utility/KMathIntegratorThreaded.h +++ /dev/null @@ -1,79 +0,0 @@ -/* - * @file KMathIntegratorThreaded.h - * - * @date Created on: 08.09.2012 - * @author Marco Kleesiek - */ - -#ifndef KMATHINTEGRATORTHREADED_H_ -#define KMATHINTEGRATORTHREADED_H_ - -#include "KMathIntegrator.h" -#include "KMathIntegrator2D.h" - -#include -#include - -namespace katrin -{ - -// forward declarations -namespace policies -{ -struct ThreadedSumming; -struct ThreadedKahanSumming; -} // namespace policies - -/** - * A parallel version of KMathIntegrator's summing policy, using Intel's Thread Building Blocks - * library to parallelize the iterative evaluation of the sampling points. - */ -template using KMathIntegratorThreaded = KMathIntegrator; -template using KMathIntegrator2DThreaded = KMathIntegrator2D; - -namespace policies -{ - -struct ThreadedSumming -{ - template - static Float SumSamplingPoints(uint32_t n, Float xStart, Float del, XIntegrandType&& integrand) - { - // don't parallelize for only n <= 2 sampling points - if (n < 3) { - - Sum sum = 0.0; - for (uint32_t j = 0; j < n; ++j) - sum += integrand(xStart + j * del); - return sum; - } - else - return tbb::parallel_reduce( - tbb::blocked_range(0, n), - 0., - [&](const tbb::blocked_range& range, Sum value) { - for (uint32_t j = range.begin(); j != range.end(); ++j) - value += integrand(xStart + j * del); - return value; - }, - std::plus()); - } -}; - -struct ThreadedKahanSumming : KahanSumming -{ - template - static Float SumSamplingPoints(uint32_t n, Float xStart, Float del, XIntegrandType&& integrand) - { - return ThreadedSumming::SumSamplingPoints>( - n, - xStart, - del, - std::forward(integrand)); - } -}; - -} // namespace policies - -} /* namespace katrin */ -#endif /* KMATHINTEGRATORTHREADED_H_ */ diff --git a/Kommon/cmake/FindTBB.cmake b/Kommon/cmake/FindTBB.cmake deleted file mode 100644 index 79674ea37..000000000 --- a/Kommon/cmake/FindTBB.cmake +++ /dev/null @@ -1,288 +0,0 @@ -# Locate Intel Threading Building Blocks include paths and libraries -# FindTBB.cmake can be found at https://code.google.com/p/findtbb/ -# Written by Hannes Hofmann -# Improvements by Gino van den Bergen , -# Florian Uhlig , -# Jiri Marsik - -# The MIT License -# -# Copyright (c) 2011 Hannes Hofmann -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -# GvdB: This module uses the environment variable TBB_ARCH_PLATFORM which defines architecture and compiler. -# e.g. "ia32/vc8" or "em64t/cc4.1.0_libc2.4_kernel2.6.16.21" -# TBB_ARCH_PLATFORM is set by the build script tbbvars[.bat|.sh|.csh], which can be found -# in the TBB installation directory (TBB_INSTALL_DIR). -# -# GvdB: Mac OS X distribution places libraries directly in lib directory. -# -# For backwards compatibility, you may explicitely set the CMake variables TBB_ARCHITECTURE and TBB_COMPILER. -# TBB_ARCHITECTURE [ ia32 | em64t | itanium ] -# which architecture to use -# TBB_COMPILER e.g. vc9 or cc3.2.3_libc2.3.2_kernel2.4.21 or cc4.0.1_os10.4.9 -# which compiler to use (detected automatically on Windows) - -# This module respects -# TBB_INSTALL_DIR or $ENV{TBB21_INSTALL_DIR} or $ENV{TBB_INSTALL_DIR} or $ENV{TBBROOT} - -# This module defines -# TBB_INCLUDE_DIRS, where to find task_scheduler_init.h, etc. -# TBB_LIBRARY_DIRS, where to find libtbb, libtbbmalloc -# TBB_DEBUG_LIBRARY_DIRS, where to find libtbb_debug, libtbbmalloc_debug -# TBB_INSTALL_DIR, the base TBB install directory -# TBB_LIBRARIES, the libraries to link against to use TBB. -# TBB_DEBUG_LIBRARIES, the libraries to link against to use TBB with debug symbols. -# TBB_FOUND, If false, don't try to use TBB. -# TBB_INTERFACE_VERSION, as defined in tbb/tbb_stddef.h - - -if (WIN32) - # has em64t/vc8 em64t/vc9 - # has ia32/vc7.1 ia32/vc8 ia32/vc9 - set(_TBB_DEFAULT_INSTALL_DIR "C:/Program Files/Intel/TBB" "C:/Program Files (x86)/Intel/TBB") - set(_TBB_LIB_NAME "tbb") - set(_TBB_LIB_MALLOC_NAME "${_TBB_LIB_NAME}malloc") - set(_TBB_LIB_DEBUG_NAME "${_TBB_LIB_NAME}_debug") - set(_TBB_LIB_MALLOC_DEBUG_NAME "${_TBB_LIB_MALLOC_NAME}_debug") - if (MSVC71) - set (_TBB_COMPILER "vc7.1") - endif(MSVC71) - if (MSVC80) - set(_TBB_COMPILER "vc8") - endif(MSVC80) - if (MSVC90) - set(_TBB_COMPILER "vc9") - endif(MSVC90) - if(MSVC10) - set(_TBB_COMPILER "vc10") - endif(MSVC10) - # Todo: add other Windows compilers such as ICL. - set(_TBB_ARCHITECTURE ${TBB_ARCHITECTURE}) -endif (WIN32) - -if (UNIX) - if (APPLE) - # MAC - set(_TBB_DEFAULT_INSTALL_DIR "/Library/Frameworks/Intel_TBB.framework/Versions") - # libs: libtbb.dylib, libtbbmalloc.dylib, *_debug - set(_TBB_LIB_NAME "tbb") - set(_TBB_LIB_MALLOC_NAME "${_TBB_LIB_NAME}malloc") - set(_TBB_LIB_DEBUG_NAME "${_TBB_LIB_NAME}_debug") - set(_TBB_LIB_MALLOC_DEBUG_NAME "${_TBB_LIB_MALLOC_NAME}_debug") - # default flavor on apple: ia32/cc4.0.1_os10.4.9 - # Jiri: There is no reason to presume there is only one flavor and - # that user's setting of variables should be ignored. - if(NOT TBB_COMPILER) - set(_TBB_COMPILER "cc4.0.1_os10.4.9") - elseif (NOT TBB_COMPILER) - set(_TBB_COMPILER ${TBB_COMPILER}) - endif(NOT TBB_COMPILER) - if(NOT TBB_ARCHITECTURE) - set(_TBB_ARCHITECTURE "ia32") - elseif(NOT TBB_ARCHITECTURE) - set(_TBB_ARCHITECTURE ${TBB_ARCHITECTURE}) - endif(NOT TBB_ARCHITECTURE) - else (APPLE) - # LINUX - set(_TBB_DEFAULT_INSTALL_DIR "/opt/intel/tbb" "/usr/local/include" "/usr/include") - set(_TBB_LIB_NAME "tbb") - set(_TBB_LIB_MALLOC_NAME "${_TBB_LIB_NAME}malloc") - set(_TBB_LIB_DEBUG_NAME "${_TBB_LIB_NAME}_debug") - set(_TBB_LIB_MALLOC_DEBUG_NAME "${_TBB_LIB_MALLOC_NAME}_debug") - # has em64t/cc3.2.3_libc2.3.2_kernel2.4.21 em64t/cc3.3.3_libc2.3.3_kernel2.6.5 em64t/cc3.4.3_libc2.3.4_kernel2.6.9 em64t/cc4.1.0_libc2.4_kernel2.6.16.21 - # has ia32/* - # has itanium/* - set(_TBB_COMPILER ${TBB_COMPILER}) - set(_TBB_ARCHITECTURE ${TBB_ARCHITECTURE}) - endif (APPLE) -endif (UNIX) - -if (CMAKE_SYSTEM MATCHES "SunOS.*") -# SUN -# not yet supported -# has em64t/cc3.4.3_kernel5.10 -# has ia32/* -endif (CMAKE_SYSTEM MATCHES "SunOS.*") - - -#-- Clear the public variables -set (TBB_FOUND "NO") - - -#-- Find TBB install dir and set ${_TBB_INSTALL_DIR} and cached ${TBB_INSTALL_DIR} -# first: use CMake variable TBB_INSTALL_DIR -if (TBB_INSTALL_DIR) - set (_TBB_INSTALL_DIR ${TBB_INSTALL_DIR}) -endif (TBB_INSTALL_DIR) -# second: use environment variable -if (NOT _TBB_INSTALL_DIR) - if (NOT "$ENV{TBBROOT}" STREQUAL "") - set (_TBB_INSTALL_DIR $ENV{TBBROOT}) - endif (NOT "$ENV{TBBROOT}" STREQUAL "") - if (NOT "$ENV{TBB_INSTALL_DIR}" STREQUAL "") - set (_TBB_INSTALL_DIR $ENV{TBB_INSTALL_DIR}) - endif (NOT "$ENV{TBB_INSTALL_DIR}" STREQUAL "") - # Intel recommends setting TBB21_INSTALL_DIR - if (NOT "$ENV{TBB21_INSTALL_DIR}" STREQUAL "") - set (_TBB_INSTALL_DIR $ENV{TBB21_INSTALL_DIR}) - endif (NOT "$ENV{TBB21_INSTALL_DIR}" STREQUAL "") - if (NOT "$ENV{TBB22_INSTALL_DIR}" STREQUAL "") - set (_TBB_INSTALL_DIR $ENV{TBB22_INSTALL_DIR}) - endif (NOT "$ENV{TBB22_INSTALL_DIR}" STREQUAL "") - if (NOT "$ENV{TBB30_INSTALL_DIR}" STREQUAL "") - set (_TBB_INSTALL_DIR $ENV{TBB30_INSTALL_DIR}) - endif (NOT "$ENV{TBB30_INSTALL_DIR}" STREQUAL "") -endif (NOT _TBB_INSTALL_DIR) -# third: try to find path automatically -if (NOT _TBB_INSTALL_DIR) - if (_TBB_DEFAULT_INSTALL_DIR) - set (_TBB_INSTALL_DIR ${_TBB_DEFAULT_INSTALL_DIR}) - endif (_TBB_DEFAULT_INSTALL_DIR) -endif (NOT _TBB_INSTALL_DIR) -# sanity check -if (NOT _TBB_INSTALL_DIR) - message ("ERROR: Unable to find Intel TBB install directory. ${_TBB_INSTALL_DIR}") -endif (NOT _TBB_INSTALL_DIR) -# finally: set the cached CMake variable TBB_INSTALL_DIR -if (NOT TBB_INSTALL_DIR) - set (TBB_INSTALL_DIR ${_TBB_INSTALL_DIR} CACHE PATH "Intel TBB install directory") - mark_as_advanced(TBB_INSTALL_DIR) -endif (NOT TBB_INSTALL_DIR) - - -#-- A macro to rewrite the paths of the library. This is necessary, because -# find_library() always found the em64t/vc9 version of the TBB libs -macro(TBB_CORRECT_LIB_DIR var_name) -# if (NOT "${_TBB_ARCHITECTURE}" STREQUAL "em64t") - string(REPLACE em64t "${_TBB_ARCHITECTURE}" ${var_name} ${${var_name}}) -# endif (NOT "${_TBB_ARCHITECTURE}" STREQUAL "em64t") - string(REPLACE ia32 "${_TBB_ARCHITECTURE}" ${var_name} ${${var_name}}) - string(REPLACE vc7.1 "${_TBB_COMPILER}" ${var_name} ${${var_name}}) - string(REPLACE vc8 "${_TBB_COMPILER}" ${var_name} ${${var_name}}) - string(REPLACE vc9 "${_TBB_COMPILER}" ${var_name} ${${var_name}}) - string(REPLACE vc10 "${_TBB_COMPILER}" ${var_name} ${${var_name}}) -endmacro(TBB_CORRECT_LIB_DIR var_content) - - -#-- Look for include directory and set ${TBB_INCLUDE_DIR} -set (TBB_INC_SEARCH_DIR ${_TBB_INSTALL_DIR}/include) -# Jiri: tbbvars now sets the CPATH environment variable to the directory -# containing the headers. -find_path(TBB_INCLUDE_DIR - tbb/task_scheduler_init.h - PATHS ${TBB_INC_SEARCH_DIR} ENV CPATH -) -mark_as_advanced(TBB_INCLUDE_DIR) - - -#-- Look for libraries -# GvdB: $ENV{TBB_ARCH_PLATFORM} is set by the build script tbbvars[.bat|.sh|.csh] -if (NOT $ENV{TBB_ARCH_PLATFORM} STREQUAL "") - set (_TBB_LIBRARY_DIR - ${_TBB_INSTALL_DIR}/lib/$ENV{TBB_ARCH_PLATFORM} - ${_TBB_INSTALL_DIR}/$ENV{TBB_ARCH_PLATFORM}/lib - ) -endif (NOT $ENV{TBB_ARCH_PLATFORM} STREQUAL "") -# Jiri: This block isn't mutually exclusive with the previous one -# (hence no else), instead I test if the user really specified -# the variables in question. -if ((NOT ${TBB_ARCHITECTURE} STREQUAL "") AND (NOT ${TBB_COMPILER} STREQUAL "")) - # HH: deprecated - message(STATUS "[Warning] FindTBB.cmake: The use of TBB_ARCHITECTURE and TBB_COMPILER is deprecated and may not be supported in future versions. Please set \$ENV{TBB_ARCH_PLATFORM} (using tbbvars.[bat|csh|sh]).") - # Jiri: It doesn't hurt to look in more places, so I store the hints from - # ENV{TBB_ARCH_PLATFORM} and the TBB_ARCHITECTURE and TBB_COMPILER - # variables and search them both. - set (_TBB_LIBRARY_DIR "${_TBB_INSTALL_DIR}/${_TBB_ARCHITECTURE}/${_TBB_COMPILER}/lib" ${_TBB_LIBRARY_DIR}) -endif ((NOT ${TBB_ARCHITECTURE} STREQUAL "") AND (NOT ${TBB_COMPILER} STREQUAL "")) - -# GvdB: Mac OS X distribution places libraries directly in lib directory. -list(APPEND _TBB_LIBRARY_DIR ${_TBB_INSTALL_DIR}/lib) - -# Jiri: No reason not to check the default paths. From recent versions, -# tbbvars has started exporting the LIBRARY_PATH and LD_LIBRARY_PATH -# variables, which now point to the directories of the lib files. -# It all makes more sense to use the ${_TBB_LIBRARY_DIR} as a HINTS -# argument instead of the implicit PATHS as it isn't hard-coded -# but computed by system introspection. Searching the LIBRARY_PATH -# and LD_LIBRARY_PATH environment variables is now even more important -# that tbbvars doesn't export TBB_ARCH_PLATFORM and it facilitates -# the use of TBB built from sources. -find_library(TBB_LIBRARY ${_TBB_LIB_NAME} HINTS ${_TBB_LIBRARY_DIR} - PATHS ENV LIBRARY_PATH ENV LD_LIBRARY_PATH) -find_library(TBB_MALLOC_LIBRARY ${_TBB_LIB_MALLOC_NAME} HINTS ${_TBB_LIBRARY_DIR} - PATHS ENV LIBRARY_PATH ENV LD_LIBRARY_PATH) - -#Extract path from TBB_LIBRARY name -get_filename_component(TBB_LIBRARY_DIR ${TBB_LIBRARY} PATH) - -#TBB_CORRECT_LIB_DIR(TBB_LIBRARY) -#TBB_CORRECT_LIB_DIR(TBB_MALLOC_LIBRARY) -mark_as_advanced(TBB_LIBRARY TBB_MALLOC_LIBRARY) - -#-- Look for debug libraries -# Jiri: Changed the same way as for the release libraries. -find_library(TBB_LIBRARY_DEBUG ${_TBB_LIB_DEBUG_NAME} HINTS ${_TBB_LIBRARY_DIR} - PATHS ENV LIBRARY_PATH ENV LD_LIBRARY_PATH) -find_library(TBB_MALLOC_LIBRARY_DEBUG ${_TBB_LIB_MALLOC_DEBUG_NAME} HINTS ${_TBB_LIBRARY_DIR} - PATHS ENV LIBRARY_PATH ENV LD_LIBRARY_PATH) - -# Jiri: Self-built TBB stores the debug libraries in a separate directory. -# Extract path from TBB_LIBRARY_DEBUG name -get_filename_component(TBB_LIBRARY_DEBUG_DIR ${TBB_LIBRARY_DEBUG} PATH) - -#TBB_CORRECT_LIB_DIR(TBB_LIBRARY_DEBUG) -#TBB_CORRECT_LIB_DIR(TBB_MALLOC_LIBRARY_DEBUG) -mark_as_advanced(TBB_LIBRARY_DEBUG TBB_MALLOC_LIBRARY_DEBUG) - - -if (TBB_INCLUDE_DIR) - if (TBB_LIBRARY) - set (TBB_FOUND "YES") - set (TBB_LIBRARIES ${TBB_LIBRARY} ${TBB_MALLOC_LIBRARY} ${TBB_LIBRARIES}) - set (TBB_DEBUG_LIBRARIES ${TBB_LIBRARY_DEBUG} ${TBB_MALLOC_LIBRARY_DEBUG} ${TBB_DEBUG_LIBRARIES}) - set (TBB_INCLUDE_DIRS ${TBB_INCLUDE_DIR} CACHE PATH "TBB include directory" FORCE) - set (TBB_LIBRARY_DIRS ${TBB_LIBRARY_DIR} CACHE PATH "TBB library directory" FORCE) - # Jiri: Self-built TBB stores the debug libraries in a separate directory. - set (TBB_DEBUG_LIBRARY_DIRS ${TBB_LIBRARY_DEBUG_DIR} CACHE PATH "TBB debug library directory" FORCE) - mark_as_advanced(TBB_INCLUDE_DIRS TBB_LIBRARY_DIRS TBB_DEBUG_LIBRARY_DIRS TBB_LIBRARIES TBB_DEBUG_LIBRARIES) - message(STATUS "Found Intel TBB include: ${TBB_INCLUDE_DIRS}") - message(STATUS "Found Intel TBB lib: ${TBB_LIBRARY_DIRS}") - endif (TBB_LIBRARY) -endif (TBB_INCLUDE_DIR) - -if (NOT TBB_FOUND) - message("ERROR: Intel TBB NOT found!") - if (NOT TBB_INSTALL_DIR) - message(STATUS "You may wish to define TBB_INSTALL_DIR") - endif (NOT TBB_INSTALL_DIR) - message(STATUS "Looked for Threading Building Blocks in ${_TBB_INSTALL_DIR}") - # do only throw fatal, if this pkg is REQUIRED - if (TBB_FIND_REQUIRED) - message(FATAL_ERROR "Could NOT find TBB library.") - endif (TBB_FIND_REQUIRED) -endif (NOT TBB_FOUND) - -if (TBB_FOUND) - set(TBB_INTERFACE_VERSION 0) - FILE(READ "${TBB_INCLUDE_DIRS}/tbb/tbb_stddef.h" _TBB_VERSION_CONTENTS) - STRING(REGEX REPLACE ".*#define TBB_INTERFACE_VERSION ([0-9]+).*" "\\1" TBB_INTERFACE_VERSION "${_TBB_VERSION_CONTENTS}") - set(TBB_INTERFACE_VERSION "${TBB_INTERFACE_VERSION}") -endif (TBB_FOUND) diff --git a/UnitTest/Kommon/BaseStringUtils.cxx b/UnitTest/Kommon/BaseStringUtils.cxx index a42e55500..1893a7853 100644 --- a/UnitTest/Kommon/BaseStringUtils.cxx +++ b/UnitTest/Kommon/BaseStringUtils.cxx @@ -10,6 +10,8 @@ #include "KBaseStringUtils.h" #include "KException.h" +#include + using namespace katrin; TEST(KBaseStringUtils, Comparison) @@ -38,6 +40,10 @@ TEST(KBaseStringUtils, Conversion) const std::string s4 = "0xfe"; const std::string s5 = "0x090000001"; const std::string s6 = "0xabcdefg"; + const std::string s7 = "nan"; + const std::string s8 = "NaN"; + const std::string s9 = "NAN"; + const std::string s10 = "naN"; EXPECT_EQ(KBaseStringUtils::Convert(s1), 1234); EXPECT_THROW(KBaseStringUtils::Convert(s2), KException); @@ -45,6 +51,10 @@ TEST(KBaseStringUtils, Conversion) EXPECT_EQ(KBaseStringUtils::Convert(s4), 0xfe); EXPECT_THROW(KBaseStringUtils::Convert(s5), KException); EXPECT_THROW(KBaseStringUtils::Convert(s6), KException); + EXPECT_THROW(KBaseStringUtils::Convert(s7), KException); + EXPECT_THROW(KBaseStringUtils::Convert(s8), KException); + EXPECT_THROW(KBaseStringUtils::Convert(s9), KException); + EXPECT_THROW(KBaseStringUtils::Convert(s10), KException); EXPECT_NEAR(KBaseStringUtils::Convert(s1), 1234., 1e-4); EXPECT_NEAR(KBaseStringUtils::Convert(s2), 1234.5678, 1e-4); @@ -52,12 +62,21 @@ TEST(KBaseStringUtils, Conversion) EXPECT_THROW(KBaseStringUtils::Convert(s4), KException); EXPECT_THROW(KBaseStringUtils::Convert(s5), KException); EXPECT_THROW(KBaseStringUtils::Convert(s6), KException); + EXPECT_TRUE(std::isnan(KBaseStringUtils::Convert(s7))); + EXPECT_TRUE(std::isnan(KBaseStringUtils::Convert(s8))); + EXPECT_TRUE(std::isnan(KBaseStringUtils::Convert(s9))); + EXPECT_THROW(KBaseStringUtils::Convert(s10), KException); EXPECT_EQ(KBaseStringUtils::Convert(s4), (unsigned) 0xfe); EXPECT_EQ(KBaseStringUtils::Convert(s5), (unsigned) 0x090000001); EXPECT_EQ(KBaseStringUtils::Convert(s5), 0x090000001); EXPECT_THROW(KBaseStringUtils::Convert(s6), KException); + + EXPECT_TRUE(std::isnan(KBaseStringUtils::Convert(s7))); + EXPECT_TRUE(std::isnan(KBaseStringUtils::Convert(s8))); + EXPECT_TRUE(std::isnan(KBaseStringUtils::Convert(s9))); + EXPECT_THROW(KBaseStringUtils::Convert(s10), KException); } diff --git a/UnitTest/Kommon/Integrator.cxx b/UnitTest/Kommon/Integrator.cxx index 0e61935dd..fa44d95eb 100644 --- a/UnitTest/Kommon/Integrator.cxx +++ b/UnitTest/Kommon/Integrator.cxx @@ -111,35 +111,3 @@ TEST(KommonMath, Integrator) ASSERT_NEAR(analytical, numerical, precision); #endif } - - -#ifdef KASPER_USE_TBB - -#include "KMathIntegratorThreaded.h" - -#include - -TEST(KommonMath, ThreadedIntegrator) -{ - int nThreads = tbb::task_scheduler_init::default_num_threads(); - GTEST_LOG_(INFO) << "Default number of TBB threads: " << nThreads; - - // tbb::task_scheduler_init init( 1 ); - - const double analytical = 0.5 * (erf(3.0 / sqrt(2)) - erf(-3.0 / sqrt(2))); - double numerical, precision; - - precision = 1E-12; - KMathIntegratorThreaded integrator(precision, KEMathIntegrationMethod::Trapezoidal); - integrator.SetMaxSteps(1 << 24); - auto integrand = [](double x) { - return exp(-0.5 * x * x) / sqrt(2 * KConst::Pi()); - }; - - numerical = integrator.Integrate(integrand, -3.0, 3.0); - - EXPECT_EQ(524289U, integrator.NumberOfSteps()); - ASSERT_NEAR(analytical, numerical, precision); -} - -#endif // TBB