Import Geant4 6.1.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4eplusAnnihilation.cc,v 1.15 2003/05/26 16:13:15 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00 $
|
||||
// $Id: G4eplusAnnihilation.cc,v 1.16 2004/03/10 16:48:46 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-06-01 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -49,8 +49,8 @@
|
||||
|
||||
// constructor
|
||||
|
||||
G4eplusAnnihilation::G4eplusAnnihilation(const G4String& processName)
|
||||
: G4VRestDiscreteProcess (processName),
|
||||
G4eplusAnnihilation::G4eplusAnnihilation(const G4String& processName,
|
||||
G4ProcessType type):G4VRestDiscreteProcess (processName, type),
|
||||
theCrossSectionTable(NULL),
|
||||
theMeanFreePathTable(NULL),
|
||||
LowestEnergyLimit (10*keV),
|
||||
|
||||
Reference in New Issue
Block a user