Skip to content

Commit 7511c95

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

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
@@ -911,13 +909,6 @@ const o2::math_utils::Transform3D GeometryTGeo::getT2LMatrixITS3(int isn, float
911909
const TGeoHMatrix& matL2G = getMatrixL2G(isn);
912910
const auto& matL2Gi = matL2G.Inverse();
913911
t2l.MultiplyLeft(&matL2Gi);
914-
// TODO FS
915-
// correction for effective sensor thickness; disabled for now since this does not work
916-
// but the bias by not using in this should be very small
917-
// static TGeoTranslation tra;
918-
// tra.SetDx(SuperSegmentation::mSensorLayerThicknessCorr * std::cos(alpha));
919-
// tra.SetDy(SuperSegmentation::mSensorLayerThicknessCorr * std::sin(alpha));
920-
// t2l *= tra;
921912
return Mat3D(t2l);
922913
}
923914

0 commit comments

Comments
 (0)