Skip to content

Commit f27e878

Browse files
committed
correct default number of ring of A side
1 parent dcef291 commit f27e878

File tree

1 file changed

+1
-1
lines changed
  • Detectors/Upgrades/ALICE3/FD/base/include/FDBase

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ALICE3/FD/base/include/FDBase/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct Constants {
2929
static constexpr float etaMax = 7.0f;
3030
static constexpr float etaMin = 4.0f;
3131

32-
static constexpr int nringsA_withFCT = 4;
32+
static constexpr int nringsA_withFCT = 3;
3333
static constexpr float etaMinA_withFCT = 5.0f;
3434
};
3535

0 commit comments

Comments
 (0)