Import Geant4 8.3.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.6 2006/11/20 12:21:25 vnivanch Exp $
|
||||
$Id: History,v 1.7 2007/03/19 12:38:15 vnivanch Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -17,6 +17,9 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
19 March 07: V.Ivanchenko (empolar-V08-02-00)
|
||||
- G4PolarizedGammaConversionModel : fix non-initialised variable
|
||||
|
||||
20 November 06: V.Ivanchenko (empolar-V08-01-04)
|
||||
- G4PolarizedAnnihilationCrossSection fixed compilation problem at windows
|
||||
|
||||
|
||||
+4
-3
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4PolarizedGammaConversionModel.cc,v 1.3 2006/11/09 18:00:49 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: G4PolarizedGammaConversionModel.cc,v 1.4 2007/03/19 12:38:15 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-08-03 $
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
//
|
||||
@@ -39,6 +39,7 @@
|
||||
//
|
||||
// Modifications:
|
||||
// 21-08-06 Modified to fit in g4.8.1 framework (A.Schaelicke)
|
||||
// 19-03-07 Add initialisation of crossSectionCalculator (VI)
|
||||
//
|
||||
// Class Description:
|
||||
//
|
||||
@@ -67,7 +68,7 @@
|
||||
|
||||
G4PolarizedGammaConversionModel::G4PolarizedGammaConversionModel(const G4ParticleDefinition* pd,
|
||||
const G4String& nam)
|
||||
: G4BetheHeitlerModel(pd,nam)
|
||||
: G4BetheHeitlerModel(pd,nam), crossSectionCalculator(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user