Skip to content

Commit 3d7fcdb

Browse files
committed
ITS3: ensure matrices are cached
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent f64241c commit 3d7fcdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Detectors/Upgrades/ITS3/reconstruction/src/IOUtils.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ void convertCompactClusters(gsl::span<const itsmft::CompClusterExt> clusters,
3333
const its3::TopologyDictionary* dict)
3434
{
3535
auto geom = o2::its::GeometryTGeo::Instance();
36+
geom->fillMatrixCache(o2::math_utils::bit2Mask(o2::math_utils::TransformType::T2L, o2::math_utils::TransformType::L2G));
37+
3638
bool applyMisalignment = false;
3739
const auto& conf = o2::its::TrackerParamConfig::Instance();
3840
for (int il = 0; il < geom->getNumberOfLayers(); ++il) {

0 commit comments

Comments
 (0)