Class Acts::IdentifiedDetectorElement

class Acts::IdentifiedDetectorElement : public DetectorElementBase

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.