Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
@@ -23,7 +23,6 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4BertiniPiKBuilder.hh 103593 2017-04-19 08:10:21Z gcosmo $
//
//---------------------------------------------------------------------------
//
@@ -47,10 +46,9 @@
#include "G4HadronCaptureProcess.hh"
#include "G4NeutronInelasticProcess.hh"
#include "G4VPiKBuilder.hh"
#include "G4PiNuclearCrossSection.hh"
#include "G4CascadeInterface.hh"
class G4BertiniPiKBuilder : public G4VPiKBuilder
{
public:
@@ -71,11 +69,9 @@ class G4BertiniPiKBuilder : public G4VPiKBuilder
using G4VPiKBuilder::Build; //Prevent Compilation warning
private:
G4PiNuclearCrossSection* thePiData;
G4CascadeInterface * theModel;
G4double theMin;
G4double theMax;
};
// 2002 by J.P. Wellisch