Skip to content

Commit 8e9dc77

Browse files
shahor02sawenzel
authored andcommitted
Call DefineOpticalProperties in the end of CreateMaterials
1 parent 310a0fc commit 8e9dc77

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Detectors/FIT/simulation/src/Detector.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ void Detector::CreateMaterials()
349349
Medium(16, "OpticalGlass$", 24, 1, isxfld, sxmgmx, 10., .01, .1, .003, .003);
350350
Medium(19, "OpticalGlassCathode$", 24, 1, isxfld, sxmgmx, 10., .01, .1, .003, .003);
351351
Medium(22, "SensAir$", 2, 1, isxfld, sxmgmx, 10., .1, 1., .003, .003);
352+
353+
DefineOpticalProperties();
352354
}
353355

354356
//-------------------------------------------------------------------

0 commit comments

Comments
 (0)