![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Surfaces/CylinderBounds.hpp"#include "Acts/Surfaces/RadialBounds.hpp"#include "Acts/Surfaces/Surface.hpp"#include "Acts/Utilities/BinUtility.hpp"#include "Acts/Utilities/Definitions.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 |
| Set the Geometry Context PLUGIN. | |
Functions | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const RadialBounds &rBounds, const Transform3D &transform) |
| adjust the BinUtility bu to the dimensions of radial bounds | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const CylinderBounds &cBounds, const Transform3D &transform) |
| adjust the BinUtility bu to the dimensions of cylinder bounds | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const Surface &surface) |
| adjust the BinUtility bu to a surface | |