Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (14 years ago)
Author:
garnier
Message:

update to geant4.9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/xray_fluorescence/include/XrayFluoDetectorConstruction.hh

    r807 r1230  
    4848#include "globals.hh"
    4949#include "G4RotationMatrix.hh"
     50#include "G4Navigator.hh"
    5051
    5152#include "XrayFluoGeometry.hh"
     
    143144 
    144145private:
    145  
     146
     147  G4Navigator* aNavigator; 
     148
    146149  XrayFluoDetectorConstruction();
    147150
     
    226229  G4Material* GetDia1Material()  {return Dia1Material;};
    227230  G4Material* GetDia3Material()  {return Dia3Material;};
     231 
     232  // GetSampleIlluminatedFacecoord();
     233  // GetSampleShadowedFaceCoord();
     234  // GetSampleXplusFaceCoord();
     235  // GetSampleXminusFaceCoord();
     236  // GetSampleYplusFaceCoord();
     237  // GetSampleYminusFaceCoord();
     238
     239  G4Navigator* GetGeometryNavigator() {return aNavigator;};
    228240 
    229241private:
Note: See TracChangeset for help on using the changeset viewer.