We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64241c commit 3d7fcdbCopy full SHA for 3d7fcdb
1 file changed
Detectors/Upgrades/ITS3/reconstruction/src/IOUtils.cxx
@@ -33,6 +33,8 @@ void convertCompactClusters(gsl::span<const itsmft::CompClusterExt> clusters,
33
const its3::TopologyDictionary* dict)
34
{
35
auto geom = o2::its::GeometryTGeo::Instance();
36
+ geom->fillMatrixCache(o2::math_utils::bit2Mask(o2::math_utils::TransformType::T2L, o2::math_utils::TransformType::L2G));
37
+
38
bool applyMisalignment = false;
39
const auto& conf = o2::its::TrackerParamConfig::Instance();
40
for (int il = 0; il < geom->getNumberOfLayers(); ++il) {
0 commit comments