Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/photon_evaporation/include/G4PhotonEvaporation.hh

    r819 r962  
    4848//            void SetEOccupancy( G4ElectronOccupancy  eOccupancy) ;
    4949//            G4ElectronOccupancy GetEOccupancy () ;
    50 //            void SetARM (G4bool val) {_applyARM = val;} ;
    5150//            G4int GetVacantShellNumber () { return _vShellNumber;};
    5251//
     
    5554//            G4ElectronOccupancy _eOccupancy;
    5655//            G4int _vShellNumber;
    57 //
    58 //            G4bool _applyARM;
    59 //
     56//
    6057// -------------------------------------------------------------------
    6158
     
    10299    void SetEOccupancy( G4ElectronOccupancy  eOccupancy) ;
    103100
    104     void SetARM (G4bool val) {_applyARM = val;} ;
    105101
    106102    G4ElectronOccupancy GetEOccupancy () { return _eOccupancy;} ;
     
    122118    G4Fragment _nucleus;
    123119    G4double _gammaE;
    124     G4bool _applyARM;
    125120
    126121    G4PhotonEvaporation(const G4PhotonEvaporation & right);
Note: See TracChangeset for help on using the changeset viewer.