Skip to content

Commit f2a2daa

Browse files
iouribelikovshahor02
authored andcommitted
Little fixes in the Alpide digitization
1 parent 1fb4d7d commit f2a2daa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Detectors/ITSMFT/common/base/include/ITSMFTBase/SegmentationAlpide.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SegmentationAlpide
4343
static constexpr float ActiveMatrixSizeRows = PitchRow * NRows; // Active size along rows
4444

4545
// effective thickness of sensitive layer, accounting for charge collection non-unifoemity, https://alice.its.cern.ch/jira/browse/AOC-46
46-
static constexpr float SensorLayerThicknessEff = 22.e-4;
46+
static constexpr float SensorLayerThicknessEff = 28.e-4;
4747
static constexpr float SensorLayerThickness = 30.e-4; // physical thickness of sensitive part
4848
static constexpr float SensorSizeCols = ActiveMatrixSizeCols + PassiveEdgeSide + PassiveEdgeSide; // SensorSize along columns
4949
static constexpr float SensorSizeRows = ActiveMatrixSizeRows + PassiveEdgeTop + PassiveEdgeReadOut; // SensorSize along rows

Detectors/ITSMFT/common/simulation/src/Digitizer.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ void Digitizer::processHit(const o2::itsmft::Hit& hit, UInt_t& maxFr, int evID,
271271

272272
// take into account that the AlpideSimResponse depth defintion has different min/max boundaries
273273
// although the max should coincide with the surface of the epitaxial layer, which in the chip
274-
// local coordinates has Y = +SensorLayerThicknessEff/2
274+
// local coordinates has Y = +SensorLayerThickness/2
275275

276-
xyzLocS.SetY(xyzLocS.Y() + resp->getDepthMax() - Segmentation::SensorLayerThicknessEff / 2.);
276+
xyzLocS.SetY(xyzLocS.Y() + resp->getDepthMax() - Segmentation::SensorLayerThickness / 2.);
277277

278278
// collect charge in evey pixel which might be affected by the hit
279279
for (int iStep = nSteps; iStep--;) {

0 commit comments

Comments
 (0)