Go to the source code of this file.
|
| namespace | ActsTrk |
| | The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.).
|
◆ actsToDetElem()
Definition at line 21 of file ActsToTrkConvertorAlg.cxx.
22{
23 const auto *actsElement =
dynamic_cast<const ActsDetectorElement *
>(surface.surfacePlacement());
24 if (!actsElement)
25 {
26 return nullptr;
27 }
29}
Class to hold geometrical description of a silicon detector element.