/scratch0/jsnuveri/BDSIM/BDSIMgit/bdsim/include/BDSGeometryInterface.hh

00001 #ifndef BDSGeometryInterface_h
00002 #define BDSGeometryInterface_h 1
00003 
00004 #include "globals.hh"
00005 
00011 class BDSGeometryInterface
00012 {
00013 public:
00014   BDSGeometryInterface(G4String filename);  
00015   ~BDSGeometryInterface();
00016 
00017   void Optics();
00018   void Survey();
00019   
00020 protected:
00021 
00022   G4String itsFileName;
00023 
00024 private:
00025 
00026 };
00027 
00028 #endif

Generated on 28 Jun 2015 for BDSIM by  doxygen 1.4.7