Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"
#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 <stdexcept>
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 CylinderVolumeBounds &cBounds, const Transform3 &transform) |
adjust the BinUtility bu to the dimensions of cylinder volume bounds | |
BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const CutoutCylinderVolumeBounds &cBounds, const Transform3 &transform) |
adjust the BinUtility bu to the dimensions of cutout cylinder volume bounds | |
BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const CuboidVolumeBounds &cBounds, const Transform3 &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 | |