![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"#include "Acts/Surfaces/CylinderBounds.hpp"#include "Acts/Surfaces/RadialBounds.hpp"#include "Acts/Surfaces/RectangleBounds.hpp"#include "Acts/Surfaces/Surface.hpp"#include "Acts/Surfaces/TrapezoidBounds.hpp"#include "Acts/Utilities/BinUtility.hpp"#include <stdexcept>
Include dependency graph for BinAdjustment.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
Functions | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const RadialBounds &rBounds, const Transform3 &transform) |
| adjust the BinUtility bu to the dimensions of radial bounds | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const CylinderBounds &cBounds, const Transform3 &transform) |
| adjust the BinUtility bu to the dimensions of cylinder bounds | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const RectangleBounds &pBounds, const Transform3 &transform) |
| adjust the BinUtility bu to the dimensions of plane bounds | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const TrapezoidBounds &pBounds, const Transform3 &transform) |
| adjust the BinUtility bu to the dimensions of plane bounds | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const Surface &surface, const GeometryContext &gctx) |
| adjust the BinUtility bu to a surface | |