Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -24,8 +24,7 @@
// ********************************************************************
//
//
// $Id: G4ShortLivedConstructor.cc,v 1.21 2010-10-09 10:02:41 kurasige Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//
// --------------------------------------------------------------
@@ -38,6 +37,7 @@
#include "G4ShortLivedConstructor.hh"
#include "G4SystemOfUnits.hh"
#include "G4ParticleDefinition.hh"
#include "G4ParticleTable.hh"
#include "G4ShortLivedTable.hh"
@@ -933,10 +933,10 @@ void G4ShortLivedConstructor::ConstructMesons()
"kaon-","pi0");
// add decay table
decayTable->Insert(mode);
// create decay channel of k_star- -> anti_kaon0 + pi0
// create decay channel of k_star- -> anti_kaon0 + pi-
// parent BR #daughters
mode = new G4PhaseSpaceDecayChannel("k_star-",0.500, 2,
"anti_kaon0","pi+");
"anti_kaon0","pi-");
// add decay table
decayTable->Insert(mode);
particle->SetDecayTable(decayTable);