Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
@@ -64,10 +64,9 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
G4hParametrisedLossModel::G4hParametrisedLossModel(const G4String& name):
G4VLowEnergyModel(name)
G4hParametrisedLossModel::G4hParametrisedLossModel(const G4String& name)
:G4VLowEnergyModel(name), modelName(name)
{
modelName = name ;
InitializeMe();
}