10 #include <DD4hep/CartesianGridXY.h>
17 const dd4hep::DetElement detElement,
const std::string& axes,
double scalor,
18 bool isDisc, std::shared_ptr<const Acts::ISurfaceMaterial>
material,
19 std::shared_ptr<const Acts::DigitizationModule> digitizationModule)
21 detElement.nominal().worldTransformation(),
22 detElement.placement().ptr(), axes, scalor,
23 isDisc, std::move(material),
24 std::move(digitizationModule)),
25 m_detElement(std::move(detElement)) {}