File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Detectors/Upgrades/ALICE3/FVD/simulation/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments