Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ModuleEntry.cpp File Reference
#include "Acts/ActsVersion.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/GeometryIdentifier.hpp"
#include "Acts/MagneticField/MagneticFieldContext.hpp"
#include "Acts/Plugins/FpeMonitoring/FpeMonitor.hpp"
#include "Acts/Plugins/Python/Utilities.hpp"
#include "Acts/Utilities/CalibrationContext.hpp"
#include "Acts/Utilities/Logger.hpp"
#include <array>
#include <cstdint>
#include <cstdlib>
#include <limits>
#include <memory>
#include <optional>
#include <stdexcept>
#include <string>
#include <tuple>
#include <unordered_map>
#include <vector>
#include <pybind11/detail/common.h>
#include <pybind11/functional.h>
#include <pybind11/operators.h>
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include <pybind11/stl.h>
#include <pyerrors.h>
+ Include dependency graph for ModuleEntry.cpp:

Go to the source code of this file.

Namespaces

namespace  Acts::Python
 

Functions

void Acts::Python::addUnits (Context &ctx)
 
void Acts::Python::addFramework (Context &ctx)
 
void Acts::Python::addLogging (Acts::Python::Context &ctx)
 
void Acts::Python::addPdgParticle (Acts::Python::Context &ctx)
 
void Acts::Python::addAlgebra (Acts::Python::Context &ctx)
 
void Acts::Python::addBinning (Context &ctx)
 
void Acts::Python::addEventData (Context &ctx)
 
void Acts::Python::addPropagation (Context &ctx)
 
void Acts::Python::addGeometry (Context &ctx)
 
void Acts::Python::addExperimentalGeometry (Context &ctx)
 
void Acts::Python::addMagneticField (Context &ctx)
 
void Acts::Python::addMaterial (Context &ctx)
 
void Acts::Python::addOutput (Context &ctx)
 
void Acts::Python::addDetector (Context &ctx)
 
void Acts::Python::addExampleAlgorithms (Context &ctx)
 
void Acts::Python::addInput (Context &ctx)
 
void Acts::Python::addGenerators (Context &ctx)
 
void Acts::Python::addTruthTracking (Context &ctx)
 
void Acts::Python::addTrackFitting (Context &ctx)
 
void Acts::Python::addTrackFinding (Context &ctx)
 
void Acts::Python::addVertexing (Context &ctx)
 
void Acts::Python::addAmbiguityResolution (Context &ctx)
 
void Acts::Python::addDigitization (Context &ctx)
 
void Acts::Python::addPythia8 (Context &ctx)
 
void Acts::Python::addJson (Context &ctx)
 
void Acts::Python::addHepMC3 (Context &ctx)
 
void Acts::Python::addExaTrkXTrackFinding (Context &ctx)
 
void Acts::Python::addEDM4hep (Context &ctx)
 
void Acts::Python::addSvg (Context &ctx)
 
void Acts::Python::addObj (Context &ctx)
 
void Acts::Python::addOnnx (Context &ctx)
 
void Acts::Python::addOnnxMlpack (Context &ctx)
 
void Acts::Python::addOnnxNeuralCalibrator (Context &ctx)
 
 PYBIND11_MODULE (ActsPythonBindings, m)
 

Function Documentation