Skip to content

Commit

Permalink
Add new properties to fake grids
Browse files Browse the repository at this point in the history
  • Loading branch information
paolafer committed Sep 13, 2024
1 parent a3c9be3 commit 2ec0476
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/materials/MaterialProperties.cc
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,9 @@ namespace materialprops {
mpt->AddConstProperty("SCINTILLATIONYIELD1", xenon_pt->GetConstProperty("SCINTILLATIONYIELD1"));
mpt->AddConstProperty("SCINTILLATIONYIELD2", xenon_pt->GetConstProperty("SCINTILLATIONYIELD2"));
mpt->AddConstProperty("ATTACHMENT", xenon_pt->GetConstProperty("ATTACHMENT"), 1);
mpt->AddConstProperty("IONIZATIONENERGY", xenon_pt->GetConstProperty("IONIZATIONENERGY"), 1);
mpt->AddConstProperty("FANOFACTOR", xenon_pt->GetConstProperty("FANOFACTOR"), 1);


// ABSORPTION LENGTH
G4double abs_length = -thickness/log(transparency);
Expand Down

0 comments on commit 2ec0476

Please sign in to comment.