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/G4ExcitedLambdaConstructor.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4ExcitedLambdaConstructor.hh,v 1.8 2006/06/29 19:26:34 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4ExcitedLambdaConstructor.hh,v 1.9 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     virtual  G4double GetMass(G4int iState);
    60     virtual  G4double GetWidth(G4int iState);
     59    virtual  G4double GetMass( G4int state, G4int iso);
     60    virtual  G4double GetWidth( G4int state, G4int iso);
    6161    virtual  G4int    GetiSpin(G4int iState);
    6262    virtual  G4int    GetiParity(G4int iState);
     
    105105
    106106inline
    107  G4double G4ExcitedLambdaConstructor::GetMass(G4int iState)
     107 G4double G4ExcitedLambdaConstructor::GetMass(G4int iState, G4int)
    108108{
    109109  return mass[iState];
     
    111111
    112112inline
    113  G4double G4ExcitedLambdaConstructor::GetWidth(G4int iState)
     113 G4double G4ExcitedLambdaConstructor::GetWidth(G4int iState, G4int)
    114114{
    115115  return width[iState];
Note: See TracChangeset for help on using the changeset viewer.