Import Geant4 11.1.2 source tree

This commit is contained in:
Gabriele Cosmo
2023-06-19 17:17:14 +02:00
parent 84a556a9dc
commit aef78ca386
309 changed files with 35572 additions and 34678 deletions
@@ -189,10 +189,10 @@ G4bool G4THnToolsManager<DIM, HT>::Fill(G4int id,
G4String dims("xyz");
G4String message = " id " + to_string(id);
for (unsigned int idim = 0; idim < DIM; ++idim) {
auto xyz = dims[idim];
auto xyz = dims.substr(idim,1);
message +=
xyz + to_string(value[idim]) + " " +
xyz + "fcn(" + xyz + "value/" + xyz + "xunit) " + to_string(newValue[idim]);
" " + xyz + " " + to_string(value[idim]) + " " +
xyz + "fcn(" + xyz + "value/" + xyz + "unit) " + to_string(newValue[idim]);
}
message += " weight " + to_string(weight);