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/include/G4ExcitedSigmaConstructor.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4ExcitedSigmaConstructor.hh,v 1.6 2006/06/29 19:26:42 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4ExcitedSigmaConstructor.hh,v 1.7 2010/10/01 02:41:44 kurasige Exp $
     28// GEANT4 tag $Name: particles-V09-03-15 $
    2929//
    3030//
     
    5757    virtual  G4String GetName(G4int iIso3, G4int iState);
    5858    virtual  G4String GetMultipletName(G4int iState);
    59 
    60     virtual  G4double GetMass(G4int iState);
    61     virtual  G4double GetWidth(G4int iState);
     59    virtual  G4double GetMass( G4int state, G4int iso);
     60    virtual  G4double GetWidth( G4int state, G4int iso);
    6261    virtual  G4int    GetiSpin(G4int iState);
    6362    virtual  G4int    GetiParity(G4int iState);
     
    107106};
    108107
    109 inline
    110  G4double G4ExcitedSigmaConstructor::GetMass(G4int iState)
    111 {
    112   return mass[iState];
    113 }
    114108
    115 inline
    116  G4double G4ExcitedSigmaConstructor::GetWidth(G4int iState)
    117 {
    118   return width[iState];
    119 }
    120109
    121110inline
Note: See TracChangeset for help on using the changeset viewer.