Ignore:
Timestamp:
Apr 6, 2009, 12:21:12 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/utils/include/G4VEmFluctuationModel.hh

    r819 r961  
    2424// ********************************************************************
    2525//
    26 // $Id: G4VEmFluctuationModel.hh,v 1.10 2006/06/29 19:54:41 gunter Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4VEmFluctuationModel.hh,v 1.12 2009/02/19 11:25:50 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// -------------------------------------------------------------------
     
    9595  virtual void InitialiseMe(const G4ParticleDefinition*);
    9696
     97  virtual void SetParticleAndCharge(const G4ParticleDefinition*, G4double q2);
     98
    9799  //------------------------------------------------------------------------
    98100  // Generic methods common to all models
    99101  //------------------------------------------------------------------------
    100102
    101   G4String GetName() const;
     103  inline G4String GetName() const;
    102104
    103105private:
     
    113115//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    114116
    115 inline void G4VEmFluctuationModel::InitialiseMe(const G4ParticleDefinition*)
    116 {}
    117 
    118117inline G4String G4VEmFluctuationModel::GetName() const
    119118{
Note: See TracChangeset for help on using the changeset viewer.