Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/codegen/manifest.json is written in an unsupported language. File is not indexed.

0001 {
0002     "comment": [
0003         "Every piece of code generated during the ACTS build, keyed by where the",
0004         "generated file lives inside a pre-generated code directory.",
0005         "",
0006         "This file is the single source of truth. cmake/ActsCodegen.cmake reads it to",
0007         "drive acts_code_generation, and CI/pregenerate_codegen.py reads it to produce",
0008         "the files ahead of a build, so the two cannot disagree about what exists or",
0009         "about where a given file belongs.",
0010         "",
0011         "All paths are relative to the ACTS source root.",
0012         "",
0013         "  script            generator to run; it is passed the output path as argv[1]",
0014         "  output            path the compiler includes, relative to the generated",
0015         "                    include root added to the consuming target",
0016         "  with_requirements requirement files to install before running the script",
0017         "  with              packages to install before running the script",
0018         "  isolated          run the generator without inheriting the ambient",
0019         "                    environment's packages",
0020         "  python_version    interpreter to run the generator with"
0021     ],
0022     "units": {
0023         "Core/src/Definitions/ParticleDataTable.hpp": {
0024             "script": "Fatras/scripts/generate_particle_data_table.py",
0025             "output": "ParticleDataTable.hpp",
0026             "with_requirements": [],
0027             "with": [],
0028             "isolated": false,
0029             "python_version": "3.13"
0030         },
0031         "Core/src/Propagator/codegen/sympy_cov_math.hpp": {
0032             "script": "Core/src/Propagator/detail/generate_sympy_cov.py",
0033             "output": "codegen/sympy_cov_math.hpp",
0034             "with_requirements": [
0035                 "codegen/requirements.txt"
0036             ],
0037             "with": [
0038                 "codegen"
0039             ],
0040             "isolated": true,
0041             "python_version": "3.13"
0042         },
0043         "Core/src/Propagator/codegen/sympy_jac_math.hpp": {
0044             "script": "Core/src/Propagator/detail/generate_sympy_jac.py",
0045             "output": "codegen/sympy_jac_math.hpp",
0046             "with_requirements": [
0047                 "codegen/requirements.txt"
0048             ],
0049             "with": [
0050                 "codegen"
0051             ],
0052             "isolated": true,
0053             "python_version": "3.13"
0054         },
0055         "Core/src/Propagator/codegen/sympy_stepper_math.hpp": {
0056             "script": "Core/src/Propagator/generate_sympy_stepper.py",
0057             "output": "codegen/sympy_stepper_math.hpp",
0058             "with_requirements": [
0059                 "codegen/requirements.txt"
0060             ],
0061             "with": [
0062                 "codegen"
0063             ],
0064             "isolated": true,
0065             "python_version": "3.13"
0066         },
0067         "Detray/core/detray/propagator/detail/codegen/covariance_transport.hpp": {
0068             "script": "Detray/codegen/detray-sympy/gen_transport_covariance_to_bound_impl.py",
0069             "output": "detray/propagator/detail/codegen/covariance_transport.hpp",
0070             "with_requirements": [
0071                 "codegen/requirements.txt"
0072             ],
0073             "with": [
0074                 "codegen"
0075             ],
0076             "isolated": true,
0077             "python_version": "3.13"
0078         },
0079         "Detray/core/detray/propagator/detail/codegen/full_jacobian.hpp": {
0080             "script": "Detray/codegen/detray-sympy/gen_full_jacobian.py",
0081             "output": "detray/propagator/detail/codegen/full_jacobian.hpp",
0082             "with_requirements": [
0083                 "codegen/requirements.txt"
0084             ],
0085             "with": [
0086                 "codegen"
0087             ],
0088             "isolated": true,
0089             "python_version": "3.13"
0090         },
0091         "Detray/core/detray/propagator/detail/codegen/transport_jacobian.hpp": {
0092             "script": "Detray/codegen/detray-sympy/gen_transport_jacobian_types.py",
0093             "output": "detray/propagator/detail/codegen/transport_jacobian.hpp",
0094             "with_requirements": [
0095                 "codegen/requirements.txt"
0096             ],
0097             "with": [
0098                 "codegen"
0099             ],
0100             "isolated": true,
0101             "python_version": "3.13"
0102         },
0103         "Detray/core/detray/propagator/detail/codegen/update_rk_transport_jacobian.hpp": {
0104             "script": "Detray/codegen/detray-sympy/gen_update_rk_transport_jacobian_impl.py",
0105             "output": "detray/propagator/detail/codegen/update_rk_transport_jacobian.hpp",
0106             "with_requirements": [
0107                 "codegen/requirements.txt"
0108             ],
0109             "with": [
0110                 "codegen"
0111             ],
0112             "isolated": true,
0113             "python_version": "3.13"
0114         }
0115     }
0116 }