Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -14,15 +14,15 @@
|
||||
// * use. *
|
||||
// * *
|
||||
// * This code implementation is the intellectual property of the *
|
||||
// * GEANT4 collaboration. *
|
||||
// * authors in the GEANT4 collaboration. *
|
||||
// * By copying, distributing or modifying the Program (or any work *
|
||||
// * based on the Program) you indicate your acceptance of this *
|
||||
// * statement, and all its terms. *
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4LEAntiOmegaMinusInelastic.cc,v 1.2.8.1 2001/06/28 19:14:06 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G4LEAntiOmegaMinusInelastic.cc,v 1.5 2001/10/05 16:11:31 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
// Hadronic Process: AntiOmegaMinus Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 20-Feb-1997
|
||||
@@ -147,7 +147,7 @@
|
||||
//
|
||||
const G4double mOriginal = originalIncident->GetDefinition()->GetPDGMass()/MeV;
|
||||
const G4double etOriginal = originalIncident->GetTotalEnergy()/MeV;
|
||||
const G4double pOriginal = originalIncident->GetTotalMomentum()/MeV;
|
||||
// const G4double pOriginal = originalIncident->GetTotalMomentum()/MeV;
|
||||
const G4double targetMass = targetParticle.GetMass()/MeV;
|
||||
G4double centerofmassEnergy = sqrt( mOriginal*mOriginal +
|
||||
targetMass*targetMass +
|
||||
|
||||
Reference in New Issue
Block a user