Skip to content

Commit 2b8a26e

Browse files
committed
created new namespace
1 parent be15827 commit 2b8a26e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Detectors/Upgrades/ALICE3/FVD/simulation/src/Detector.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Detector::Detector(bool active)
6363

6464
mDzScint = baseParam.dzscint / 2;
6565

66-
for (int i = 0; i <= mNumberOfRingsA + 1; i ++) {
67-
mRingRadiiA.emplace_back(baseParam.ringsA[i]);
66+
for (int i = 0; i <= mNumberOfRingsA + 1; i++) {
67+
mRingRadiiA.emplace_back(baseParam.ringsA[i]);
6868
}
69-
for (int i = 0; i <= mNumberOfRingsC + 1; i ++) {
70-
mRingRadiiC.emplace_back(baseParam.ringsC[i]);
69+
for (int i = 0; i <= mNumberOfRingsC + 1; i++) {
70+
mRingRadiiC.emplace_back(baseParam.ringsC[i]);
7171
}
7272

7373
mZmodA = baseParam.zmodA;
@@ -252,7 +252,7 @@ void Detector::createMaterials()
252252

253253
int matId = 0; // tmp material id number
254254
const int unsens = 0, sens = 1; // sensitive or unsensitive medium
255-
//
255+
//
256256
int fieldType = 3; // Field type
257257
float maxField = 5.0; // Field max.
258258

0 commit comments

Comments
 (0)