Skip to content

Commit

Permalink
created new namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pkurash committed Dec 21, 2024
1 parent be15827 commit 2b8a26e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Detectors/Upgrades/ALICE3/FVD/simulation/src/Detector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ Detector::Detector(bool active)

mDzScint = baseParam.dzscint / 2;

for (int i = 0; i <= mNumberOfRingsA + 1; i ++) {
mRingRadiiA.emplace_back(baseParam.ringsA[i]);
for (int i = 0; i <= mNumberOfRingsA + 1; i++) {
mRingRadiiA.emplace_back(baseParam.ringsA[i]);
}
for (int i = 0; i <= mNumberOfRingsC + 1; i ++) {
mRingRadiiC.emplace_back(baseParam.ringsC[i]);
for (int i = 0; i <= mNumberOfRingsC + 1; i++) {
mRingRadiiC.emplace_back(baseParam.ringsC[i]);
}

mZmodA = baseParam.zmodA;
Expand Down Expand Up @@ -252,7 +252,7 @@ void Detector::createMaterials()

int matId = 0; // tmp material id number
const int unsens = 0, sens = 1; // sensitive or unsensitive medium
//
//
int fieldType = 3; // Field type
float maxField = 5.0; // Field max.

Expand Down

0 comments on commit 2b8a26e

Please sign in to comment.