Import Geant4 10.3.0 source tree
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
//
|
||||
#include "G4SoftStringBuilder.hh"
|
||||
//#define debug_G4SoftStringBuilder
|
||||
|
||||
//***************************************************************************************************
|
||||
|
||||
G4SoftStringBuilder::G4SoftStringBuilder()
|
||||
@@ -39,15 +40,17 @@ 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() << " "
|
||||
#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());
|
||||
#endif
|
||||
|
||||
return new G4ExcitedString(aPair->GetParton1(), aPair->GetParton2(), aPair->GetDirection());
|
||||
}
|
||||
|
||||
//***********************************************************************************************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user