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/shortlived/src/G4ExcitedXiConstructor.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4ExcitedXiConstructor.cc,v 1.8 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4ExcitedXiConstructor.cc,v 1.9 2010/10/01 02:41:44 kurasige Exp $
     28// GEANT4 tag $Name: particles-V09-03-15 $
    2929//
    3030//
     
    284284}
    285285
     286G4double G4ExcitedXiConstructor::GetMass(G4int iState, G4int iso3)
     287{
     288  G4double fm = mass[iState];
     289  if ( iState==0 ) {
     290    if (iso3== -1) fm = 1.5350*GeV; // xi-
     291  }
     292  return fm;
     293}
     294
     295G4double G4ExcitedXiConstructor::GetWidth(G4int iState, G4int iso3)
     296{
     297  G4double fw = width[iState];
     298  if ( iState==0 ) {
     299    if (iso3== -1) fw = 9.9*MeV; // xi-
     300  }
     301  return fw;
     302}
    286303
    287304const char* G4ExcitedXiConstructor::name[] = {
     
    290307
    291308const G4double G4ExcitedXiConstructor::mass[] = {
    292  1.5334*GeV, 1.690*GeV, 1.823*GeV, 1.950*GeV,  2.025*GeV
     309 1.5318*GeV, 1.690*GeV, 1.823*GeV, 1.950*GeV,  2.025*GeV
    293310};
    294311
Note: See TracChangeset for help on using the changeset viewer.