Import Geant4 11.1.0 source tree
This commit is contained in:
@@ -49,12 +49,6 @@ G4ParticleHPContEnergyAngular::Sample(G4double anEnergy, G4double massCode,
|
||||
#endif
|
||||
}
|
||||
|
||||
if (std::getenv("G4PHPTEST") )
|
||||
G4cout << i << " G4ParticleHPContEnergyAngular dataE "
|
||||
<< theAngular[i].GetEnergy()
|
||||
<< " > " << anEnergy << " it_theAngular " << it << " interpolation "
|
||||
<< theInterpolation << G4endl; //GDEB
|
||||
|
||||
G4double targetMass = GetTarget()->GetMass();
|
||||
if (it == 0) {
|
||||
theAngular[0].SetTarget(GetTarget());
|
||||
@@ -83,13 +77,6 @@ G4ParticleHPContEnergyAngular::Sample(G4double anEnergy, G4double massCode,
|
||||
theAngularRep, theInterpolation);
|
||||
currentMeanEnergy.Put(theAngular[it].MeanEnergyOfThisInteraction() );
|
||||
#else
|
||||
if (std::getenv("G4PHPTEST") )
|
||||
G4cout << i << " G4ParticleHPContEnergyAngular To BUILDBYINTERPOLATION "
|
||||
<< it << " : " << theAngular[it].GetEnergy()<< " , "
|
||||
<< theAngular[it].GetNEnergies() << " " << it-1 << " : "
|
||||
<< theAngular[it-1].GetEnergy()<< " : "
|
||||
<< theAngular[it-1].GetNEnergies() << G4endl; //GDEB
|
||||
|
||||
if (fCacheAngular.Get() == NULL) {
|
||||
G4ParticleHPContAngularPar* angpar = new G4ParticleHPContAngularPar(theProjectile);
|
||||
fCacheAngular.Put(angpar);
|
||||
|
||||
Reference in New Issue
Block a user