Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4QGSBinaryProtonBuilder.cc,v 1.4 2010-11-18 14:52:22 gunter Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
// $Id$
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -38,11 +37,13 @@
|
||||
//----------------------------------------------------------------------------
|
||||
//
|
||||
#include "G4QGSBinaryProtonBuilder.hh"
|
||||
#include "G4SystemOfUnits.hh"
|
||||
#include "G4ParticleDefinition.hh"
|
||||
#include "G4ParticleTable.hh"
|
||||
#include "G4ProcessManager.hh"
|
||||
#include "G4ProtonInelasticCrossSection.hh"
|
||||
#include "G4CrossSectionPairGG.hh"
|
||||
#include "G4BGGNucleonInelasticXS.hh"
|
||||
|
||||
|
||||
G4QGSBinaryProtonBuilder::
|
||||
G4QGSBinaryProtonBuilder(G4bool quasiElastic)
|
||||
@@ -71,9 +72,7 @@ G4QGSBinaryProtonBuilder(G4bool quasiElastic)
|
||||
void G4QGSBinaryProtonBuilder::
|
||||
Build(G4ProtonInelasticProcess * aP)
|
||||
{
|
||||
// G4cout << "adding inelastic Proton in QGSBinary" << G4endl;
|
||||
aP->AddDataSet(new G4CrossSectionPairGG(
|
||||
new G4ProtonInelasticCrossSection(), 91*GeV));
|
||||
aP->AddDataSet(new G4BGGNucleonInelasticXS(G4Proton::Proton()));
|
||||
theModel->SetMinEnergy(theMin);
|
||||
theModel->SetMaxEnergy(100*TeV);
|
||||
aP->RegisterMe(theModel);
|
||||
|
||||
Reference in New Issue
Block a user