Skip to content

Commit

Permalink
Add properties for argon
Browse files Browse the repository at this point in the history
  • Loading branch information
paolafer committed Sep 13, 2024
1 parent c6380e2 commit dbb1a73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/materials/MaterialProperties.cc
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ namespace materialprops {
// May 2023:
// Updated scintillation decay and yields from:
// Triplet Lifetime in Gaseous Argon. Michael Akashi-Ronquest et al.
// Fano factor from M. Kase et al., NIMA, Volume 227, Issue 2 Pages 311-317
// Ionization energy from https://www.nuclear-power.com/argon-affinity-electronegativity-ionization/

G4MaterialPropertiesTable* mpt = new G4MaterialPropertiesTable();

Expand Down Expand Up @@ -589,6 +591,8 @@ namespace materialprops {
mpt->AddConstProperty("SCINTILLATIONYIELD2", .864);
mpt->AddConstProperty("RESOLUTIONSCALE", 1.0);
mpt->AddConstProperty("ATTACHMENT", e_lifetime, 1);
mpt->AddConstProperty("IONIZATIONENERGY", 15.8 * eV, 1);
mpt->AddConstProperty("FANOFACTOR", .2, 1);

return mpt;
}
Expand Down

0 comments on commit dbb1a73

Please sign in to comment.