Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4AdjointhIonisationModel.cc,v 1.4 2010/11/11 11:51:56 ldesorgh Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
// $Id: G4AdjointhIonisationModel.cc,v 1.4 2010-11-11 11:51:56 ldesorgh Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
//
|
||||
#include "G4AdjointhIonisationModel.hh"
|
||||
#include "G4AdjointCSManager.hh"
|
||||
@@ -63,20 +63,13 @@ G4AdjointhIonisationModel::G4AdjointhIonisationModel(G4ParticleDefinition* proje
|
||||
theAdjEquivOfDirectSecondPartDef=G4AdjointElectron::AdjointElectron();
|
||||
|
||||
theDirectPrimaryPartDef = projectileDefinition;
|
||||
theAdjEquivOfDirectPrimPartDef = 0;
|
||||
if (projectileDefinition == G4Proton::Proton()) {
|
||||
theAdjEquivOfDirectPrimPartDef = G4AdjointProton::AdjointProton();
|
||||
|
||||
}
|
||||
|
||||
DefineProjectileProperty();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user