Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/hadrons/mesons/src/G4KaonMinus.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4KaonMinus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4KaonMinus.cc,v 1.16 2010/10/01 02:41:44 kurasige Exp $
     28// GEANT4 tag $Name: particles-V09-03-15 $
    2929//
    3030//
     
    7272
    7373   anInstance = new G4ParticleDefinition(
    74                  name,    0.493677*GeV,   5.352e-14*MeV,    -1.*eplus,
     74                 name,    0.493677*GeV, 5.317e-14*MeV,    -1.*eplus,
    7575                    0,              -1,             0,
    7676                    1,              -1,             0,
    7777              "meson",               0,             0,        -321,
    78                 false,       12.3785*ns,          NULL,
     78                false,       12.380*ns,          NULL,
    7979                false,       "kaon");
    8080
     
    8585  G4VDecayChannel** mode = new G4VDecayChannel*[6];
    8686  // kaon- -> mu- + anti_nu_mu
    87   mode[0] = new G4PhaseSpaceDecayChannel("kaon-",0.6339,2,"mu-","anti_nu_mu");
     87  mode[0] = new G4PhaseSpaceDecayChannel("kaon-",0.6355,2,"mu-","anti_nu_mu");
    8888  // kaon- -> pi- + pi0
    89   mode[1] = new G4PhaseSpaceDecayChannel("kaon-",0.2103,2,"pi-","pi0");
     89  mode[1] = new G4PhaseSpaceDecayChannel("kaon-",0.2066,2,"pi-","pi0");
    9090  // kaon- -> pi- + pi+ + pi-
    9191  mode[2] = new G4PhaseSpaceDecayChannel("kaon-",0.0559,3,"pi-","pi+","pi-");
    9292  // kaon- -> pi- + pi0 + pi0
    93   mode[3] = new G4PhaseSpaceDecayChannel("kaon-",0.01757,3,"pi-","pi0","pi0");
     93  mode[3] = new G4PhaseSpaceDecayChannel("kaon-",0.01761,3,"pi-","pi0","pi0");
    9494  // kaon- -> pi0 + e- + anti_nu_e (Ke3)
    95   mode[4] = new G4KL3DecayChannel("kaon-",0.0493,"pi0","e-","anti_nu_e");
     95  mode[4] = new G4KL3DecayChannel("kaon-",0.0507,"pi0","e-","anti_nu_e");
    9696  // kaon- -> pi0 + mu- + anti_nu_mu (Kmu3)
    97   mode[5] = new G4KL3DecayChannel("kaon-",0.0330,"pi0","mu-","anti_nu_mu");
     97  mode[5] = new G4KL3DecayChannel("kaon-",0.0335,"pi0","mu-","anti_nu_mu");
    9898
    9999  for (G4int index=0; index <6; index++ ) table->Insert(mode[index]);
Note: See TracChangeset for help on using the changeset viewer.