Analysis Software
Documentation for sPHENIX simulation software
|
#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>
Go to the source code of this file.
Namespaces | |
namespace | Acts::Python |
PYBIND11_MODULE | ( | ActsPythonBindings | , |
m | |||
) |
Definition at line 84 of file ModuleEntry.cpp.
View newest version in sPHENIX GitHub at line 84 of file ModuleEntry.cpp
References Acts::Python::addAlgebra(), Acts::Python::addAmbiguityResolution(), Acts::Python::addBinning(), Acts::Python::addDetector(), Acts::Python::addDigitization(), Acts::Python::addEDM4hep(), Acts::Python::addEventData(), Acts::Python::addExampleAlgorithms(), Acts::Python::addExaTrkXTrackFinding(), Acts::Python::addExperimentalGeometry(), Acts::Python::addFramework(), Acts::Python::addGenerators(), Acts::Python::addGeometry(), Acts::Python::addHepMC3(), Acts::Python::addInput(), Acts::Python::addJson(), Acts::Python::addLogging(), Acts::Python::addMagneticField(), Acts::Python::addMaterial(), Acts::Python::addObj(), Acts::Python::addOnnx(), Acts::Python::addOnnxMlpack(), Acts::Python::addOnnxNeuralCalibrator(), Acts::Python::addOutput(), Acts::Python::addPdgParticle(), Acts::Python::addPropagation(), Acts::Python::addPythia8(), Acts::Python::addSvg(), Acts::Python::addTrackFinding(), Acts::Python::addTrackFitting(), Acts::Python::addTruthTracking(), Acts::Python::addUnits(), Acts::Python::addVertexing(), Acts::UnitConstants::m, and Acts::Python::Context::modules.