Struct DigitizationInput

Struct Documentation

struct ActsFatras::DigitizationInput

Digitization input to be used by the digitizers to harmonize the interface.

Public Functions

DigitizationInput(std::reference_wrapper<const Hit> hit_, std::reference_wrapper<const Acts::GeometryContext> geoContext_, const Acts::Surface *surface_ = nullptr, Acts::BinUtility segmentation_ = Acts::BinUtility())

Only valid constructor, wraps the.

Parameters
  • hit_the: and optionally the

  • surface_:

DigitizationInput() = delete

Public Members

std::reference_wrapper<const Acts::GeometryContext> geoContext
std::reference_wrapper<const Hit> hit
Acts::BinUtility segmentation
const Acts::Surface *surface = nullptr