Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4PenelopeIonisationModel.hh,v 1.3 2009/10/21 14:56:47 pandola Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4PenelopeIonisationModel.hh,v 1.5 2010/04/15 10:02:10 pandola Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929// Author: Luciano Pandola
     
    3636//                            AtomicDeexcitationFlag - now demanded to G4VEmModel
    3737//                            Add ActivateAuger() method
     38// 29 Mar 2010   L. Pandola   Added a dummy ComputeCrossSectioPerAtom() method issueing a
     39//                            warning if users try to access atomic cross sections via
     40//                            G4EmCalculator
     41// 15 Apr 2010   L. Pandola   Implemented model's own version of MinEnergyCut()
    3842//
    3943// -------------------------------------------------------------------
     
    7377  virtual void Initialise(const G4ParticleDefinition*, const G4DataVector&);
    7478
     79  //*This is a dummy method. Never inkoved by the tracking, it just issues
     80  //*a warning if one tries to get Cross Sections per Atom via the
     81  //*G4EmCalculator.
     82  virtual G4double ComputeCrossSectionPerAtom(const G4ParticleDefinition*,
     83                                              G4double,
     84                                              G4double,
     85                                              G4double,
     86                                              G4double,
     87                                              G4double);
     88
    7589  virtual G4double CrossSectionPerVolume(const G4Material* material,
    7690                                         const G4ParticleDefinition* theParticle,
     
    90104                               G4double cutEnergy);
    91105                               
     106  // Min cut in kinetic energy allowed by the model
     107  virtual G4double MinEnergyCut(const G4ParticleDefinition*,
     108                                const G4MaterialCutsCouple*);
     109
    92110  void SetVerbosityLevel(G4int lev){verboseLevel = lev;};
    93111  G4int GetVerbosityLevel(){return verboseLevel;};
Note: See TracChangeset for help on using the changeset viewer.