ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <stdexcept>
#include "Acts/Geometry/CuboidVolumeBounds.hpp"
#include "Acts/Geometry/CylinderVolumeBounds.hpp"
#include "Acts/Geometry/Volume.hpp"
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) |
adjust the BinUtility bu to the dimensions of cylinder volume bounds | |
BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const CuboidVolumeBounds &cBounds) |
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 | |