File IdentifiedDetectorElement.hpp

namespace Acts

Set the Geometry Context PLUGIN.

Set the Calibration Context PLUGIN.

Convenience functions to ease creation of and Acts::InterpolatedMaterialMap and to avoid code duplication.

Set the Mangetic Field Context PLUGIN.

Convenience functions to ease creation of and Acts::InterpolatedBFieldMap and to avoid code duplication.

Currently implemented for the two most common formats: rz and xyz.

class IdentifiedDetectorElement : public DetectorElementBase
#include <Acts/Plugins/Identification/IdentifiedDetectorElement.hpp>

The identified detector element.

It adds the Identifier defnition and a forward declaration of the DigitizationModule to the detector elements

The identifier can be overwritten with by the use of the ACTS_CORE_IDENTIFIER_PLUGIN

Subclassed by Acts::TGeoDetectorElement

Public Functions

virtual const std::shared_ptr<const DigitizationModule> digitizationModule() const = 0

Retrieve the DigitizationModule.

virtual Identifier identifier() const = 0

Retrieve the Identifier.