Skip to content

Commit cd68eda

Browse files
committed
Fix format
1 parent db1fe6c commit cd68eda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Detectors/Upgrades/ITS3/base/include/ITS3Base/SegmentationSuperAlpide.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ class SegmentationSuperAlpide
4646
int mNRows;
4747
int mNPixels;
4848
int mLayer;
49-
static constexpr float mPassiveEdgeReadOut = 0.; // width of the readout edge (Passive bottom)
50-
static constexpr float mPassiveEdgeTop = 0.; // Passive area on top
51-
static constexpr float mPassiveEdgeSide = 0.; // width of Passive area on left/right of the sensor
49+
static constexpr float mPassiveEdgeReadOut = 0.; // width of the readout edge (Passive bottom)
50+
static constexpr float mPassiveEdgeTop = 0.; // Passive area on top
51+
static constexpr float mPassiveEdgeSide = 0.; // width of Passive area on left/right of the sensor
5252
static constexpr float mActiveMatrixSizeCols = mPitchCol * mNCols; // Active size along columns
53-
float mActiveMatrixSizeRows; // Active size along rows
53+
float mActiveMatrixSizeRows; // Active size along rows
5454

5555
// effective thickness of sensitive layer, accounting for charge collection non-unifoemity, https://alice.its.cern.ch/jira/browse/AOC-46
5656
static constexpr float mSensorLayerThicknessEff = 28.e-4;

0 commit comments

Comments
 (0)