Import Geant4 4.1.0 source tree
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user