Ignore:
Timestamp:
Sep 10, 2008, 5:40:37 PM (16 years ago)
Author:
garnier
Message:

geant4.8.2 beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/materials/include/G4MPVEntry.hh

    r822 r850  
    2525//
    2626//
    27 // $Id: G4MPVEntry.hh,v 1.6 2006/06/29 19:11:11 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4MPVEntry.hh,v 1.7 2008/06/05 23:36:56 gum Exp $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
     
    8484        ///////////////////////////////
    8585
    86         G4MPVEntry(G4double aPhotonMomentum, G4double aPropertyValue);
     86        G4MPVEntry(G4double aPhotonEnergy, G4double aPropertyValue);
    8787
    8888        G4MPVEntry(const G4MPVEntry &right);
     
    9494        ////////////
    9595
    96         G4double GetPhotonMomentum();
     96        G4double GetPhotonEnergy();
    9797
    9898        G4double GetProperty();
     
    110110        /////////////////////////
    111111
    112         G4double thePhotonMomentum;
     112        G4double thePhotonEnergy;
    113113        G4double theProperty;
    114114};
     
    118118////////////////////
    119119
    120 // GetPhotonMomentum
    121 // -----------------
     120// GetPhotonEnergy
     121// ---------------
    122122//
    123123
    124124inline
    125 G4double G4MPVEntry::GetPhotonMomentum()
     125G4double G4MPVEntry::GetPhotonEnergy()
    126126{
    127         return thePhotonMomentum;
     127        return thePhotonEnergy;
    128128}
    129129
Note: See TracChangeset for help on using the changeset viewer.