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

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4ExcitedDeltaConstructor.hh,v 1.6 2006/06/29 19:26:32 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4ExcitedDeltaConstructor.hh,v 1.7 2010/10/01 02:41:44 kurasige Exp $
     28// GEANT4 tag $Name: particles-V09-03-15 $
    2929//
    3030//
     
    6161    virtual  G4String GetMultipletName(G4int iState);
    6262
    63     virtual  G4double GetMass(G4int iState);
    64     virtual  G4double GetWidth(G4int iState);
     63    virtual  G4double GetMass( G4int state, G4int iso);
     64    virtual  G4double GetWidth( G4int state, G4int iso);
    6565    virtual  G4int    GetiSpin(G4int iState);
    6666    virtual  G4int    GetiParity(G4int iState);
     
    104104
    105105inline
    106  G4double G4ExcitedDeltaConstructor::GetMass(G4int iState)
     106 G4double G4ExcitedDeltaConstructor::GetMass(G4int iState, G4int)
    107107{
    108108  return mass[iState];
     
    110110
    111111inline
    112  G4double G4ExcitedDeltaConstructor::GetWidth(G4int iState)
     112 G4double G4ExcitedDeltaConstructor::GetWidth(G4int iState, G4int)
    113113{
    114114  return width[iState];
Note: See TracChangeset for help on using the changeset viewer.