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

00001 /* * BDSIM code.    Version 1.0
00002    * Author: Grahame A. Blair, Royal Holloway, Univ. of London.
00003    * Last modified 24.7.2002
00004    * Copyright (c) 2002 by G.A.Blair.  ALL RIGHTS RESERVED. 
00005 
00006 
00007    Author of this code: John C. Carter, Royal Holloway, Univ. of London.
00008    Last modified 13.04.2005
00009 */
00010 
00011 #ifdef USE_GDML
00012 
00013 #ifndef BDSGeometryGDML_h
00014 #define BDSGeometryGDML_h 1
00015 #include "G4LogicalVolume.hh"
00016 
00017 class BDSGeometryGDML {
00018 public:
00019   BDSGeometryGDML(G4String GMDLfile);
00020   ~BDSGeometryGDML();
00021   void Construct(G4LogicalVolume *marker);
00022 private:
00023   G4String itsGDMLfile;
00024   G4LogicalVolume* itsMarkerVol;
00025 };
00026 #endif
00027 
00028 #endif

Generated on 28 Jun 2015 for BDSIM by  doxygen 1.4.7