Skip to content

Commit 4a7ad41

Browse files
author
bquilain
committed
Changed back Rindex of blacksheet from 1.76 to 1.6. Th 1.76 value was a bug by B.Q when trying to change rindex hadrcodedly by +10% a long time ago
1 parent 48305f2 commit 4a7ad41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/WCSimConstructMaterials.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1041,8 +1041,7 @@ void WCSimDetectorConstruction::ConstructMaterials()
10411041

10421042
G4double PP[NUM] = { 1.4E-9*GeV,6.2E-9*GeV};
10431043
G4double RINDEX_blacksheet[NUM] =
1044-
{ 1.76, 1.76 };
1045-
// { 1.6, 1.6 };//B.Q
1044+
{ 1.6, 1.6 };
10461045

10471046
G4double SPECULARLOBECONSTANT[NUM] =
10481047
{ 0.3, 0.3 };

0 commit comments

Comments
 (0)