ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <stdexcept>
#include "Acts/Surfaces/CylinderBounds.hpp"
#include "Acts/Surfaces/RadialBounds.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Utilities/BinUtility.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 RadialBounds &rBounds) |
adjust the BinUtility bu to the dimensions of radial bounds | |
BinUtility | Acts::adjustBinUtility (const BinUtility &bu, const CylinderBounds &cBounds) |
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 | |