Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/photon_evaporation/include/G4VGammaDeexcitation.hh

    r1340 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4VGammaDeexcitation.hh,v 1.8 2010/04/28 14:22:40 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     26// $Id: G4VGammaDeexcitation.hh,v 1.9 2010/11/17 16:50:53 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929// -------------------------------------------------------------------
     
    6363
    6464#ifndef G4VGAMMADEEXCITATION_HH
    65 #define G4VGAMMADEEXCITATION_HH
     65#define G4VGAMMADEEXCITATION_HH 1
    6666
    6767#include "globals.hh"
     
    9898  inline void Initialize();
    9999
    100   void SetEO(G4ElectronOccupancy eo) { _electronO = eo; };
    101   void SetVaccantSN( G4int val ) { _vSN = val;};
     100  inline void SetEO(G4ElectronOccupancy eo) { _electronO = eo; };
     101  inline void SetVaccantSN( G4int val ) { _vSN = val;};
    102102 
    103   G4ElectronOccupancy GetEO() { return _electronO; };   
    104   G4int GetVacantSN() {return _vSN;};
     103  inline G4ElectronOccupancy GetEO() { return _electronO; };   
     104  inline G4int GetVacantSN() {return _vSN;};
    105105
    106106protected:
Note: See TracChangeset for help on using the changeset viewer.