Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user