Import Geant4 8.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:07:44 +02:00
parent fe73f43734
commit 75c7fd177d
764 changed files with 45230 additions and 95238 deletions
@@ -43,6 +43,14 @@ G4SoftStringBuilder::~G4SoftStringBuilder()
G4ExcitedString* G4SoftStringBuilder::BuildString(G4PartonPair * aPair)
{
#ifdef debug_G4SoftStringBuilder
G4cout << "BuildSoft " << aPair->GetParton1()->GetPDGcode() << " "
<< aPair->GetParton1()->Get4Momentum() << " "
<< aPair->GetParton1()->GetX() << " " << G4endl;
G4cout << " " << aPair->GetParton2()->GetPDGcode() << " "
<< aPair->GetParton2()->Get4Momentum() << " "
<< aPair->GetParton2()->GetX() << " " << G4endl;
#endif
return new G4ExcitedString(aPair->GetParton1(), aPair->GetParton2(), aPair->GetDirection());
}