Import Geant4 6.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:49:58 +02:00
parent 96686e0c8f
commit 1d812b78b1
4545 changed files with 24433 additions and 175005 deletions
@@ -139,6 +139,7 @@ G4LorentzVector G4ExcitedString::Get4Momentum() const
G4LorentzVector momentum;
for ( unsigned int index=0; index < thePartons.size() ; index++ )
{
// std::cout << "HPW "<<thePartons[index]->Get4Momentum()<<std::endl;
momentum += thePartons[index]->Get4Momentum();
}
return momentum;