Struct SmearInput

Struct Documentation

struct ActsFatras::SmearInput

Smearing input to be used by the smearers.

  • this struct helps to harmonize the interface between free and bound smearers

Public Functions

SmearInput(std::reference_wrapper<const Hit> hit_, std::reference_wrapper<const Acts::GeometryContext> geoContext_, std::shared_ptr<const Acts::Surface> surface_ = nullptr)

Only valid constructor, wraps the.

Parameters
  • hit_the: and optionally the

  • surface_:

SmearInput() = delete

Public Members

std::reference_wrapper<const Acts::GeometryContext> geoContext
std::reference_wrapper<const Hit> hit
std::shared_ptr<const Acts::Surface> surface = nullptr