File IdentifiedDetectorElement.hpp

namespace Acts

Note

This file is foreseen for the Geometry module to replace Extent

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.