Ignore:
Timestamp:
Nov 19, 2009, 2:53:25 PM (15 years ago)
Author:
garnier
Message:

update par rapport a CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/lowenergy/include/G4LivermoreIonisationModel.hh

    r1058 r1192  
    2424// ********************************************************************
    2525//
    26 // $Id: G4LivermoreIonisationModel.hh,v 1.2 2009/04/17 10:29:20 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-00 $
     26// $Id: G4LivermoreIonisationModel.hh,v 1.3 2009/10/23 09:28:37 pandola Exp $
     27// GEANT4 tag $Name: emlowen-V09-02-64 $
    2828//
    2929// Author: Luciano Pandola
     
    3333// 12 Jan 2009   L. Pandola   1st implementation. Migration from EM process
    3434//                            to EM model. Physics is unchanged.
    35 //
     35// 23 Oct 2009   L. Pandola   remove un-necessary methods to manage atomic
     36//                            deexcitation (done by G4VEmModel)
     37//
    3638// -------------------------------------------------------------------
    3739//
     
    100102                 
    101103  void SetVerboseLevel(G4int vl) {verboseLevel = vl;};
    102   void SetUseAtomicDeexcitation(G4bool val){fUseAtomicDeexcitation = val;};
    103   G4bool GetSetUseAtomicDeexcitation(){return fUseAtomicDeexcitation;};
     104  G4int GetVerboseLevel(){return verboseLevel;};
    104105
    105106  void ActivateAuger(G4bool);
     
    121122
    122123  G4bool isInitialised;
    123   G4bool fUseAtomicDeexcitation;
    124124 
    125125  G4int verboseLevel;
Note: See TracChangeset for help on using the changeset viewer.