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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4PenelopeRayleighModel.hh,v 1.1 2008/10/28 08:50:21 pandola Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4PenelopeRayleighModel.hh,v 1.3 2010/04/15 10:02:25 pandola Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929// Author: Luciano Pandola
     
    3333// 13 Oct 2008   L. Pandola   1st implementation. Migration from EM process
    3434//                            to EM model
     35// 18 Dec 2009   L. Pandola   Added a dummy ComputeCrossSectioPerAtom() method issueing a
     36//                            warning if users try to access atomic cross sections via
     37//                            G4EmCalculator
    3538//
    3639// -------------------------------------------------------------------
     
    3841// Class description:
    3942// Low Energy Electromagnetic Physics, Rayleigh Scattering
    40 // with Penelope Model
     43// with Penelope v2001 Model
    4144// -------------------------------------------------------------------
    4245
     
    7174                                         G4double maxEnergy = DBL_MAX);
    7275 
     76  //*This is a dummy method. Never inkoved by the tracking, it just issues
     77  //*a warning if one tries to get Cross Sections per Atom via the
     78  //*G4EmCalculator.
     79  virtual G4double ComputeCrossSectionPerAtom(const G4ParticleDefinition*,
     80                                              G4double,
     81                                              G4double,
     82                                              G4double,
     83                                              G4double,
     84                                              G4double);
     85
    7386  virtual void SampleSecondaries(std::vector<G4DynamicParticle*>*,
    7487                                 const G4MaterialCutsCouple*,
Note: See TracChangeset for help on using the changeset viewer.