Skip to content

Commit

Permalink
Attempt to fix rare killed photons seen in validation CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Prouse committed Feb 27, 2024
1 parent e43f8a8 commit 4ffad1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WCSimConstructMaterials.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ void WCSimDetectorConstruction::ConstructMaterials()
ReflectorSkinSurface->SetFinish(polished);

G4MaterialPropertiesTable *AlPropTable = new G4MaterialPropertiesTable();
//AlPropTable->AddProperty("RINDEX", ENERGY_Al, RINDEX_Al, 64); //not necessary for boundaries if kept within their MotherVolumes.
AlPropTable->AddProperty("RINDEX", ENERGY_Al, RINDEX_Al, 64); //not necessary for boundaries if kept within their MotherVolumes.
AlPropTable->AddProperty("REFLECTIVITY", ENERGY_water, REFLECTIVITY_aluminium, NUMENTRIES_water);
ReflectorSkinSurface->SetMaterialPropertiesTable(AlPropTable);

Expand Down

0 comments on commit 4ffad1f

Please # to comment.