| Summary: | New G4MicroElecInelasticModel_new is missing data in G4LEDATA 7.13 | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Weronika Wolszczak <wolszczak.weronika> |
| Component: | processes/electromagnetic/lowenergy | Assignee: | Vladimir.Ivantchenko |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | Vladimir.Ivantchenko |
| Priority: | P4 | ||
| Version: | 10.7 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Reassigned Hello, the data is a part of the G4EMLOW8.0 which is included into Geant4 11.0. Also code was slightly updated, so I would propose to switch to Geant4 11.0. VI Please, assign it to me, so it can be closed. Vladimir Ivantchenko This is fixed with new dataset G4EMLOW8.0. |
In file: geant4.10.07/source/processes/electromagnetic/lowenergy/src/G4MicroElecInelasticModel_new.cc line 389: pFullFileName << path << "/microelec/Inelastic/cumulated_" + modelName + "_sigmadiff_inelastic_p_" + mat + ".dat"; refers to a folder: G4LEDATA/microelec/Inelastic/ and files containing "mermin" in the name, see variable definitions: char* path = std::getenv("G4LEDATA"); G4String modelName = "mermin"; There are no such data files in G4LEDATA 7.13. It is not possible to run G4MicroElecInelasticModel_new.cc without that data. I suppose the same goes for the new microelec elastic model and acoustic phonon data.