Skip to content

Commit

Permalink
Add properties for LXe
Browse files Browse the repository at this point in the history
  • Loading branch information
paolafer committed Sep 13, 2024
1 parent e23d806 commit c6380e2
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 @@ -665,6 +665,7 @@ namespace materialprops {
G4MaterialPropertiesTable* LXe()
{
/// The time constants are taken from E. Hogenbirk et al 2018 JINST 13 P10031
/// Fano factor and ionization electron from Nobumiti et al., Phys. Rev. A 46, 1676
G4MaterialPropertiesTable* LXe_mpt = new G4MaterialPropertiesTable();

const G4int ri_entries = 200;
Expand Down Expand Up @@ -710,6 +711,8 @@ namespace materialprops {
LXe_mpt->AddConstProperty("SCINTILLATIONYIELD1", .03);
LXe_mpt->AddConstProperty("SCINTILLATIONYIELD2", .97);
LXe_mpt->AddConstProperty("ATTACHMENT", 1000.*ms, 1);
mpt->AddConstProperty("IONIZATIONENERGY", 21.9 * eV, 1);
mpt->AddConstProperty("FANOFACTOR", 0.29, 1);

std::vector<G4double> abs_energy = {optPhotMinE_, optPhotMaxE_};
std::vector<G4double> abs_length = {noAbsLength_, noAbsLength_};
Expand Down

0 comments on commit c6380e2

Please sign in to comment.