Skip to content

Commit 6dcbd45

Browse files
committed
ITS3: Propagate rename to ITS helper class
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 253228f commit 6dcbd45

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Detectors/ITSMFT/ITS/base/src/GeometryTGeo.cxx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
#ifdef ENABLE_UPGRADES
2626
#include "ITS3Base/SpecsV2.h"
27-
#include "ITS3Base/SegmentationSuperAlpide.h"
28-
using SuperSegmentation = o2::its3::SegmentationSuperAlpide;
2927
#endif
3028

3129
#include <TGeoBBox.h> // for TGeoBBox
@@ -902,13 +900,6 @@ const o2::math_utils::Transform3D GeometryTGeo::getT2LMatrixITS3(int isn, float
902900
const TGeoHMatrix& matL2G = getMatrixL2G(isn);
903901
const auto& matL2Gi = matL2G.Inverse();
904902
t2l.MultiplyLeft(&matL2Gi);
905-
// TODO FS
906-
// correction for effective sensor thickness; disabled for now since this does not work
907-
// but the bias by not using in this should be very small
908-
// static TGeoTranslation tra;
909-
// tra.SetDx(SuperSegmentation::mSensorLayerThicknessCorr * std::cos(alpha));
910-
// tra.SetDy(SuperSegmentation::mSensorLayerThicknessCorr * std::sin(alpha));
911-
// t2l *= tra;
912903
return Mat3D(t2l);
913904
}
914905

0 commit comments

Comments
 (0)