![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Geometry/CuboidVolumeBounds.hpp"#include "Acts/Geometry/CutoutCylinderVolumeBounds.hpp"#include "Acts/Geometry/CylinderVolumeBounds.hpp"#include "Acts/Geometry/Volume.hpp"#include "Acts/Utilities/BinUtility.hpp"#include "Acts/Utilities/Definitions.hpp"#include <stdexcept>
Include dependency graph for BinAdjustmentVolume.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 CylinderVolumeBounds &cBounds, const Transform3D &transform) |
| adjust the BinUtility bu to the dimensions of cylinder volume bounds | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const CutoutCylinderVolumeBounds &cBounds, const Transform3D &transform) |
| adjust the BinUtility bu to the dimensions of cutout cylinder volume bounds | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const CuboidVolumeBounds &cBounds, const Transform3D &transform) |
| adjust the BinUtility bu to the dimensions of cuboid volume bounds | |
| BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const Volume &volume) |
| adjust the BinUtility bu to a volume | |