Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Base.cpp File Reference
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/PdgParticle.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/Plugins/Python/Utilities.hpp"
#include "Acts/Utilities/BinningData.hpp"
#include "Acts/Utilities/Logger.hpp"
#include "Acts/Utilities/detail/AxisFwd.hpp"
#include <array>
#include <exception>
#include <memory>
#include <string>
#include <unordered_map>
#include <pybind11/eval.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
+ Include dependency graph for Base.cpp:

Go to the source code of this file.

Classes

class  Acts::Python::PythonLogger
 

Namespaces

namespace  Acts::Python
 

Macros

#define UNIT(x)   u.attr(#x) = Acts::UnitConstants::x;
 

Functions

void Acts::Python::addUnits (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)
 

Macro Definition Documentation

#define UNIT (   x)    u.attr(#x) = Acts::UnitConstants::x;

Referenced by Acts::Python::addUnits().