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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4DNABornIonisationModel.hh,v 1.3 2009/06/26 10:15:19 mantero Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4DNABornIonisationModel.hh,v 1.5 2010/03/28 18:33:19 sincerti Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929
     
    5555  virtual ~G4DNABornIonisationModel();
    5656
    57   virtual void Initialise(const G4ParticleDefinition*, const G4DataVector&);
     57  virtual void Initialise(const G4ParticleDefinition*, const G4DataVector& = *(new G4DataVector()));
    5858
    5959  virtual G4double CrossSectionPerVolume(  const G4Material* material,
     
    6868                                 G4double tmin,
    6969                                 G4double maxEnergy);
     70                               
     71  double DifferentialCrossSection(G4ParticleDefinition * aParticleDefinition, G4double k, G4double energyTransfer, G4int shell);
    7072
    7173protected:
     
    98100                                           outgoingParticleEnergy, G4double & cosTheta, G4double & phi );
    99101   
    100   double DifferentialCrossSection(G4ParticleDefinition * aParticleDefinition, G4double k, G4double energyTransfer, G4int shell);
    101 
    102102  G4double LogLogInterpolate(G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2);
    103103   
     
    129129  G4int RandomSelect(G4double energy,const G4String& particle );
    130130
    131   // Test water material
    132    
    133   G4bool flagMaterialIsWater;
    134   G4double densityWater;
    135    
    136131  //
    137132   
Note: See TracChangeset for help on using the changeset viewer.