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

    r1055 r1192  
    2424// ********************************************************************
    2525//
    26 // $Id: G4PenelopeIonisationModel.hh,v 1.1 2008/12/04 14:12:09 pandola Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-00 $
     26// $Id: G4PenelopeIonisationModel.hh,v 1.3 2009/10/21 14:56:47 pandola Exp $
     27// GEANT4 tag $Name: emlowen-V09-02-64 $
    2828//
    2929// Author: Luciano Pandola
     
    3333// 26 Nov 2008   L. Pandola   1st implementation. Migration from EM process
    3434//                            to EM model. Physics is unchanged.
     35// 21 Oct 2009   L. Pandola   Remove un-necessary methods and variables to handle
     36//                            AtomicDeexcitationFlag - now demanded to G4VEmModel
     37//                            Add ActivateAuger() method
    3538//
    3639// -------------------------------------------------------------------
     
    8689                               G4double kineticEnergy,
    8790                               G4double cutEnergy);
    88                                  
    89 
    90   void SetUseAtomicDeexcitation(G4bool value){fUseAtomicDeexcitation = value;};         
    91   G4bool GetUseAtomicDeexcitation(){return fUseAtomicDeexcitation;};
    92 
     91                               
    9392  void SetVerbosityLevel(G4int lev){verboseLevel = lev;};
    9493  G4int GetVerbosityLevel(){return verboseLevel;};
    9594
     95  void ActivateAuger(G4bool);
    9696
    9797protected:
     
    108108  G4double fIntrinsicHighEnergyLimit;
    109109
    110   G4bool fUseAtomicDeexcitation;
    111 
    112110  G4int verboseLevel;
    113111
     
    121119                                     G4int Z,G4double electronVolumeDensity);
    122120  void CalculateDiscreteForPositrons(G4double kinEnergy,G4double cutoffEnergy,
    123                                      G4int Z,G4double electronVolumeDensity);
     121                             G4int Z,G4double electronVolumeDensity);
    124122
    125123  G4AtomicDeexcitation deexcitationManager;
Note: See TracChangeset for help on using the changeset viewer.